ChangeLog 2.5 KB

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