diff options
author | 2022-12-10 10:45:34 -0800 | |
---|---|---|
committer | 2022-12-10 10:45:34 -0800 | |
commit | e12c263fc9a662bdd8096534c84a006515288ce7 (patch) | |
tree | a98f3887523a594df98dca971ce2a1ff77b40f21 | |
parent | 281c9be6c82292599a637f6e489944714a773477 (diff) | |
download | v2-e12c263fc9a662bdd8096534c84a006515288ce7.tar.gz v2-e12c263fc9a662bdd8096534c84a006515288ce7.tar.zst v2-e12c263fc9a662bdd8096534c84a006515288ce7.zip |
Update Changelog2.0.41
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Version 2.0.41 (December 10, 2022) +---------------------------------- + +* Reverted PR #1290 (follow the only link) because it leads to several panics/segfaults that prevent feed updates +* Disable double-tap mobile gesture if swipe gesture is disabled +* Skip integrations if there are no entries to push +* Enable TLS-ALPN-01 challenge for ACME + - This type of challenge works purely at the TLS layer and is compatible + with SNI proxies. The existing HTTP-01 challenge support has been left + as-is. +* Preconfigure Miniflux for GitHub Codespaces +* Updated `golang.org/x/net/*` dependencies + Version 2.0.40 (November 13, 2022) ---------------------------------- |