ChangeLog 3.0 KB

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