diff options
author | 2020-11-03 11:53:28 -0800 | |
---|---|---|
committer | 2020-11-03 11:53:28 -0800 | |
commit | b8f7f44bb0ca48891d272f57827ceed6e981daa2 (patch) | |
tree | ff2d6977e299a9eef8bb98a4127bb02cf538155d | |
parent | 2249de439e68bde8de9c3ec603a1b1d94b9c143a (diff) | |
download | v2-b8f7f44bb0ca48891d272f57827ceed6e981daa2.tar.gz v2-b8f7f44bb0ca48891d272f57827ceed6e981daa2.tar.zst v2-b8f7f44bb0ca48891d272f57827ceed6e981daa2.zip |
Update ChangeLog for version 2.0.25
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +Version 2.0.25 (Nov 3, 2020) +---------------------------- + +* Rename "original" link to be more explicit +* Do not escape HTML for Atom 1.0 text content during parsing (Avoid HTML entities issues) +* Do not use charset.NewReader if the body is a valid UTF-8 document +* Restore the ability to use a proxy for all HTTP requests (see https://golang.org/pkg/net/http/#ProxyFromEnvironment) +* Show Git commit in about page +* Publish Docker images to GitHub Container Registry +* Added few Docker Compose examples in contrib folder +* Added Ansible Role + Playbook for Miniflux in contrib folder +* Add rewrite rule to use noscript content for images rendered with Javascript +* Bump github.com/prometheus/client_golang from 1.7.1 to 1.8.0 +* Update contributor link and Godoc badge for API client +* Move Debian package builder to main repository +* Move RPM build files to main repository +* Add GitHub Action to generate Docker images +* Build multi-platform images with Docker Buildx +* Add keyboard shortcut to scroll current item to the top +* Add feed filters (Keeplist and Blocklist) +* Do not proxy image with a data URL +* Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0 +* Proxify articles crawled manually +* Proxify images defined in srcset attribute +* Remove plaintext Fever password from database +* Add keyboard shortcut to jump to an item's feed page +* Add option for swipe gesture on entries on mobile + Version 2.0.24 (Oct 3, 2020) ---------------------------- |