diff options
author | 2020-12-05 16:21:10 -0800 | |
---|---|---|
committer | 2020-12-05 16:21:10 -0800 | |
commit | 351d157533df9f4dafb9a9e94807b6bc2386bf93 (patch) | |
tree | b44f3ebaa58c941b76147a393531ca5e2c153db1 | |
parent | 9493fb111f5a0f7cd5c0d8c58e68d6a6da9b9ab0 (diff) | |
download | v2-351d157533df9f4dafb9a9e94807b6bc2386bf93.tar.gz v2-351d157533df9f4dafb9a9e94807b6bc2386bf93.tar.zst v2-351d157533df9f4dafb9a9e94807b6bc2386bf93.zip |
Update ChangeLog2.0.26
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Version 2.0.26 (Dec 5, 2020) +---------------------------- + +* Use created_at instead of published_at for archiving entries +* Add created_at field for entries +* Handle invalid feeds with relative URLs +* Add API routes for "mark all as read" +* Add support for setting a global default User-Agent +* Add rewrite rule "replace" for custom search and replace +* Calculate reading time during feed processing +* Handle various invalid dates +* systemd: keep /run writeable +* debian package: add missing post-install script +* Do not follow redirects when trying known feed URLs +* Trim spaces around icon URLs +* Reinstate EXPOSE instruction in Dockerfile +* Update German and Portuguese translations + Version 2.0.25 (Nov 3, 2020) ---------------------------- |