diff options
-rw-r--r-- | res/about/version.gmi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 1bd9138f..aabd85a6 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -9,14 +9,14 @@ | |||
9 | ## 0.11 | 9 | ## 0.11 |
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. | 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 entries from all subscriptions on one page. |
13 | * Added icons for special bookmark tags and context menu items for toggling "homepage" and "subscribed". | 13 | * Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed". |
14 | * Line widths are slightly narrower for improved readability. | 14 | * Line widths are slightly narrower for improved readability. |
15 | * Light mode UI color palette is less saturated, more sepia-toned. | 15 | * Light mode UI color palette is less saturated, more sepia-toned. |
16 | * Improved stability: fixed data races, undefined behavior, thread leaks. | 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. | 17 | * Improved download progress updates: never update more often than the UI can be refreshed. |
18 | * Tall menus/dialogs can be scrolled with the mouse wheel. | 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. | 19 | * Fixed large downloads (10 MB+) stopping prematurely due to a decryption error. |
20 | * 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. | 21 | * Fixed displaying of "about:" URLs in history. |
22 | * macOS: Control-Click works as a right mouse click. | 22 | * macOS: Control-Click works as a right mouse click. |