Update ChangeLog
This commit is contained in:
parent
e60e0ba3c4
commit
1aec8d727c
1 changed files with 37 additions and 0 deletions
37
ChangeLog
37
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)
|
Version 2.0.28 (Feb 15, 2021)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue