ChangeLog 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. Version 2.0.2 (Feb 5, 2018)
  2. ---------------------------
  3. * Add support for Let's Encrypt http-01 challenge
  4. * Move template functions outside engine (refactoring)
  5. * Take timezone into consideration when calculating relative time
  6. * Add support for HTTP Strict Transport Security header
  7. * Add support for base URLs with subfolders
  8. * Add missing about menu in settings
  9. * Show API URL endpoints in user interface
  10. * Do not update entry date while refreshing a feed
  11. * Add flag to toggle debug logging
  12. * Improve unread counter updates
  13. Version 2.0.1 (Jan 22, 2018)
  14. ----------------------------
  15. * Change user agent (People are blocking the crawler with mod_security)
  16. * Move environment variables to config package (refactoring)
  17. * Add build targets for all ARM architectures
  18. * Do not crawl existing entry URLs
  19. * Show translated login page in user language when logged out
  20. * Handle more encoding edge cases:
  21. - Feeds with charset specified only in Content-Type header and not in XML document
  22. - Feeds with charset specified in both places
  23. - Feeds with charset specified only in XML document and not in HTTP header
  24. * Add German translation
  25. * Add mark as read/unread link on list items
  26. * Add API endpoint for OPML export
  27. Version 2.0.0 (Jan 11, 2018)
  28. ----------------------------
  29. * Initial release of Miniflux 2.