# Aseprite v1.3.18.2 — Aseprite v1.3.18.2 - Product: Aseprite (https://whatsnew.fyi/product/aseprite) - Vendor: Igara Studio - Date: 2026-08-11 - Version: v1.3.18.2 - Original notes: https://github.com/aseprite/aseprite/releases/tag/v1.3.18.2 - Permalink: https://whatsnew.fyi/product/aseprite/releases/v1.3.18.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fixed crash changing keyboard focus in Edit > Preferences - **changed** — Update Lua API version to 41 - **added** — New Dialog:samerow{} function in Lua API - **added** — Added save and beforesave sprite events in Lua API - **fixed** — Prevent uninitialized params in app.command.MoveMask and Scroll ##### What's Changed * Fixed crash changing keyboard focus in *Edit > Preferences* [#5946](https://github.com/aseprite/aseprite/issues/5946) * Lua API: * Update [API version](https://www.aseprite.org/api/app#appapiversion) to 41 * New `Dialog:samerow{}` function (thanks to [@lampysprites](https://github.com/aseprite/aseprite/pull/5959) * Added `save`/`beforesave` sprite events [#5115](https://github.com/aseprite/aseprite/issues/5115) (thanks to [@MapleGecko](https://github.com/aseprite/aseprite/pull/5945)) * 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:samerow` by @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