Releases: carlostrub/sisyphus
Releases · carlostrub/sisyphus
Release 1.2.0
v1.2.0 Update dependencies
Release 1.1.1
- Fixes the build process (#5 )
- Moved Info function into the library to display statistics.
Release 1.1.0
Major additions are:
- automatically create a database backup before starting a new learning cycle
- 'stats' command provides statistics on the amount of mail processed and the amount of words in each basket
Release 1.0.0
After several months of operation and testing, sisyphus is stable and we are happy to announce version 1.0.0
Release 0.3.0
Sisyphus is now a Twelve-Factor app. Thus, we only allow configuration via environment variables. This has some nice advantages, as with this version, we allow changing the interval between learning periods at runtime.
Bugfixes in the unicode parser. We only treat large characters as individual words.
Many small things, among them we should observe a smaller memory footprint.
Release 0.2.0
Added support for Unicode characters. This means that Sisyphus now correctly handles mails in UTF8 encoded languages, such as Chinese or Japanese.
Release 0.1.0
This is the first working release of Sisyphus. Have fun!