Skip to content

Releases: simulatino/trimtrailingwhitespaces

v0.8.5

26 Jan 15:55
50a3ac6
Compare
Choose a tag to compare

New version 0.8.5 which adds the option to remove consecutive multiple whitespaces via -m or --multi switch.
Fixes #40

v0.8.4

06 Jan 12:45
f44a366
Compare
Choose a tag to compare

New version 0.8.4 which removes BOM chars from utf8 files.
Fixes #41

v0.8.3

06 Jan 12:44
0435037
Compare
Choose a tag to compare

Only code clean up and new home location.

v0.8.2

21 Feb 11:33
v0.8.2
1eb4db8
Compare
Choose a tag to compare

Added exception for "Documentation" string.

v0.8.1

16 Jan 17:24
Compare
Choose a tag to compare

Fixes false hit for links that contain "Documentation"

v0.8.0

16 Jan 08:48
Compare
Choose a tag to compare

New version with option to remove multiple blank lines.

v0.7.0

15 Feb 19:45
Compare
Choose a tag to compare

Works with Python 3 and removes now also empty 'Documentation' annotations. Also bugfixes and typofixes.

v0.6.3 normalize end of file by default

21 Nov 09:46
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • #28 new option: normalize end of file

v0.6.2 CRLF write working again.

09 Nov 23:07
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • #27 - Fix contained in v0.6.1 was not really working for CRLF. This is now fixed.

v0.6.1

30 Oct 10:10
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Bugfixes:

  • #27 - Default EOL was never set.