From 1aec8d727c7fcc0735712f38560671df9536d9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 21 Mar 2021 11:29:24 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index 273b0af5..d4004d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) -----------------------------