Skip to content

4.12.0

Compare
Choose a tag to compare
@metaphore metaphore released this 09 Sep 13:17
· 52 commits to master since this release

This release brings a bunch of long-awaited goodies (like CLI interface and selective multi-atlas export) along with a few important fixes.

Here's the whole list of important changes:

  • Headless batch processing mode support. Read more https://github.com/crashinvaders/gdx-texture-packer-gui#command-line
  • Option to select multiple atlases for processing. New action - packMultipleAtlases. See #67
  • Atlases use the new libGDX atlas output format by default ("Legacy format" is unchecked).
  • Add "show in file manager" contextual options.
  • Basis Universal Textures updated to 1.16.4 and is nativelly supported on Linux arm32/arm64 (Raspberry Pi) and macOS arm64 (M1/M2 chips).
  • Fixed file conflict errors when attempting to install from RPM package. See #140
  • Fixed a crash on a project save when the output dir is set to any ascendant parent dir of the project-containing folder. See #126
  • Fixed grid layout adds redundant top padding.
  • Fixed hotkeys don't work if any text field is focused.