Releases: phitsc/txtproc
Releases · phitsc/txtproc
v0.4.0
- Add --changes option to print change history
- Search & Replace - Markers and replacement text now support \n (newline), \t (tab)
\0 (empty, i.e. no text). As a consequence, \ must be escaped with \ - Change regex group substitution char from \ to $ (so it need not be escaped)
- Improve matching of function name
- Remove ToLeet and FromLeet
- Fix RemoveTags and Tweet
- Add line-endings support to checksum functions
v0.3.0
v0.2.0
First public release
Includes most of TIMU's algorithms and adds some new ones.
The .zip File below is for Windows, the .tar.gz for Linux.
See https://github.com/phitsc/txtproc for basic usage instructions.