Skip to content

alpha30.05.2026

Latest

Choose a tag to compare

@github-actions github-actions released this 30 May 06:36

Full changelog

New features

  • Rotate image actions
  • Selection operations are now part of the undo history
  • Redesigned Tab-key navigation
  • GameMaker YYTEX can now be exported

Enhancements

  • Filters can now be bound as keybinds
  • New session action in File menu
  • Keybinds for: deselect, flip layer, flip image, switch to first/last workspace, focus on navbar, pan canvas, rotate image, new session
  • Isolated section now renders in accent color
  • Pasting an image now lets you choose the action (add reference, paste into layer, open in new session)
  • Isolate rect now shows the selection size
  • Canvas resize can now anchor the image to a selected corner
  • GIF export now has an option to loop the animation
  • Rect move tool now always erases the source area, regardless of the current blend mode
  • VTF export can now generate a basic VMT material to go along with the texture
  • Isolate rect in eraser mode now subtracts from selection
  • Option to reset eraser mode to off when switching tools
  • Mac now supports Network Canvas and AVIF

Fixes

  • Replace color now respects opacity
  • Fixed issues with deleting UTF8 characters in textboxes
  • Keybinds should now ignore key repeat events
  • Fixed crash when network canvas was closed in a second window

Internal

  • Updated SDL and SDL_Image on all platforms
  • Mac now uses CMake
  • Meson has been removed
  • Cleaned up really old TabbedView code
  • Added UIAnchorSelect
  • Launchpad's new image panel is now a separate class (reused in PopupNewImage)