diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index a476a549..1bd9138f 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,13 +7,19 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.11 | 9 | ## 0.11 |
10 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. | 10 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscriptions are refreshed in the background every two hours while Lagrange is running. |
11 | * Added a new sidebar tab for feeds. | 11 | * Added a new sidebar tab for feeds. |
12 | * Added "about:feeds" to show all discovered feed entries on one page. | 12 | * Added "about:feeds" to show all discovered feed entries on one page. |
13 | * Added icons for special bookmark tags and context menu items for toggling "homepage" and "subscribed". | ||
13 | * Line widths are slightly narrower for improved readability. | 14 | * Line widths are slightly narrower for improved readability. |
14 | * Improved stability; fixed data races, undefined behavior, thread leaks. | 15 | * Light mode UI color palette is less saturated, more sepia-toned. |
15 | * Fixed large downloads (10MB+) stopping prematurely due to a TLS decryption error. | 16 | * Improved stability: fixed data races, undefined behavior, thread leaks. |
17 | * Improved download progress updates: never update more often than the UI can be updated. | ||
18 | * Tall menus/dialogs can be scrolled with the mouse wheel. | ||
19 | * Fixed large downloads (10 MB+) stopping prematurely due to a TLS decryption error. | ||
16 | * Fixed build on FreeBSD (tested on 12.1). | 20 | * Fixed build on FreeBSD (tested on 12.1). |
21 | * Fixed displaying of "about:" URLs in history. | ||
22 | * macOS: Control-Click works as a right mouse click. | ||
17 | * Unix: Location of `xdg-open` is no longer hardcoded. | 23 | * Unix: Location of `xdg-open` is no longer hardcoded. |
18 | 24 | ||
19 | ## 0.10 | 25 | ## 0.10 |