Coldsweat

Latest version: v0.10.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.9.4

**This is the last release to support Python 2.6.x. Starting 0.9.5 Python version 2.7.x is required.**

This release fixes a few annoying bugs and adds some UI enhancements.

New features:
- Issue 26: periodically refresh a feed favicon
- Issue 69: allow to change a feed title

Bugs fixed:
- issue 66: cannot satisfy Flup requirement
- Issue 71: cannot view /feeds page using Postgres
- Issue 73: entries in the OPML containing non-ASCII characters generate errors

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


$ python sweat.py update

0.9.3

This release fixes a problem with the plugin interface (144972dbfbaf6cf844e9ddaf7fe783bddebf986a) and adds some minor enhancements.

New features:
- New "Your Profile" dialog to edit user e-mail and password

Under the hood:
- Issue 48: synthesize custom entries to communicate feed status (disabled, gone, duplicated, etc.)
- Issue 60: clean up a feed URL from tracking params before add it to database

0.9.2

This release brings a new, more compact navigation UI and an important fix for Mr. Reader iOS app.

New features:
- Issue 53: fetcher [plugin system](https://github.com/passiomatic/coldsweat/wiki/Fetcher-Plugin-Interface)
- Issue 59: added "Mark feed as read" in web reader
- Added V key shortcut to view original website entry

Notable fixes:
- Issue 51: fixes a problem while authenticating with Mr Reader iOS app
- Issue 52: stop logging Peewee integrity errors
- Issue 54: improved compatibility with PostgreSQL database

Also, this release needs newer version of Peewee package. To update it from previous versions run:


pip install -r requirements.txt

0.9.1

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

0.9.0

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

0.8.2

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.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.