All Versions
38
Latest Version
Avg Release Cycle
53 days
Latest Release
867 days ago

Changelog History
Page 4

  • v2.0.7 Changes

    May 07, 2018
    • โž• Add API endpoint to import OPML file
    • ๐Ÿ‘‰ Make sure to close request body in HTTP client
    • ๐Ÿ”ง Do not show save link if no integration is configured
    • ๐Ÿ”ง Make sure integrations are configured before to make any HTTP requests
    • Avoid people to unlink their OAuth2 account without having a local password
    • Do not use shared variable to translate templates (avoid concurrency issue)
    • ๐Ÿ”จ Use vanilla HTTP handlers (refactoring)
    • ๐Ÿ”จ Move HTTP client to its own package (refactoring)
    • โž• Add middleware to read X-Forwarded-Proto header (refactoring)
    • ๐Ÿ”จ Use Gorilla middleware (refactoring)
    • Scrape parent element for iframe
    • โž• Add SoundCloud and Bandcamp iframe sources
  • v2.0.6 Changes

    April 20, 2018
    • ๐Ÿ‘Œ Improve graceful shutdown
    • ๐Ÿš€ Simplify Heroku deployment
    • ๐Ÿ”Š Display memory usage and some metrics in logs
    • โฑ Increase read/write timeout for HTTP server
    • โž• Add support for Dublin Core date in RDF feeds
    • Do not return an error if the user session is not found
    • ๐Ÿ– Handle some non-english date formats
    • โž• Add missing French translation
    • ๐Ÿ“œ Rename RSS parser getters
    • Get the right comments URL when having multiple namespaces
    • Ignore caching headers for feeds that send "Expires: 0"
    • โšก๏ธ Update translations
  • v2.0.5 Changes

    April 07, 2018
    • Avoid unread counter to be off by one when reading an entry
    • โž• Add Comments URL to entries
    • โž• Add FreeBSD build target
    • ๐Ÿ– Handle RSS author elements with inner HTML
    • ๐Ÿ›  Fix typo in translations
    • โž• Add Dutch translation
    • Convert enclosure size field to bigint
    • ๐Ÿ‘ท Switch CI to Go v1.10
    • ๐Ÿ›  Fix broken OPML import when compiling with Go 1.10
  • v2.0.4 Changes

    March 05, 2018
    • โž• Add Simplified Chinese translation
    • โž• Add Nunux Keeper integration
    • Filter the list of timezones
    • โž• Add timezone to entries dates for REST and Fever API
    • ๐Ÿ‘‰ Show last login and session creation date in current timezone
    • ๐Ÿ›  Fix typo in edit user template
    • ๐Ÿ‘Œ Improve parser error messages
    • โœ‚ Remove parentheses around feed error messages
    • ๐Ÿ‘Œ Support localized feed errors generated by background workers
    • ๐Ÿ–จ Print info message if DATABASE_URL is not set
  • v2.0.3 Changes

    February 19, 2018
    • โž• Add Polish translation
    • ๐Ÿ”„ Change color of tags for black theme
    • โž• Add database indexes (don't forget to run database migrations)
    • ๐Ÿ– Handle Atom feeds with HTML title
    • ๐Ÿ“œ Strip invalid XML characters to avoid parsing errors
    • ๐Ÿ‘Œ Improve error handling for HTTP client
  • v2.0.2 Changes

    February 05, 2018
    • โž• Add support for Let's Encrypt http-01 challenge
    • ๐Ÿ”จ Move template functions outside engine (refactoring)
    • Take timezone into consideration when calculating relative time
    • โž• Add support for HTTP Strict Transport Security header
    • โž• Add support for base URLs with subfolders
    • โž• Add missing about menu in settings
    • ๐Ÿ‘‰ Show API URL endpoints in user interface
    • โšก๏ธ Do not update entry date while refreshing a feed
    • โž• Add flag to toggle debug logging
    • ๐Ÿ‘Œ Improve unread counter updates
  • v2.0.1 Changes

    January 22, 2018
    • ๐Ÿ”„ Change user agent (People are blocking the crawler with mod_security)
    • ๐Ÿ”จ Move environment variables to config package (refactoring)
    • โž• Add build targets for all ARM architectures
    • Do not crawl existing entry URLs
    • ๐Ÿ‘‰ Show translated login page in user language when logged out
    • ๐Ÿ– Handle more encoding edge cases:
      • Feeds with charset specified only in Content-Type header and not in XML document
      • Feeds with charset specified in both places
      • Feeds with charset specified only in XML document and not in HTTP header
    • โž• Add German translation
    • โž• Add mark as read/unread link on list items
    • โž• Add API endpoint for OPML export
  • v2.0.0 Changes

    January 11, 2018
    • ๐ŸŽ‰ Initial release of Miniflux 2.