Miniflux v2.0.27 Release Notes

Release Date: 2021-01-09 // about 3 years ago
    • โž• Add spellcheck="false" to input fields
    • ๐Ÿ”จ Refactoring of entry, feed, category, and user validation
    • Avoid stripping tags for entry title
    • โž• Add the possibility to subscribe to feeds with the Android Share menu
    • API improvements:
      • Change feed creation request to allow setting most fields via API
      • Allow regular users to change settings via API
      • Make user fields editable via API
      • Renaming non-existent category via API should return a 404
    • โšก๏ธ Update Systemd service file:
      • Add capability CAP_NET_BIND_SERVICE (allow the process to listen on privileged ports)
      • Enable a private /tmp for $CERT_CACHE (required when using Let's Encrypt)
    • โšก๏ธ Update read/star icons to SVGs
    • โž• Add autocomplete="username" to HTML forms
    • ๐Ÿ‘Œ Improve user mass delete to use fewer Goroutines
    • ๐Ÿ‘‰ Use SQL transaction when creating user sessions and users
    • โœ‚ Remove extra column (HSTORE field) from users table and migrate key/value pairs to specific columns
    • โฌ†๏ธ Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0
    • โฌ†๏ธ Bump github.com/lib/pq from 1.8.0 to 1.9.0
    • โž• Add styles for HTML tag
    • ๐Ÿ”จ Refactor SQL migrations:
      • Avoid embedding SQL files into binary
      • Allow more flexible changes by using Go functions
    • โž• Add Server-Timing header to unread page
    • ๐Ÿ‘‰ Show correct User Agent in input placeholders
    • โž• Add autocomplete attribute to login form
    • โž• Add Grafana dashboard in contrib folder