reader v2.4 Release Notes

  • 🚀 Released 2021-10-19

    • 0️⃣ Enable search by default. (:issue:252)

      • Add the search_enabled :func:make_reader argument. By default, search is enabled on the first :meth:~Reader.update_search call; the previous behavior was to do nothing.
      • Always install the full-text search dependencies (previously optional). The search extra remains available to avoid breaking dependent packages.
    • ➕ Add the :attr:~Feed.subtitle and :attr:~Feed.version Feed attributes. (:issue:223)

    • Change the :mod:~reader.plugins.mark_as_read plugin to also explicitly mark matching entries as unimportant, similar to how the don't care web application button works. (:issue:260)

    • 🌐 In the web application, show the feed subtitle. (:issue:223)