Miniflux v2.0.9 Release Notes

Release Date: 2018-07-01 // almost 6 years ago
    • Avoid Chrome to autocomplete no-login password fields
    • โž• Add cli flag to reset all feed errors
    • Do not ignore errored feeds when a user refresh feeds manually
    • โž• Add specific 404 and 401 error messages
    • Strip binaries to reduce size
    • ๐Ÿ‘‰ Make sure we always get the pagination in unread mode
    • ๐Ÿ›  Fix incorrect data value when toggling bookmark flag on entry page
    • Set opener to null when opening original URL with JavaScript
    • โœ‚ Remove unnecessary style
    • ๐Ÿ”จ Refactor AddImageTitle rewriter
      • Only processes images with src and title attributes (others are ignored)
      • Processes all images in the document (not just the first one)
      • Wraps the image and its title attribute in a figure tag with the title attribute's contents in a figcaption tag
    • ๐Ÿ‘Œ Improve sanitizer to remove style, noscript and script tag contents
    • ๐Ÿ‘Œ Improve feed and user API updates with optional values
    • โž• Add new fields for feed username/password
    • ๐Ÿ‘Œ Improve memory usage debug log
    • Disable keep-alive for HTTP client
    • Close HTTP response body even for failed requests
    • โž• Add Sans-Serif theme
    • Rewrite iframe Youtube URLs to https://www.youtube-nocookie.com
    • โž• Add more filters for API call /entries:
      • before (unix timestamp)
      • before_entry_id (int64)
      • after (unix timestamp)
      • after_entry_id (int64)
      • starred (boolean)
    • Rewrite individual entry pagination SQL queries
    • ๐Ÿ— Simplify entry query builder
    • Prevent items from sticking on touchend
    • Extended horizontal overflow to feed and category views
    • Translate missing strings
    • โšก๏ธ Update German translation