All Versions
68
Latest Version
3.3
Avg Release Cycle
19 days
Latest Release
-

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)
  • 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 argument which is now deprecated in favor of read. (:issue:136)
  • 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)
  • v0.14 Changes

    ๐Ÿš€ Released 2019-08-12

    • โฌ‡๏ธ Drop Python 3.5 support. (:issue:124)
    • ๐Ÿ‘Œ Improve entry ordering implementation. (:issue:110)
  • 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; use get_feed(..., default=None) for the old behavior.
    • โž• Add :meth:~Reader.get_entry. (:issue:120)
  • 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.
  • 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 the READER_PLUGIN_REGEX_MARK_AS_READ_CONFIG file. (:issue:114)
  • v0.10 Changes

    ๐Ÿš€ Released 2019-05-18

    • ๐Ÿ”Œ Unify plugin loading and error handling code. (:issue:112)
    • Minor improvements to CLI error reporting.
  • 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)
  • 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).