* 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`)
* Add entry page. (:issue:`117`) * :meth:`~Reader.get_feed` now raises :exc:`FeedNotFoundError` if the feed does not exist; use ``get_feed(..., default=None)`` for the old behavior. * Add :meth:`~Reader.get_entry`. (:issue:`120`)
0.12
------------
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.
0.11
------------
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 the ``READER_PLUGIN_REGEX_MARK_AS_READ_CONFIG`` file. (:issue:`114`)
0.10
------------
Released 2019-05-18
* Unify plugin loading and error handling code. (:issue:`112`) * Minor improvements to CLI error reporting.