Version 0.9.6
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 the
export -s filename
command
Bugs fixed:
- Issue #95: honor 0 value for
max_history
andmax_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).