ChangeLog 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Version 2.0.4 (Mar 5, 2018)
  2. ---------------------------
  3. * Add Simplified Chinese translation
  4. * Add Nunux Keeper integration
  5. * Filter the list of timezones
  6. * Add timezone to entries dates for REST and Fever API
  7. * Show last login and session creation date in current timezone
  8. * Fix typo in edit user template
  9. * Improve parser error messages
  10. * Remove parentheses around feed error messages
  11. * Support localized feed errors generated by background workers
  12. * Print info message if DATABASE_URL is not set
  13. Version 2.0.3 (Feb 19, 2018)
  14. ----------------------------
  15. * Add Polish translation
  16. * Change color of <q> tags for black theme
  17. * Add database indexes (don't forget to run database migrations)
  18. * Handle Atom feeds with HTML title
  19. * Strip invalid XML characters to avoid parsing errors
  20. * Improve error handling for HTTP client
  21. Version 2.0.2 (Feb 5, 2018)
  22. ---------------------------
  23. * Add support for Let's Encrypt http-01 challenge
  24. * Move template functions outside engine (refactoring)
  25. * Take timezone into consideration when calculating relative time
  26. * Add support for HTTP Strict Transport Security header
  27. * Add support for base URLs with subfolders
  28. * Add missing about menu in settings
  29. * Show API URL endpoints in user interface
  30. * Do not update entry date while refreshing a feed
  31. * Add flag to toggle debug logging
  32. * Improve unread counter updates
  33. Version 2.0.1 (Jan 22, 2018)
  34. ----------------------------
  35. * Change user agent (People are blocking the crawler with mod_security)
  36. * Move environment variables to config package (refactoring)
  37. * Add build targets for all ARM architectures
  38. * Do not crawl existing entry URLs
  39. * Show translated login page in user language when logged out
  40. * Handle more encoding edge cases:
  41. - Feeds with charset specified only in Content-Type header and not in XML document
  42. - Feeds with charset specified in both places
  43. - Feeds with charset specified only in XML document and not in HTTP header
  44. * Add German translation
  45. * Add mark as read/unread link on list items
  46. * Add API endpoint for OPML export
  47. Version 2.0.0 (Jan 11, 2018)
  48. ----------------------------
  49. * Initial release of Miniflux 2.