2017-10-21 13:25:02 +00:00
|
|
|
# Release 1.0.0
|
|
|
|
## Added
|
|
|
|
-
|
|
|
|
|
|
|
|
## Changed
|
|
|
|
- update dependencies
|
|
|
|
- application is stable enough to be released as version 1.0.0
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
-
|
|
|
|
|
|
|
|
## Known Issues
|
|
|
|
- There seems to be an issue with quotedprintable not properly reading in
|
|
|
|
malformed mails. Currently, such is likely to pass the filter.
|
|
|
|
|
2017-09-16 22:58:20 +00:00
|
|
|
# Release 0.3.0
|
2017-09-16 19:14:58 +00:00
|
|
|
## Added
|
|
|
|
-
|
|
|
|
|
|
|
|
## Changed
|
2017-09-16 20:33:24 +00:00
|
|
|
- Converted the entire app to a [Twelve-Factor App](https://12factor.net/).
|
|
|
|
This has consequences in how you launch it, i.e. use environment variables
|
|
|
|
instead of flags.
|
2017-09-16 22:56:17 +00:00
|
|
|
- The interval between learning periods can be set at runtime now.
|
|
|
|
- Unload mail content after classification and learning, should reduce memory
|
|
|
|
requirements.
|
2017-09-16 19:14:58 +00:00
|
|
|
|
|
|
|
## Fixed
|
2017-09-16 20:07:36 +00:00
|
|
|
- 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.
|
2017-09-16 19:14:58 +00:00
|
|
|
|
|
|
|
## Known Issues
|
2017-09-16 20:07:36 +00:00
|
|
|
- There seems to be an issue with quotedprintable not properly reading in
|
|
|
|
malformed mails. Currently, such is likely to pass the filter.
|
2017-09-16 19:14:58 +00:00
|
|
|
|
2017-09-16 19:07:00 +00:00
|
|
|
# Release 0.2.0
|
|
|
|
## Added
|
|
|
|
Support for unicode characters.
|
|
|
|
|
|
|
|
## Changed
|
|
|
|
-
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
-
|
|
|
|
|
|
|
|
## Known Issues
|
|
|
|
-
|
|
|
|
|
2017-06-05 20:03:34 +00:00
|
|
|
# Release 0.1.0
|
2017-04-19 14:37:42 +00:00
|
|
|
## Added
|
2017-06-05 20:03:34 +00:00
|
|
|
First working release. Let's fight junk mail!!! Have fun ;-)
|
2017-04-19 14:37:42 +00:00
|
|
|
|
|
|
|
## Changed
|
|
|
|
-
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
-
|
2017-06-05 20:03:34 +00:00
|
|
|
|
|
|
|
## Known Issues
|
2017-09-16 19:07:00 +00:00
|
|
|
-
|