All Versions
68
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.7 Changes
๐ Released 2019-04-14
- โฑ Increase timeout of the button actions from 2 to 10 seconds.
- :meth:
~Reader.get_entries
now sorts entries by the import date first, and then by :attr:~Entry.published
/:attr:~Entry.updated
. (:issue:106
) - โ Add
enclosure_dedupe
plugin (deduplicate enclosures of an entry). (:issue:78
) - ๐ The
serve
command now supports loading plugins. (:issue:78
) - ๐
reader.app.wsgi
now supports loading plugins. (:issue:78
)
-
v0.6 Changes
๐ Released 2019-04-13
- ๐ Minor web application style changes to make the layout more condensed.
- โก๏ธ Factor out update logic into a separate interface. (:issue:
107
) - ๐ Fix update failing if the feed does not have a content type header. (:issue:
108
)
-
v0.5 Changes
๐ Released 2019-02-09
- โก๏ธ Make updating new feeds up to 2 orders of magnitude faster;
fixes a problem introduced by :issue:
94
. (:issue:104
) - ๐ฆ Move the core modules to a separate subpackage and enforce test coverage
(
make coverage
now fails if the coverage for core modules is less than 100%). (:issue:101
) - ๐ Support Python 3.8 development branch.
- โ Add
dev
anddocs
extras (to install development requirements). - ๐ Build HTML documentation when running tox.
- โ Add
test-all
anddocs
make targets (to run tox / build HTML docs).
- โก๏ธ Make updating new feeds up to 2 orders of magnitude faster;
fixes a problem introduced by :issue:
-
v0.4 Changes
๐ Released 2019-01-02
- ๐ Support Python 3.7.
- 0๏ธโฃ Entry :attr:
~Entry.content
and :attr:~Entry.enclosures
now default to an empty tuple instead ofNone
. (:issue:99
) - :meth:
~Reader.get_feeds
now sorts feeds by :attr:~Feed.user_title
or :attr:~Feed.title
instead of just :attr:~Feed.title
. (:issue:102
) - :meth:
~Reader.get_feeds
now sorts feeds in a case insensitive way. (:issue:103
) - โ Add
sort
argument to :meth:~Reader.get_feeds
; allows sorting feeds by title or by when they were added. (:issue:98
) - ๐ Allow changing the feed sort order in the web application. (:issue:
98
)
-
v0.3 Changes
๐ Released on 2018-12-22
- :meth:
~Reader.get_entries
now prefers sorting by :attr:~Entry.published
(if present) to sorting by :attr:~Entry.updated
. (:issue:97
) - Add
regex_mark_as_read
plugin (mark new entries as read based on a regex). (:issue:79
) - Add
feed_entry_dedupe
plugin (deduplicate new entries for a feed). (:issue:79
) - ๐ Plugin loading machinery dependencies are now installed via the
plugins
extra. - โ Add a plugins section to the documentation.
- :meth:
-
v0.2 Changes
๐ Released on 2018-11-25
- Factor out storage-related functionality into a separate interface. (:issue:
94
) - ๐ Fix
update --new-only
updating the same feed repeatedly on databases that predate--new-only
. (:issue:95
) - โ Add web application screenshots to the documentation.
- Factor out storage-related functionality into a separate interface. (:issue:
-
v0.1.1 Changes
๐ Released on 2018-10-21
- ๐ Fix broken
reader serve
command (broken in 0.1). - ๐ง Raise :exc:
StorageError
for unsupported SQLite configurations at :class:Reader
instantiation instead of failing at run-time with a genericStorageError("sqlite3 error")
. (:issue:92
) - ๐ Fix wrong submit button being used when pressing enter in non-button fields.
(:issue:
69
) - Raise :exc:
StorageError
for failed migrations instead of an undocumented exception. (:issue:92
) - โ
Use
requests-mock
in parser tests instead of a web server (test suite run time down by ~35%). (:issue:90
)
- ๐ Fix broken
-
v0.1 Changes
๐ Released on 2018-09-15
- ๐ Initial release; public API stable.
- ๐ Support broken Tumblr feeds via the the
tumblr_gdpr
plugin. (:issue:67
)