Skip to content

Releases: An-dz/tilecutter

TileCutter v1.2.2

17 Feb 06:30
Compare
Choose a tag to compare

This release fixes a bug I've promised to fix for a long time and never took the time. Sorry for the long delay.

If using from source make sure you're using wxPython 4.1.0 and not 4.1.1, my tests have shown a bug when cutting the images. Use the latest version at your own risk.

Major improvements

  • Fix inverted mask

TileCutter v1.2.1

26 Jul 20:59
Compare
Choose a tag to compare

This release has a workaround on a bug (or feature change) on wxPython that was causing the main purpose of TileCutter to fail.

Major improvements

Minor improvements

  • Projects created before transparency support now load with transparency off by default
  • Fix loading projects before full season support

TileCutter v1.2.0

15 Jul 00:43
Compare
Choose a tag to compare

BROKEN RELEASE

This release was broken due to a bug on wxPython.


The code was updated to work with wxPython 4.1 and now there's a new dependency NumPy.

This release uses Nuitka to create the Windows executable, Nuitka should improve the performance and is in better maintenance than py2exe. I should also be able to create a MacOS version with it, but I'm having some troubles right now.

Major improvements

  • Night view mode
  • Special colour view mode
  • Linux version can now install an icon on your Start Menu
  • Replaced py2exe with Nuitka as deploy tool

Minor improvements

  • Improved image scrolling performance
  • Improved overall performance
  • Improved logging

Windows executable

  • Python upgraded to 3.8.3 from 3.7.4
  • wxPython upgraded to 4.1.0 from 4.0.6
  • Added numpy v1.19.0

TileCutter v1.1.2

12 Aug 00:24
Compare
Choose a tag to compare

Major improvements

  • Add 256, 320 and 512 pakset size options to dropdown
  • Allow custom pakset sizes
SHA256:
Win:
A416C53F3FF2644A897C096A52876416081ACCE9FA4C9215CF2E4F26A72A8642
Source:
981F6CBD748C761E15E3A3DA5F526AE63EFD8E5BADF72A575DD86C9EDDBF42D1

TileCutter v1.1.1

26 Jul 16:54
Compare
Choose a tag to compare

Major improvements

  • Alert if not using the correct versions of Python and wxPython
  • Fix transparency loss when cutting images on Linux
  • Fix no light blue background on Linux with transparency off

Minor improvements

  • Logging deletes replaces old file

Windows executable

  • Python upgraded to 3.7.4 from 3.7.0
  • wxPython upgraded to 4.0.6 from 4.0.3
  • py2exe upgraded to the latest trunk + custom changes

TileCutter v1.1.0

25 Jul 21:52
Compare
Choose a tag to compare

Major improvements

  • Added full seasons support #1 (old winter parameter now called snow)
  • Fix TCP projects not saving
  • Remove ICCP profile warning windows #5

Minor improvements

  • Removed deprecated wxPython calls
  • Change logging to internal library #4

Windows executable

  • Python upgraded to 3.7 from 3.4
  • wxPython upgraded to 4.0.3 from 4.0.1
  • py2exe upgraded to the latest trunk + custom changes

TileCutter 1.0.0

24 May 18:45
Compare
Choose a tag to compare

Major improvements

  • Added transparency support
  • Remember if window was maximised

Minor improvements

  • Upgraded code to Python 3
  • Upgraded code to wxPython 4