All Versions
38
Latest Version
Avg Release Cycle
53 days
Latest Release
867 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.7 Changes
May 07, 2018- โ Add API endpoint to import OPML file
- ๐ Make sure to close request body in HTTP client
- ๐ง Do not show save link if no integration is configured
- ๐ง Make sure integrations are configured before to make any HTTP requests
- Avoid people to unlink their OAuth2 account without having a local password
- Do not use shared variable to translate templates (avoid concurrency issue)
- ๐จ Use vanilla HTTP handlers (refactoring)
- ๐จ Move HTTP client to its own package (refactoring)
- โ Add middleware to read X-Forwarded-Proto header (refactoring)
- ๐จ Use Gorilla middleware (refactoring)
- Scrape parent element for iframe
- โ Add SoundCloud and Bandcamp iframe sources
-
v2.0.6 Changes
April 20, 2018- ๐ Improve graceful shutdown
- ๐ Simplify Heroku deployment
- ๐ Display memory usage and some metrics in logs
- โฑ Increase read/write timeout for HTTP server
- โ Add support for Dublin Core date in RDF feeds
- Do not return an error if the user session is not found
- ๐ Handle some non-english date formats
- โ Add missing French translation
- ๐ Rename RSS parser getters
- Get the right comments URL when having multiple namespaces
- Ignore caching headers for feeds that send "Expires: 0"
- โก๏ธ Update translations
-
v2.0.5 Changes
April 07, 2018- Avoid unread counter to be off by one when reading an entry
- โ Add Comments URL to entries
- โ Add FreeBSD build target
- ๐ Handle RSS author elements with inner HTML
- ๐ Fix typo in translations
- โ Add Dutch translation
- Convert enclosure size field to bigint
- ๐ท Switch CI to Go v1.10
- ๐ Fix broken OPML import when compiling with Go 1.10
-
v2.0.4 Changes
March 05, 2018- โ Add Simplified Chinese translation
- โ Add Nunux Keeper integration
- Filter the list of timezones
- โ Add timezone to entries dates for REST and Fever API
- ๐ Show last login and session creation date in current timezone
- ๐ Fix typo in edit user template
- ๐ Improve parser error messages
- โ Remove parentheses around feed error messages
- ๐ Support localized feed errors generated by background workers
- ๐จ Print info message if DATABASE_URL is not set
-
v2.0.3 Changes
February 19, 2018- โ Add Polish translation
- ๐ Change color of tags for black theme
- โ Add database indexes (don't forget to run database migrations)
- ๐ Handle Atom feeds with HTML title
- ๐ Strip invalid XML characters to avoid parsing errors
- ๐ Improve error handling for HTTP client
-
v2.0.2 Changes
February 05, 2018- โ Add support for Let's Encrypt http-01 challenge
- ๐จ Move template functions outside engine (refactoring)
- Take timezone into consideration when calculating relative time
- โ Add support for HTTP Strict Transport Security header
- โ Add support for base URLs with subfolders
- โ Add missing about menu in settings
- ๐ Show API URL endpoints in user interface
- โก๏ธ Do not update entry date while refreshing a feed
- โ Add flag to toggle debug logging
- ๐ Improve unread counter updates
-
v2.0.1 Changes
January 22, 2018- ๐ Change user agent (People are blocking the crawler with mod_security)
- ๐จ Move environment variables to config package (refactoring)
- โ Add build targets for all ARM architectures
- Do not crawl existing entry URLs
- ๐ Show translated login page in user language when logged out
- ๐ Handle more encoding edge cases:
- Feeds with charset specified only in Content-Type header and not in XML document
- Feeds with charset specified in both places
- Feeds with charset specified only in XML document and not in HTTP header
- โ Add German translation
- โ Add mark as read/unread link on list items
- โ Add API endpoint for OPML export
-
v2.0.0 Changes
January 11, 2018- ๐ Initial release of Miniflux 2.