2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00
sisyphus/CHANGELOG.md
Carlo Strub 1df45dc7b3 - we go 12factor
- remove daemon stuff
- change logo
2017-09-16 22:33:24 +02:00

890 B

Release 0.3.0-dev

Added

Changed

  • Converted the entire app to a Twelve-Factor App. This has consequences in how you launch it, i.e. use environment variables instead of flags.

Fixed

  • Only permit unicode characters of bitsize larger than 2, this guarantees we are only accepting for example Chinese characters as individual words. The unicode parser introduced in Version 0.2.0 led to individual accented characters being falsely treated as a word.

Known Issues

  • There seems to be an issue with quotedprintable not properly reading in malformed mails. Currently, such is likely to pass the filter.

Release 0.2.0

Added

Support for unicode characters.

Changed

Fixed

Known Issues

Release 0.1.0

Added

First working release. Let's fight junk mail!!! Have fun ;-)

Changed

Fixed

Known Issues