v1.3.18.2
Aseprite v1.3.18.2
Added 2
- New Dialog:samerow{} function in Lua API
- Added save and beforesave sprite events in Lua API
Changed 1
- Update Lua API version to 41
Fixed 2
- Fixed crash changing keyboard focus in Edit > Preferences
- Prevent uninitialized params in app.command.MoveMask and Scroll
What's Changed
- Fixed crash changing keyboard focus in Edit > Preferences #5946
- Lua API:
- Update API version to 41
- New
Dialog:samerow{}function (thanks to @lampysprites - Added
save/beforesavesprite events #5115 (thanks to @MapleGecko) - Prevent uninitialized params in
app.command.MoveMask/Scroll
PRs
- Add checks to message recipient in Preferences focus message (fix #5946) by @ckaiser in https://github.com/aseprite/aseprite/pull/5949
- [lua] Add save/beforesave sprite.events (close #5115) by @MapleGecko in https://github.com/aseprite/aseprite/pull/5945
- [lua] Add
Dialog:samerowby @lampysprites in https://github.com/aseprite/aseprite/pull/5959 - Fix break position in some switch/case statements by @dacap in https://github.com/aseprite/aseprite/pull/5953
- Prevent uninitialized MoveThings params by @ckaiser in https://github.com/aseprite/aseprite/pull/5910
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.18.1...v1.3.18.2