Skip to content

Releases: yixiaco/aseprite

Aseprite v1.3.7

24 May 16:56
1a28b6e
Compare
Choose a tag to compare

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

09 Apr 15:03
04ef267
Compare
Choose a tag to compare

Release Notes

PRs

New Contributors

Full Changelog: aseprite/aseprite@v1.3.5...v1.3.6

Aseprite v1.3.5

29 Feb 01:25
398c371
Compare
Choose a tag to compare

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

19 Feb 01:30
405ab50
Compare
Choose a tag to compare

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

31 Dec 13:31
aa3eec0
Compare
Choose a tag to compare

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