Releases: jigglycrumb/sleekspriter
Releases · jigglycrumb/sleekspriter
SleekSpriter 0.4.1
Fixes:
- Internal fix for homepage embedding
SleekSpriter 0.4
Changes:
- Removed desktop version *
Features:
- Save and load unencrypted files
- Your workspace now saves automatically
- Quickly export a frame at the current zoom level from the menu
- A start screen from where you can open all your files
- Show recently used files in app menu (this can be configured in the settings)
- All keyboard shortcuts are now available in the web version and displayed in the menu
* This was a hard decision but it had to be taken.
Keeping up with two code bases and their updates started to consume more time than the actual application. I will bring all features to the web version from now on.
SleekSpriter 0.3.16
Robin under the Hood
Features:
- Paintbucket tool has a tolerance option now. Neat!
Improvements:
- There is now an error dialog when saving or loading a file fails
- Improved layer drag & drop handling
- Layer names can now have spaces (again)
- Export: Switched preview & options area for a more streamlined UI
Fixes:
- Fixed a bug where the "invisible layer error" dialog would show up again and again after being triggered the first time
Changes:
- Workspace saving & loading has been removed from web app due to localStorage size constraints
- Workspace on desktop saves to json file now
Technical:
- Updated to latest dependencies
- Ported application code to Typescript
- Refactored code to state-of-the-art React:
- No more class components
- Hooks instead of HOCs
SleekSpriter 0.3.15
Improvements:
- Mac OS: Mounted disk image has an icon now
Fixes:
- Opened dialogs are no longer restored with the last workspace
- Palettes which are bigger than their container are scrollable now
Technical changes:
- Moved from Babel to TypeScript
- Moved from Yarn to NPM
- Updated to latest Electron & Webpack
SleekSpriter 0.3.14
I know what you did last summer
Features
- Recent documents in menu, on the start screen & when right-clicking Dock/Taskbar
- .pixels file association! Double click a .pixels file to open it directly
- Mac: Drag .pixels file to SleekSpriter in the Dock to open it
Improvements:
- Menu: You will now be asked to save your current file before
- creating a new file
- opening another file
- importing an image
- Mac: .pixels files now have their own icon in Finder
- Windows: Some polishing on the installer
SleekSpriter 0.3.13
Duke Reducem
- sprite palette: better performance & stability improvments
- classic palettes: reworked order of colors to be more user friendly
- move tool: better performance
- replace color dialog: "replace with" now shows palette colors when a preset palette is selected
- bugfix: when opening a file, the reference image now resets
- misc. performance improvements
SleekSpriter 0.3.12
Princess Layer
- feature: reorder layers with drag & drop
- feature: create new empty layers from application menu & via hotkey
- feature: delete layers from application menu & via hotkey
- feature: create copies of layers from application menu, via hotkey or the new "x2" button below the layer list
- feature: duplicate layers to other frames, via application menu or by dragging & dropping layers from the list onto frame previews
- feature: quickly export layers to PNG at the current zoom level from the application menu
- improvement: menu items which are not usable in the current situation are now disabled
- bugfix: reference image now resets correctly when creating a new file
- bugfix: reference image can be deleted when there is only one layer in the frame
P.S. The reference image feature isn't documented yet, so here you go:
You can drag & drop an image file (jpg/png) onto the painting area to have it
appear in the background. It also appears in the layer list and can be
resized or hidden from there. You can remove it again by selecting and deleting it
like a layer.
SleekSpriter 0.3.11
- feature: convert single frame images to spritesheet via
Frame -> Convert to spritesheet
- misc. bugfixes
SleekSpriter 0.3.9
- move tool "wrap" option - wrap around pixels instead of cutting them off
- new color picker
- new palette color box
- all menus are now always visible but deactivated when not usable (e.g. "next frame" in a 1-frame file)
- fixed various bugs in "replace color"
- sprite palette now resets when creating a new file
- other small fixes
SleekSpriter 0.3.8
- fix broken color pickers