Fixes from the last versions
- Hide Hand cursor/restore arrow cursor after Space bar is released on sprite editor
- Added possibility to search commands by its keyboard shortcut #5465 (thanks to @AlexJauregui02)
- Added key bindable "Solo Layer" command #5291 #5527
- Windows: New option to associate any kind of file with the running instance of Aseprite + customize how to see thumbnails on File Explorer #2606
- Linux: Added a movement threshold when detecting double clicks in X11 (thanks to @Cammymoop)
- Fixed selection in text fields with special fonts #5520
- Fixed HSL+ and HSV+ filters with mask color #5548
- Fixed UI bug in Keyboard Shortcuts with the "Add" button in other languages #5523
- Fixed bug starting to drag the color palette after picking a new ink #5547 / t/27779
- Fixed bug selecting a recent/pinned folder to export with relative paths #5388
- Fixed crash due big font sizes #5535
- Fixed dragged tabs lingering when executing commands #5496
- Fixed several issues with multiple screens laf#164
- Fixed crash using Select Used/Unused Colors when there is a pixel out of bounds #5096
- Fixed crash with Lasso tool + pixel perfect + new selection #5571
- +Changes from v1.3.16-beta3
- Lua API:
- Update API version to 38
- New Behavior: Property changes outside a transaction don't generate undo steps #4568
- New Behavior: Layer flag changes inside a transaction generate undo steps #2991
- Avoid clicking an invalid button after a new window is displayed #4757
- Don't reset dialog bounds after Dialog:show{autoscrollbars} when dialog.bounds were set before #4758
- Allow mouse wheel scrolling in dialogs with autoscrollbars option #5116
- Fixed widgets interactivity using bounds and autoscrollbars in Dialog:show{} #5516
- Fixed dialog with scrollbar wrong size in a particular case #5396 #5481
- Fixed crash using a label field in Dialog:endtags{} #5114
- Fixed disabled checkbox style change after Dialog:combobox() change #4988
- Fixed crash setting properties with its same value #5519
- Added Sprite.isValid #5017
- Fixed console re-centering #5349 #5562
- Fixed calling filters inside the same app.transaction() with ui=true #5572
- Don't show progress bar for filters when running with ui=false #5537