Skip to content

Releases: passiomatic/coldsweat

Version 0.9.1

01 Mar 13:58
Compare
Choose a tag to compare

This release brings new useful features and some important fixes when dealing with feeds in multiple groups.

New features:

  • Issue #40: Allow to specify a group while adding a feed
  • Issue #41: New dialog to show feed information, unsubscribe and enable a feed
  • Added basic support for sharing entries on Twitter

Notable fixes:

  • Issue #38: Do not fetch a feed if no one is subscribed
  • Issue #44: Avoid entries duplication if a feed appears in more than one group
  • Issue #45: Avoid multiple database Integrity errors while marking a feed/group/all as read

Also, this release needs newer versions of Requests, WebOb and Peewee packages. To update packages from previous versions run:

pip install -r requirements.txt

Version 0.9.0

15 Jan 16:53
Compare
Choose a tag to compare

This release includes a brand new, beautiful UI to add and consume feeds plus a bunch of important bug fixes.

Notable fixes:

  • The sweat.py command-line utility "import" command now understands feed groups
  • Coldsweat now correctly strips HTML code from feed and entries titles

Version 0.8.2

28 Sep 15:35
Compare
Choose a tag to compare

This is another bug fixing release. Notable fixes are:

  • Improved compatibility with Fever clients, see issue #20.
  • Now Coldsweat follows "301 Moved Permanently" server responses and updates feed URL's accordingly.
  • Fixed a bug where the feed fetcher would not run if multiprocessing setting was turned off.

Version 0.8.1

24 Aug 14:03
Compare
Choose a tag to compare

This is a bug fixing release. Notable fixes are:

  • Better handling of entries with missing link/guid values.
  • Use OPML outline:text attribute as alias for title.

Version 0.8.0

27 Jul 08:46
Compare
Choose a tag to compare

New features:

  • "Content scrubbing" lets you strip unwanted ads, sharing links and other junk from feed entries. Check the "scrub" setting in etc/config and related file etc/blacklist
  • Fetcher now fetches and parses feeds in parallel
  • Permalinks for FeedBurner entries are now stored using original entry link, thus bypassing FeedBurner redirects
  • All-in-one sweat.py command-line utility lets you setup Coldsweat and import/refresh feeds.

Notable fixes:

  • Now favicons are fetched while adding OPML feeds
  • Function get_last_refreshed_on_time doesn't choke anymore when all columns are NULL
  • Fixed a problem where for distant values of last_checked_on/last_updated_on feed was skipped during a refresh

Version 0.7.0

25 Feb 09:50
Compare
Choose a tag to compare

First public release.