Skip to content

Releases: simulatino/trimtrailingwhitespaces

v0.6.0 - Python 2 and 3 compatible version

29 May 11:29
Compare
Choose a tag to compare

Bugfixes:

  • #23 - Advise also Windows users to use pip for installation

Enhancements:

  • #18 - no longer package libmagic but use the PyPI version as dependency
  • Python 3 compatibility fixes (ttws will stay Python 2 compatible at the same time)

v0.5.1 Release

08 May 11:03
Compare
Choose a tag to compare
v0.5.1 Release Pre-release
Pre-release

Bugfixes:

  • #17 - fixed erroneous removal of graphics with non-default extent
  • #20 - empty Diagram(graphics) annotations are removed again.

Enhancements:

  • #16 - package.order files are now also handled on Windows

v0.5.0 Release

05 May 12:01
Compare
Choose a tag to compare
v0.5.0 Release Pre-release
Pre-release

Bugfixes for the -c|--clean option:

  • Avoid false positives for empty graphics
  • Fixed the removal of some obsolete Dymola annotaions again
  • Running the -c option no longer "WILL" but "MIGHT" corrupt your files :-)

Enhancements to the -c|--clean option:

  • Now removes default annotaions (see also #12):
    • rotation = 0
    • visible = true
    • origin = {0,0}
    • initialScale = 0.1
  • Only removes empty Diagram|Icon annotations if they have the
    default extent={{-100,-100},{100,100}} present.

v0.4.1

30 Apr 18:07
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
Bugfix release. Catches encoding problems.