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

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 and docs extras (to install development requirements).
    • ๐Ÿ“š Build HTML documentation when running tox.
    • โž• Add test-all and docs make targets (to run tox / build HTML docs).
  • 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 of None. (: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.
  • 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.
  • 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 generic StorageError("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)
  • 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)