ChangeLog 1.6 KB

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