Skip to content

Version 0.9.6

Compare
Choose a tag to compare
@passiomatic passiomatic released this 03 Aug 12:43
· 50 commits to master since this release

This release fixes several fetcher bugs and makes Coldsweat more reliable than ever.

Changes and new features:

  • issue #97: added a -w option to the setup command to reset a user password
  • issue #89: moved scrubber blacklist into config file
  • issue #84: you can now export your saved entries as a single Atom file by using theexport -s filename command

Bugs fixed:

  • Issue #95: honor 0 value for max_history and max_errors options
  • added handling for feeds returning a 403 HTTP status code (see 090cdd2)
  • update feed status information on network errors (see 97137be)
  • apply changes to prevent fetcher processes to leak their connections (see 47125f3, thank you @SSheldon).