Miniflux v2.0.10 Release Notes

Release Date: 2018-07-22 // over 5 years ago
    • ๐Ÿฑ Avoid browser caching issues when assets changes
    • โž• Add Gzip/Deflate compression for HTML, JSON, CSS and Javascript responses
    • ๐Ÿ‘Œ Improve themes handling
      • Store user theme in session
      • Logged out users will keep their theme
      • Add theme background color to web manifest and meta tag
    • โšก๏ธ Update application icon with different sizes
    • โž• Add support for published tag in Atom feeds
    • โž• Add tooltip to feed domain in feeds list (title attribute)
    • Prevent vertical scrolling on swipe
    • ๐Ÿ‘‰ Show feed title instead of domain in items list
    • โž• Add service worker to cache feed icons
    • ๐Ÿ”ง Make image proxy configurable via IMAGE_PROXY environment variable:
      • none = No proxy
      • http-only = Proxy only non-HTTPS images (default)
      • all = Proxy everything
    • โž• Add alt attribute for feed icons
    • โšก๏ธ Update CI jshint check
    • โž• Add embedly.com to iframe whitelist
    • ๐Ÿ‘‰ Use passive event listeners for touch events
    • Add add_dynamic_image rewriter for JavaScript-loaded images
    • ๐Ÿ”„ Change feed password field type to text to avoid auto-completion with Firefox
      • Using autocomplete="off" or autocomplete="new-password" doesn't change anything
      • Changing the input ID doesn't change anything
      • Using a different input name doesn't change anything
      • Only Chrome supports autocomplete="new-password"
    • โž• Add base URL validation
    • ๐Ÿ’… Update default stylesheet name in HTML layout
    • ๐Ÿ’… Pre-generate themes stylesheets at build time
    • โšก๏ธ Update vendor dependencies
    • ๐Ÿ”จ Refactor assets bundler and split Javascript files
    • โš™ Run sanitizer after all processing and entry content rewrite
    • โœ‚ Remove timestamp from generated files
    • โž• Add support for protocol relative YouTube URLs
    • โž• Add Postgres full-text search for entries
    • โž• Add search form in user interface
    • โž• Add search parameter to the API
    • ๐Ÿ‘Œ Improve Dutch locales
    • Sandbox iframes when sanitizing
    • Keep consistent text size on mobile orientation change
    • ๐Ÿ”„ Change permission of /etc/miniflux.conf to 600 instead of 644 in RPM package
    • โž• Add tzdata package to Docker image
    • โšก๏ธ Update Docker image to Alpine Linux 3.8