New
Aseprite v1.3.15
What's Changed
Aseprite v1.3.15.5
- Added Ignore empty frames toggle to File > Export > Export As #5452 (thanks to @JoshuaL03)
- Improved rotated rectangles and square brushes #5459
- Fixed small graphical bug when dragging cels #5216
- Fixed creating a copy rotating selection (CW/CCW) when we associate these commands with a shortcut including Ctrl modifier #1330 (thanks to @JoshuaL03)
- Fixed export file window not starting out centered #5480
- Fixed some Brush Preview visual traces when canvas is zoomed out #5005
- Fixed Move tool with Auto Select Layer when the composition of groups is enabled #4812
- Steam:
-batcharg should have the same effect as-noinapp#5482 - macOS: Fixed thumbnails for macOS Sequoia #5009
- Windows: Fixed regression pasting DIB bitmaps from old Windows programs, e.g. Photoshop v7.0 #5458
- Windows: Added compatibility to paste 1bpp and 4bpp bitmaps from clipboard
- Lua API:
- Update API version to 37
- Avoid setting window bounds when the app is closing #5384
- Fixed centering a dialog with
autoscrollbarsbehavior #5485 WebSocket: Addederrorparam toonreceivehandler- Fixed
app.clipboard.content.selectionproperty
Aseprite v1.3.15.4
- Fixed random crashes applying filters (Replace Color, Outline, etc.) #4991
- Fixed crash with certain scripts pasting images with an empty selection #5361
- Fixed crash dropping certain images #5447
- Fixed mouse gestures not working after switching tabs #4388 (thanks to @JoshuaL03)
Aseprite v1.3.15.3
- Fix UI theme colors to match theme color space commit c444b56
- Context matching and prioritization using keyboard shortcuts #5390
- Fixed Color Management issues (t/15751), (t/21945)
- Lua API:
- [lua] Update scripting API version to 36
- [lua] Enclose key names for plugin preferences with ["..."] when it's required #5412
Aseprite v1.3.15.2
- Fixed arrow keys to move selection #5385
- Fixed close button in popup window #5386
- Fixed pivot position when Tiled Mode is enabled #2316
Aseprite v1.3.15.1
- Reverted Esc key behavior to drop pixels + deselect #5102
- Added options to reconfigure keys to apply/cancel the transformation
- Added slices copy & paste and duplication #4466
- Fixed bug in Saturation layer blend mode #2661
Aseprite v1.3.15
- Added "Show hidden" option to file selector #3079
- Added options to stroke/fill text #5271
- Export files:
- Added possibility to the output filename with "one click" (t/25920)
- Added pinned/recent folders to export file popup menus
- Activate the native window when asking the user to save sprite changes #3542 #5318
- Fixed marquee tool escape deselection #5102 and added right-click to configure the cancel selection button
- Fixed mouse wheel zooming not working with zoom tool (quick) #2019 (thanks to )
Merged PRs
- Add 'Show hidden' check to file selector by @Liebranca in https://github.com/aseprite/aseprite/pull/5269
- Don't show stroke/fill option for theme fonts by @dacap in https://github.com/aseprite/aseprite/pull/5283
- Fix brush boundaries accumulation switching brush type only (fix #5281) by @dacap in https://github.com/aseprite/aseprite/pull/5288
- Fix slice transformations not updating editors by @ckaiser in https://github.com/aseprite/aseprite/pull/5290
- Fix crash deselecting moved pixels when using certain extensions by @dacap in https://github.com/aseprite/aseprite/pull/5292
- Support CJK input by @Cerallin in https://github.com/aseprite/aseprite/pull/5230
- [lua] Add sprite.undoHistory by @ckaiser in https://github.com/aseprite/aseprite/pull/5294
- [win] Fix ResourceFinder::includeDesktopDir returning the default path by @ckaiser in https://github.com/aseprite/aseprite/pull/5304
- [lua] Add
resizeableproperty to Dialog constructor by @ckaiser in https://github.com/aseprite/aseprite/pull/5317 - Allow gif encoding to be stopped (fix #2619) by @ckaiser in https://github.com/aseprite/aseprite/pull/5320
- [lua] Process mnemonics consistently for plugins (fix #5250) by @ckaiser in https://github.com/aseprite/aseprite/pull/5322
- Show error if curl/unzip tools aren't available (fix #5309) by @dacap in https://github.com/aseprite/aseprite/pull/5332
- Unify ContextBar updates when moving pixels, tooltips (fix #5329) by @ckaiser in https://github.com/aseprite/aseprite/pull/5331
- [lua] Add onchecked parameter to Commands by @ckaiser in https://github.com/aseprite/aseprite/pull/5310
- Fix crash dropping file on timeline by @martincapello in https://github.com/aseprite/aseprite/pull/5295
- [lua] Add missing "DIAGONAL" FlipType (fix #5359) by @ckaiser in https://github.com/aseprite/aseprite/pull/5360
- Fix Color Management regression (fix #5333) by @Gasparoken in https://github.com/aseprite/aseprite/pull/5357
- Prioritize mouse wheel zooming with quick zoom tool by @hwabis in https://github.com/aseprite/aseprite/pull/5118
- Fix marquee tool escape deselection by @JoshuaL03 in https://github.com/aseprite/aseprite/pull/5145
- [lua] Added
autofitandsizeHintproperties to Dialog (fix #5176) by @ckaiser in https://github.com/aseprite/aseprite/pull/5321 - Escape characters in the console that we can't show properly (fix #5324) by @ckaiser in https://github.com/aseprite/aseprite/pull/5343
- [lua] Refresh timeline when changing layer collapsed status (fix #5366) by @ckaiser in https://github.com/aseprite/aseprite/pull/5367
- New image iterators by @dacap in https://github.com/aseprite/aseprite/pull/5404
- Move app::Key to its own key.cpp file by @dacap in https://github.com/aseprite/aseprite/pull/5407
New Contributors
- @Cerallin made their first contribution in https://github.com/aseprite/aseprite/pull/5230
- @hwabis made their first contribution in https://github.com/aseprite/aseprite/pull/5118
- @adityarana14 made their first contribution in https://github.com/aseprite/aseprite/pull/5406
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.14.4...v1.3.15.5