summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2022-05-27 14:29:57 -0700
committerGravatar Frédéric Guillot <f@miniflux.net> 2022-05-27 14:29:57 -0700
commit6bf89f4b32e57038556194c4cf1ea692f075e0e0 (patch)
treea0b56e6be3fc993cae16eb133cd7592a2ff60419
parent5a07fd8932b9c8573d3ef56cb84fc0a6479f6372 (diff)
downloadv2-6bf89f4b32e57038556194c4cf1ea692f075e0e0.tar.gz
v2-6bf89f4b32e57038556194c4cf1ea692f075e0e0.tar.zst
v2-6bf89f4b32e57038556194c4cf1ea692f075e0e0.zip
Update Changelog2.0.37
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bafa614..e9d8ce28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+Version 2.0.37 (May 27, 2022)
+-----------------------------
+
+* Add rewrite rule to decode base64 content
+* Add Linkding integration
+* Add comment button to Telegram message
+* Add API endpoint to fetch unread and read counters
+* Fixes logic bug in Google Reader API sanity check
+* Reduce number of CORS preflight check to save network brandwidth
+* Add Espial integration
+* Allow API search for entries which are not starred
+* Try to use outermost element text when title is empty
+* Make swipe gestures feel more natural
+ - Removes opacity transition when swiping an article read/unread
+ - Adds "resistance" to the swiped entry when the 75px threshold is
+ reached
+ - Fixes an issue in which a swiped article couldn't be moved <15px
+* Add support for feed streams to Google Reader API IDs API
+* Fix invalid parsing of icon data URL
+* Add Traditional Chinese translation
+* Add distroless Docker image variant
+* Add Go 1.18 to GitHub Action
+* Bump `github.com/tdewolff/minify/v2` from `2.10.0` to `2.11`
+* Bump `github.com/prometheus/client_golan` from `1.12.1` to `1.12.2`
+* Bump `github.com/lib/pq` from `1.10.4` to `1.10.6`
+
Version 2.0.36 (March 8, 2022)
------------------------------