diff options
author | 2021-06-06 10:03:44 -0700 | |
---|---|---|
committer | 2021-06-06 10:03:44 -0700 | |
commit | 93fd98f8d42faa69712c75cf32e3727875b1ba5a (patch) | |
tree | 369adcc6d61a384305b0de732e2926eb50e7affc | |
parent | 238a3ee9be964690ec6cf51f415c14dffc5c78ac (diff) | |
download | v2-93fd98f8d42faa69712c75cf32e3727875b1ba5a.tar.gz v2-93fd98f8d42faa69712c75cf32e3727875b1ba5a.tar.zst v2-93fd98f8d42faa69712c75cf32e3727875b1ba5a.zip |
Update ChangeLog2.0.31
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Version 2.0.31 (June 6, 2021) +----------------------------- + +* Expose comments_url entry field in Golang API client +* Use unique file names for cache busting instead of query string +* Highlight and sort feeds with unread entries in feeds list +* Mark items as read on click/middle click of external links +* Fix: Firefox on Windows does not show the active link as bold +* Avoid extra HTTP request for fetching custom stylesheet +* Remove invalid CSRF HTML meta tag +* Add lang attribute to root HTML tag +* Use runes instead of bytes to truncate JSON feed titles (avoid breaking Unicode strings) +* Expose changed_at time through the API +* Add new config option CLEANUP_ARCHIVE_BATCH_SIZE +* Add new option DATABASE_CONNECTION_LIFETIME +* Add database stats to Prometheus exporter +* Add Systemd watchdog +* Avoid custom stylesheet to be cached by third-party CDN +* Update a shared entry label translation in zh_CN +* Bump github.com/tdewolff/minify/v2 from 2.9.16 to 2.9.17 +* Bump github.com/lib/pq from 1.10.1 to 1.10.2 + Version 2.0.30 (May 7, 2021) ---------------------------- |