All Versions
68
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v0.17 Changes
๐ Released 2019-10-12
- โ Remove the
which
argument of :meth:~Reader.get_entries
. (:issue:136
) - :class:
Reader
objects should now be created using :func:make_reader
. Instantiating Reader directly will raise a deprecation warning. - ๐ The resources associated with a reader can now be released explicitly
by calling its :meth:
~Reader.close()
method. (:issue:139
) - ๐ Make the database schema more strict regarding nulls. (:issue:
138
) - โ
Tests are now run in a random order. (:issue:
142
)
- โ Remove the
-
v0.16 Changes
๐ Released 2019-09-02
- ๐ Allow marking entries as important. (:issue:
127
) - :meth:
~Reader.get_entries
and :meth:~Reader.get_feeds
now take only keyword arguments. - ๐ :meth:
~Reader.get_entries
argumentwhich
is now deprecated in favor ofread
. (:issue:136
)
- ๐ Allow marking entries as important. (:issue:
-
v0.15 Changes
๐ Released 2019-08-24
- ๐ Improve entry page rendering for text/plain content. (:issue:
117
) - ๐ Improve entry page rendering for images and code blocks. (:issue:
126
) - ๐ Show enclosures on the entry page. (:issue:
128
) - ๐ Show the entry author. (:issue:
129
) - ๐ Fix bug causing the enclosure tag proxy to use too much memory. (:issue:
133
) - Start using mypy on the core modules. (:issue:
132
)
- ๐ Improve entry page rendering for text/plain content. (:issue:
-
v0.14 Changes
๐ Released 2019-08-12
- โฌ๏ธ Drop Python 3.5 support. (:issue:
124
) - ๐ Improve entry ordering implementation. (:issue:
110
)
- โฌ๏ธ Drop Python 3.5 support. (:issue:
-
v0.13 Changes
๐ Released 2019-07-12
- โ Add entry page. (:issue:
117
) - :meth:
~Reader.get_feed
now raises :exc:FeedNotFoundError
if the feed does not exist; useget_feed(..., default=None)
for the old behavior. - โ Add :meth:
~Reader.get_entry
. (:issue:120
)
- โ Add entry page. (:issue:
-
v0.12 Changes
๐ Released 2019-06-22
- ๐ Fix flashed messages never disappearing. (:issue:
81
) - ๐ Minor metadata page UI improvements.
- ๐ Allow limiting the number of entries on the entries page
via the
limit
URL parameter. - โ Add link to the feed on the entries and feeds pages. (:issue:
118
) - ๐ Use Black and pre-commit to enforce style.
- ๐ Fix flashed messages never disappearing. (:issue:
-
v0.11 Changes
๐ Released 2019-05-26
- ๐ Support storing per-feed metadata. (:issue:
114
) - โ Add feed metadata page to the web app. (:issue:
114
) - The
regex_mark_as_read
plugin is now configurable via feed metadata; drop support for theREADER_PLUGIN_REGEX_MARK_AS_READ_CONFIG
file. (:issue:114
)
- ๐ Support storing per-feed metadata. (:issue:
-
v0.10 Changes
๐ Released 2019-05-18
- ๐ Unify plugin loading and error handling code. (:issue:
112
) - Minor improvements to CLI error reporting.
- ๐ Unify plugin loading and error handling code. (:issue:
-
v0.9 Changes
๐ Released 2019-05-12
- ๐ Improve the :meth:
~Reader.get_entries
sorting algorithm. Fixes a bug introduced by :issue:106
(entries of new feeds would always show up at the top). (:issue:113
)
- ๐ Improve the :meth:
-
v0.8 Changes
๐ Released 2019-04-21
- ๐ Make the internal APIs use explicit types instead of tuples. (:issue:
111
) - โก๏ธ Finish updater internal API. (:issue:
107
) - ๐ Automate part of the release process (
scripts/release.py
).
- ๐ Make the internal APIs use explicit types instead of tuples. (:issue: