summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 19:08:10 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 19:08:10 +0200
commitdd58c9feb85b113a8b66f4466ce8121a2d592df6 (patch)
tree98283c9d75964e6ec23c4c261213752f2edc633b
parentde1cbd837abc6a7dcfef6ed3ee357721cbc2907f (diff)
Updated Help and release notes
-rw-r--r--res/about/help.gmi4
-rw-r--r--res/about/version.gmi14
2 files changed, 10 insertions, 8 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 6a99a8ed..3f21adb8 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -159,11 +159,11 @@ You may be familiar with RSS and Atom XML feeds from the web. Lagrange does _not
159 159
160Subscriptions are managed via bookmarks. When you subscribe to a feed page, a bookmark is created and the special "subscribed" tag is applied on it. In the Bookmarks list, this is indicated by a ★ icon. There is no other difference between normal bookmarks and feed subscriptions — you may tag any bookmark as "subscribed" and Lagrange will look through it for feed-style links. The bookmark title is used as the feed title. This defaults to the top heading of the feed index page, but you can edit it to suit your needs. 160Subscriptions are managed via bookmarks. When you subscribe to a feed page, a bookmark is created and the special "subscribed" tag is applied on it. In the Bookmarks list, this is indicated by a ★ icon. There is no other difference between normal bookmarks and feed subscriptions — you may tag any bookmark as "subscribed" and Lagrange will look through it for feed-style links. The bookmark title is used as the feed title. This defaults to the top heading of the feed index page, but you can edit it to suit your needs.
161 161
162Feeds are refreshed periodically while Lagrange is running, and after launching if it has been a while since the previous refresh. You may also manually refresh all feeds via the menus or by pressing ${SHIFT+}${CTRL+}R. 162Feeds are refreshed periodically while Lagrange is running, and also immediately after launching if it has been a while since the previous refresh. You may also manually refresh all feeds via the menus or by pressing ${SHIFT+}${CTRL+}R.
163 163
164The Feeds sidebar tab displays recent feed entries. From there you can open entries and mark them as read/unread. 164The Feeds sidebar tab displays recent feed entries. From there you can open entries and mark them as read/unread.
165 165
166To see all entries from all feeds, open the "Feed entries" page. It also shows how long has it been since the previous feed refresh. 166To see all entries from all feeds, open the "Feed entries" page. This page also shows how long has it been since the previous feed refresh.
167=> about:feeds 167=> about:feeds
168 168
169## Identities (client certificates) 169## Identities (client certificates)
diff --git a/res/about/version.gmi b/res/about/version.gmi
index a0950846..a5830726 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -11,17 +11,19 @@
11* Added a new sidebar tab for feeds. 11* Added a new sidebar tab for feeds.
12* Added "about:feeds" to show entries from all subscriptions 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* Improved stability: fixed data races, undefined behavior, thread leaks.
15* Wide preformatted blocks can be scrolled horizontally with the mouse wheel or trackpad.
14* Line widths are slightly narrower for improved readability. 16* Line widths are slightly narrower for improved readability.
15* Light mode UI color palette is less saturated, more sepia-toned. 17* Light mode UI color palette is less saturated, more sepia-toned.
16* Improved stability: fixed data races, undefined behavior, thread leaks.
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 decryption error. 19* Improved download progress updates: never update more often than the UI can be refreshed.
20* Fixed build on FreeBSD (tested on 12.1).
21* Fixed displaying of "about:" URLs in history.
22* Fixed window contents not being updated during window resizing.
23* macOS: Control-Click works as a right mouse click. 20* macOS: Control-Click works as a right mouse click.
24* Unix: Location of `xdg-open` is no longer hardcoded. 21* Unix: Location of `xdg-open` is no longer hardcoded.
22* Fixed large downloads (10 MB+) stopping prematurely due to a decryption error.
23* Fixed window contents not being updated during window resizing.
24* Fixed selection/search markers disappearing when scrolling down.
25* Fixed displaying of "about:" URLs in history.
26* Fixed build on FreeBSD (tested on 12.1).
25 27
26## 0.10 28## 0.10
27* 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. 29* 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.