Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Aseprite-v1.3.15.3-Source.zip | 2025-09-23 | 80.2 MB | |
Aseprite v1.3.15.3 source code.tar.gz | 2025-09-22 | 1.8 MB | |
Aseprite v1.3.15.3 source code.zip | 2025-09-22 | 2.8 MB | |
README.md | 2025-09-22 | 2.3 kB | |
Totals: 4 Items | 84.8 MB | 630 |
What's Changed
- 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
Merged PRs
- 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
- [Script] Added support for mousecursor and still supporting mouseCursor by @adityarana14 in https://github.com/aseprite/aseprite/pull/5406
- Add a font weight selector to the font entry by @ckaiser in https://github.com/aseprite/aseprite/pull/5323
- [lua] Fix new layers not going to the top when selected (fix [#5364]) by @ckaiser in https://github.com/aseprite/aseprite/pull/5368
- Fix wrong color space in multiple UI elements by @Gasparoken in https://github.com/aseprite/aseprite/pull/5414
- CMake: Use find_package(PkgConfig) instead of direct include by @bjorn in https://github.com/aseprite/aseprite/pull/5422
- Now Paint::color() can receive a color space w/any laf backend by @dacap in https://github.com/aseprite/aseprite/pull/5421
- Fix user-defined shortcuts priority and key context matching by @dacap in https://github.com/aseprite/aseprite/pull/5409
- Fix painting UI theme colors as they are specified in sRGB color space by @dacap in https://github.com/aseprite/aseprite/pull/5424
- Fix closing/opening popup windows in non-main monitor by @dacap in https://github.com/aseprite/aseprite/pull/5426
- Avoid syntax errors reading extension preferences by @martincapello in https://github.com/aseprite/aseprite/pull/5428
New Contributors
- @adityarana14 made their first contribution in https://github.com/aseprite/aseprite/pull/5406
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.15.2...v1.3.15.3