Releases: simulatino/trimtrailingwhitespaces
Releases · simulatino/trimtrailingwhitespaces
v0.8.5
New version 0.8.5 which adds the option to remove consecutive multiple whitespaces via -m
or --multi
switch.
Fixes #40
v0.8.4
New version 0.8.4 which removes BOM chars from utf8 files.
Fixes #41
v0.8.3
Only code clean up and new home location.
v0.8.2
Added exception for "Documentation" string.
v0.8.1
Fixes false hit for links that contain "Documentation"
v0.8.0
New version with option to remove multiple blank lines.
v0.7.0
Works with Python 3 and removes now also empty 'Documentation' annotations. Also bugfixes and typofixes.
v0.6.3 normalize end of file by default
Enhancements:
- #28 new option: normalize end of file
v0.6.2 CRLF write working again.
Bugfixes:
- #27 - Fix contained in v0.6.1 was not really working for CRLF. This is now fixed.
v0.6.1
Bugfixes:
- #27 - Default EOL was never set.