Releases: yixiaco/aseprite
Releases · yixiaco/aseprite
Aseprite v1.3.7
Release notes
- Allow backslash (
\
) in filenames on Linux and macOS aseprite#3936 - Fixed nested ping-pong tags aseprite#4271
- Fixed wrong alignment between mouse and sensor threshold position aseprite#4428
- Fixed painting with right-click with custom brush paints with background color aseprite#4013
- Lua API:
- New app.os object
- Added
recent
parameter to SaveFile/ExportSpriteSheet commands to avoid adding the file to the list of recent files - Disable progress bar in commands that can receive
ui=false
aseprite#4165 - Fixed bugs handling errors inside
app.transaction()
aseprite#3276 aseprite#4431 - Fixed return values of
os.execute()
- Ask permissions for
io.popen()
/lines()
/input()
/output()
functions
Full Changelog: aseprite/aseprite@v1.3.6...v1.3.7
Aseprite v1.3.6
Release Notes
- New Afrikaans, Arabic, Dutch, Japanese, and Turkish translations, thanks to several contributors
- Fixed some random crashes when resizing sprites aseprite#4315
- Fixed bug updating the correct copy+move cursor in the timeline aseprite#3887, thanks to aseprite#4369
- Minor UI improvements in File > Export > Export As dialog aseprite#4308
- Windows:
- Disable Windows Ink feedback when clicking aseprite#3879
- Fixed Aseprite icon of the main window when Windows is configured with 175% or 125% of DPI aseprite#3034
- Fixed title bar flickering selecting menus and dialogs
- Linux/X11:
- Fixed picking colors from desktop outside the main window aseprite#3192
- Fixed bug where sometimes key modifiers (Ctrl, Alt, Shift) kept stuck aseprite#4368
PRs
- Fix copy+move cursor icon bug (fix aseprite#3887) by @cbradl406 in aseprite#4369
- Fix crashes with SpriteJob(s) that weren't locking the doc correctly by @dacap in aseprite#4384
New Contributors
- @cbradl406 made their first contribution in aseprite#4369
Full Changelog: aseprite/aseprite@v1.3.5...v1.3.6
Aseprite v1.3.5
What's Changed
- Drop selection when we hide a layer, should fix some issues moving hidden layers aseprite#4179 aseprite#3254
- Fixed slice tool when used in tilemap layers and Manual mode aseprite#4290
- Fixed crash exporting one frame animation of a ping-pong tag aseprite#4336
- Steam: New -noinapp option for Steam version to avoid showing that we're "in game" aseprite#4314
- Windows: Remove verbosity in Aseprite description aseprite#4333
- Write smaller palettes in .aseprite if possible aseprite#4322
- Fixed crashes using some broken themes aseprite#4015
- Fixed several crashes when there is no more enough memory aseprite#4316
Full Changelog: aseprite/aseprite@v1.3.4...v1.3.5
Aseprite v1.3.4
What's Changed
- Added possibility to use Edit > Paste on Home tab to create a new image from the clipboard content t/21476
- Fixed identify running Aseprite processes correctly to recover crashed sessions aseprite#4130
- Lua: Fixed critical bug running commands and other functions inside transactions aseprite#4310
Full Changelog: aseprite/aseprite@v1.3.3...v1.3.4
Aseprite v1.3.2
Check the blog post:
https://blog.aseprite.org/2023/11/27/aseprite-v13/
And the release notes:
https://www.aseprite.org/release-notes/#aseprite-v1-3-2
- Fixed dithering matrix selection in Gradient tool aseprite#4184
- Use dynamics for brush preview only for freehand tools aseprite#4178
- Highlight dynamics button when some sensor is being used
- Lua: Fix reported crashes handling JSON data aseprite#4166 or setting nil to user data aseprite#4187