Skip to content

Commit b454d93

Browse files
committed
Update ChangeLog
1 parent a73d58a commit b454d93

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

ChangeLog

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
Version 2.0.48 (September 15, 2023)
2+
-----------------------------------
3+
4+
* Add generic webhook integration
5+
* Send webhook events when new entries are detected
6+
* Send wehbook events when saving an entry
7+
* Sign the outgoing requests with HMAC-SHA256
8+
* Improve Telegram integration
9+
* Add built-in Telegram client
10+
* Remove dependency on `go-telegram-bot-api` library
11+
* Add new options:
12+
* Optional topic ID
13+
* Disable page preview
14+
* Disable notifications
15+
* Add new button to go to article
16+
* Improve Matrix integration
17+
* Add built-in Matrix client
18+
* Remove dependency on `gomatrix` library
19+
* Send HTML formatted messages to Matrix
20+
* OpenID Connect authentication improvements:
21+
* Add OAuth2 PKCE support
22+
* Add `profile` scope to OIDC integration to support accounts without email address
23+
* Prevent empty username when using the OIDC integration
24+
* Add `factor` for `entry_frequency` scheduler:
25+
* Allow the user to increase the frequency of the `entry_frequency`
26+
scheduler by a configurable factor in order to shorten the time between
27+
updates.
28+
* Fix: status bar is unreadable when using PWA in dark mode on Firefox Android
29+
* Group form fields into fieldsets to improve page layout
30+
* Update Russian translation
31+
* Make sure icon URLs are always absolute
32+
* Add Apprise service URLs per feed
33+
* Trim `username` and `password` form fields
34+
* Strip HTML tags from DublinCore Creator tags
35+
* Fix scroll up behavior on Firefox Android
36+
* Add missing `return` statement in `fetchContent` UI handler
37+
* Add `replace_title` write rule to adjust entry titles
38+
* Fix Pocket integration redirect URL and Google Reader API HREF
39+
* Fix feed `hide_globally` property to use it with third-party clients.
40+
141
Version 2.0.47 (August 20, 2023)
242
--------------------------------
343

0 commit comments

Comments
 (0)