diff options
author | 2022-10-16 14:29:17 -0700 | |
---|---|---|
committer | 2022-10-16 14:29:17 -0700 | |
commit | 95e125dfc79acd07bce33a57b9de31a988cd96b6 (patch) | |
tree | 21c3ce21dbabccc2f57f9de7fcd825ec9a00cc01 | |
parent | 7f6ce16d853780b8a31385a3c7b23423a0f9c273 (diff) | |
download | v2-2.0.39.tar.gz v2-2.0.39.tar.zst v2-2.0.39.zip |
Update ChangeLog2.0.39
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | miniflux.1 | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ +Version 2.0.39 (October 16, 2022) +--------------------------------- + +* Add support for date filtering in Google Reader API item ID calls +* Handle RSS entries with only a GUID permalink +* Go API Client: Accept endpoint URLs ending with `/v1/` +* CORS API headers: Allow `Basic` authorization header +* Log feed URL when submitting a subscription that returns an error +* Update `make run` command to execute migrations automatically +* Add option to send only the URL to Wallabag +* Do not convert anchors to absolute links +* Add config option to use a custom image proxy URL +* Allow zoom on mobile devices +* Add scraping rules for `theverge.com`, `royalroad.com`, `swordscomic.com`, and `smbc-comics.com` +* Add Ukrainian translation +* Update `golang.org/x/*` dependencies +* Bump `github.com/tdewolff/minify/v2` from `2.12.0` to `2.12.4` +* Bump `github.com/yuin/goldmark` from `1.4.13` to `1.5.2` +* Bump `github.com/lib/pq` from `1.10.6` to `1.10.7` + Version 2.0.38 (August 13, 2022) -------------------------------- @@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "January 5, 2022" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "August 29, 2022" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader |