Version 0.9.5
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
importcommand to import and fetch feeds - more compact database connection information via
connection_urlconfiguration option
Bugs fixed:
- issue #83: use e-mail instead of username to log in via Fever clients
- issue #18:
exportcommand 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_urlreplacesengine,database,hostname,usernameandpasswordoptions - Config option
error_thresholdis now calledmax_errors - Config option
multiprocessinghas been replaced byprocesses. Assign a value of 0 to disable multiprocessing - Log config options
formatanddatefmthave been removed. Please remove them from youretc/configfile if Coldsweat raises aConfigParser.InterpolationMissingOptionErrorexception on startup.