v1.3.18-beta2Pre-release
Aseprite v1.3.18-beta2
Added 4
- New -power-of-two-size CLI parameter to create sprite sheets with a power of two size
- New plugin API to add custom file formats when loading and saving sprites
- Added support for eyedropper tool in app.useTool()
- Added Preferences search
Changed 5
- Improved presentation of Layer Groups in Timeline
- Improved Eyedropper behavior when there is no Reference Layer available
- Improved Dialog labels and buddy enabled handling
- Faster undo and redo by keeping doc::Objects in memory
- Use obs::fast_signal by default for better performance and smaller widgets
Fixed 3
- Hidden layers affecting z-index
- Bug opening .aseprite-extension from Windows File Explorer
- Right-click on multi-line text editor
What's new
- Better presentation of Layer Groups in Timeline #5651 #5758
- Fixed hidden layers affect z-index #5681
- New
-power-of-two-sizeCLI parameter to create sprite sheets with a power of two size #2289 - Fixed bug opening
.aseprite-extensionfrom Windows File Explorer #5744 - Fixed right-click on multi-line text editor (e.g. user data field)
- Avoid confusing Eyedropper behavior when there is no Reference Layer available #5685
- +Changes in v1.3.17.1
- Lua API:
PRs
- Faster undo/redo keeping doc::Objects in memory (#4860) by @dacap in https://github.com/aseprite/aseprite/pull/5437
- Add Widget Zoo, fix various widget consistency issues by @ckaiser in https://github.com/aseprite/aseprite/pull/5478
- Add AppTooltipManager with preferences-based delay by @ckaiser in https://github.com/aseprite/aseprite/pull/5503
- Add Preferences search (fix #5353) by @ckaiser in https://github.com/aseprite/aseprite/pull/5507
- Move .aseprite encoder to dio library by @dacap in https://github.com/aseprite/aseprite/pull/5677
- Refactors needed for new layer types by @dacap in https://github.com/aseprite/aseprite/pull/5347
- Fix eyedropper behavior without a reference layer (fix #5685) by @ckaiser in https://github.com/aseprite/aseprite/pull/5687
- [lua] Improve Dialog labels and buddy enabled handling (fix #5117) by @ckaiser in https://github.com/aseprite/aseprite/pull/5554
- Use obs::fast_signal by default for better performance and smaller widgets by @dacap in https://github.com/aseprite/aseprite/pull/5703
- [Lua] Add eyedropper action to useTool by @Gasparoken in https://github.com/aseprite/aseprite/pull/5692
- Extension tests, add custom formats with saving and loading (#4950) by @ckaiser in https://github.com/aseprite/aseprite/pull/5174
- Fix TextEdit selection clearing on right click menu by @ckaiser in https://github.com/aseprite/aseprite/pull/5722
- Allow the CliProcessor to attempt to install extensions (fix #5744) by @ckaiser in https://github.com/aseprite/aseprite/pull/5748
- UI improvements for layer groups in timeline by @dacap in https://github.com/aseprite/aseprite/pull/5758
- Add power of two sheet size flag on CLI by @Gasparoken in https://github.com/aseprite/aseprite/pull/5529
- Fix hidden layers affect z-index (fix #5681) by @Gasparoken in https://github.com/aseprite/aseprite/pull/5690
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.18-beta1...v1.3.18-beta2