summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-27 15:04:07 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-27 15:04:07 +0200
commite23d06a13cc3764647ea293b1b1bbcd3b4ed7a37 (patch)
treec8bd565405345f3b7a5531ff699c52f36e88bb69 /res
parent4911c409cdd5f7c1e7e06ff3237748d6493ed3e6 (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 9a7bb0bf..a476a549 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,16 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 0.11
10* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag.
11* Added a new sidebar tab for feeds.
12* Added "about:feeds" to show all discovered feed entries on one page.
13* Line widths are slightly narrower for improved readability.
14* Improved stability; fixed data races, undefined behavior, thread leaks.
15* Fixed large downloads (10MB+) stopping prematurely due to a TLS decryption error.
16* Fixed build on FreeBSD (tested on 12.1).
17* Unix: Location of `xdg-open` is no longer hardcoded.
18
9## 0.10 19## 0.10
10* Added option to load inline images when pressing Space or ↓ for a more focused reading experience — just keep tapping a single key to proceed. If an image link is visible, it will be loaded instead of scrolling. This option is disabled by default. 20* Added option to load inline images when pressing Space or ↓ for a more focused reading experience — just keep tapping a single key to proceed. If an image link is visible, it will be loaded instead of scrolling. This option is disabled by default.
11* Added context menu item to save inline images to Downloads. 21* Added context menu item to save inline images to Downloads.