diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 06:47:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 06:47:35 +0200 |
commit | a1d2ce27ac2f42dd323c6e620f04d82b35663c92 (patch) | |
tree | 9b335e840e7e636fdacd8b1a6ed5b56921cc33ad /res/about | |
parent | bdf59f54bf20c9fd0b3e97a849ec66e0134a6161 (diff) |
Feeds: Worker saves feeds in the background
No need to wait until quitting the app to write the feeds state to disk.
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index a5830726..d209d376 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,8 +6,10 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.12 | ||
10 | |||
9 | ## 0.11 | 11 | ## 0.11 |
10 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscriptions are refreshed in the background while Lagrange is running. | 12 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running. |
11 | * Added a new sidebar tab for feeds. | 13 | * Added a new sidebar tab for feeds. |
12 | * Added "about:feeds" to show entries from all subscriptions on one page. | 14 | * Added "about:feeds" to show entries from all subscriptions on one page. |
13 | * Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed". | 15 | * Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed". |