Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@AJenbo AJenbo released this 09 Nov 22:08
· 32 commits to master since this release

Fixed

  • Windows: No longer requires MSVC installation to run.
  • Linux: Now depends on the correct version of Qt.
  • Linux: Settings are now saved correctly, and recent paths are remembered.
  • Frame counter no longer resets when only one frame exists.
  • Corrected the issue of the wrong frame being displayed in tile mode.

Changed

  • Aligned the tileset naming convention with other projects.

Added

  • Introduced an alert for users when an image doesn't fit in the tileset.
  • Users can now drag the view using the middle mouse button.

Note: Windows users must have the latest Microsoft Visual C++ Redistributable installed.

New Contributors