Skip to content

Version 0.9.5

Compare
Choose a tag to compare
@passiomatic passiomatic released this 26 Apr 09:48
· 73 commits to master since this release

This release adds feed auto discovery, makes Coldsweat more compliant with the Fever API and fixes some bugs.

New features:

  • issue #6: added feed auto discovery and bookmarklet (finally!)
  • issue #83: in the web UI you can now log in with your e-mail too
  • issue #81: added support for password protected feeds
  • added a -f option for import command to import and fetch feeds
  • more compact database connection information via connection_url configuration option

Bugs fixed:

  • issue #83: use e-mail instead of username to log in via Fever clients
  • issue #18: export command now includes groups too

Please note: this release changes the database schema significally, hence make sure it is up-to-date with:

$ python sweat.py upgrade

Backwards-incompatible changes:

  • A new config option named connection_url replaces engine, database, hostname, username and password options
  • Config option error_threshold is now called max_errors
  • Config option multiprocessing has been replaced by processes. Assign a value of 0 to disable multiprocessing
  • Log config options format and datefmt have been removed. Please remove them from your etc/config file if Coldsweat raises a ConfigParser.InterpolationMissingOptionError exception on startup.