diff options
author | 2021-03-21 11:29:24 -0700 | |
---|---|---|
committer | 2021-03-21 11:29:24 -0700 | |
commit | 1aec8d727c7fcc0735712f38560671df9536d9cc (patch) | |
tree | f73c95bcfe3e3f139bc3758d00401296f5c2aa51 | |
parent | e60e0ba3c4ca72701dab4f9142322b623ed6f10c (diff) | |
download | v2-2.0.29.tar.gz v2-2.0.29.tar.zst v2-2.0.29.zip |
Update ChangeLog2.0.29
-rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +Version 2.0.29 (Mar 21, 2021) +----------------------------- + +* Miniflux requires at least Go 1.16 now +* Improved support of Atom text constructs + - Improve handling of CDATA in text elements + - Omit XHTML root element because it should not be part of the content + - Fix incorrect parsing of HTML elements +* Handle RDF feed with HTML encoded entry title +* Add Turkish language +* Improve deletion of feeds with lots of entries +* Add support of Systemd readiness notification using the sd_notify protocol +* Remove feed_icons service worker cache because it's causing more problems than it solves (and HTTP cache seems faster) +* Add basic PWA offline page + - Add basic offline mode when using the service worker + - Starting in Chrome 93, offline mode is going to be a requirement to install the PWA +* Replace icon for "Add to home screen" button +* Use SVG icons for "toast" notifications +* Use SVG sprite for icons instead of inline elements +* Reset scroll position on mark page as read +* Add link to mark all feed entries as read +* Make web app display mode configurable (The change is visible after reinstalling the web app) +* Handle RSS feeds with CDATA in author item element +* Add read time on the article page +* Avoid showing a broken image when there is no feed icon +* Add option to allow self-signed or invalid certificates +* Add new config option to scrape YouTube's website to get video duration as read time (disabled by default) +* Send full article content to Wallabag +* Add more extensive health check support + - Improve endpoint to test database connection + - Add new cli argument: -healthcheck + - Update Docker Compose examples +* Update iframe "allow list" to support Bilibili videos +* Remove completely generated files and use embed package to bundle JS/CSS/Images/Translations files into the final binary +* Remove deprecated io/ioutil package +* Show Postgres version in "About" page + Version 2.0.28 (Feb 15, 2021) ----------------------------- |