Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Aseprite-v1.3.14-beta1-Source.zip | 2025-02-26 | 73.5 MB | |
Aseprite v1.3.14-beta1 source code.tar.gz | 2025-02-26 | 1.8 MB | |
Aseprite v1.3.14-beta1 source code.zip | 2025-02-26 | 2.7 MB | |
README.md | 2025-02-26 | 3.1 kB | |
Totals: 4 Items | 78.0 MB | 0 |
What's Changed
- Added possibility to customize theme fonts from Edit > Preferences > Fonts #712 #4307
- Added possibility to create (and save in
.aseprite
files) an UUID for each layer #3683 - Added Edit > Preferences > Aseprite Format options to save
.aseprite
files without compression if needed #4901 - Fixed multiple crashes with filter (Replace Color, Color Adjustments, etc.) dialogs #4963 #4973 #4990 #4996
- +Changes in v1.3.13
- Lua API:
- Added
fitCriteria
parameter toapp.command.ChangePixelFormat
command #4781
Merged PRs
- Add Aseprite Format section in the preferences dialog to introduce the "save raw cels" option by @martincapello in https://github.com/aseprite/aseprite/pull/4951
- Fix timeline thumbnail zoom can't scale beyond 1:1 pixels (fix [#4974]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/4992
- Avoid capturing the mouse from widgets in background windows by @dacap in https://github.com/aseprite/aseprite/pull/4990
- Add possibility to customize theme fonts (#712, [#4307]) by @dacap in https://github.com/aseprite/aseprite/pull/5000
- Fix crash with custom pixel ratios (e.g. Size(4, 3)) (fix [#4632]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/4965
- Fix image:drawImage+BlendMode.SRC doesn't draw mask pixels (fix [#5001]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/5004
- Fix crash canceling "Apply" filter and then using "OK" by @dacap in https://github.com/aseprite/aseprite/pull/4996
- Fix "Straight Line from Last Point” bug in Tilemaps (fix [#4623]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/4949
- Fix onionskin visiblity is not updated if cel is empty (fix [#4969]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/4994
- Fix Straight line via SHIFT + Tiled mode starts at wrong position by @lightovernight in https://github.com/aseprite/aseprite/pull/5029
- Fix set_sat() blend function by @Liebranca in https://github.com/aseprite/aseprite/pull/5002
- Fix when Slices are set to a semi-transparent color they become opaque as we draw by @Gasparoken in https://github.com/aseprite/aseprite/pull/5027
- Add UUIDs to layers by @martincapello in https://github.com/aseprite/aseprite/pull/4943
New Contributors
- @lightovernight made their first contribution in https://github.com/aseprite/aseprite/pull/5029
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.13-beta1...v1.3.14-beta1