Skip to content

Releases: carlostrub/sisyphus

Release 1.2.0

04 Oct 22:22
Compare
Choose a tag to compare
v1.2.0

Update dependencies

Release 1.1.1

18 Jan 20:16
Compare
Choose a tag to compare
  • Fixes the build process (#5 )
  • Moved Info function into the library to display statistics.

Release 1.1.0

29 Dec 21:57
Compare
Choose a tag to compare

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

21 Oct 14:16
Compare
Choose a tag to compare

After several months of operation and testing, sisyphus is stable and we are happy to announce version 1.0.0

Release 0.3.0

16 Sep 23:04
Compare
Choose a tag to compare

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

09 Sep 23:05
Compare
Choose a tag to compare

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

05 Jun 20:06
Compare
Choose a tag to compare

This is the first working release of Sisyphus. Have fun!