diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-28 08:01:55 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-28 08:01:55 +0200 |
commit | 813656838b03c183240258f2497fe28f8c048394 (patch) | |
tree | 0fd1669774bfe4491c7c8a86d5ab6b409bc5f96a /res/about | |
parent | d423842b09cf62b02edf90b0c5e78c4659a8a705 (diff) |
Updated Help and release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/help.gmi | 3 | ||||
-rw-r--r-- | res/about/version.gmi | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index ade0f07a..fcdc8239 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -107,6 +107,8 @@ When navigating to a new page, the old page is cached in memory. If you navigate | |||
107 | 107 | ||
108 | The page cache is saved to a file when Lagrange is shut down so it can be restored on the next launch. | 108 | The page cache is saved to a file when Lagrange is shut down so it can be restored on the next launch. |
109 | 109 | ||
110 | Maximum size of the cache can be configured on the "Network" tab of Preferences. Note that the entire cache is kept in memory at runtime. When the cache fills up, the oldest and largest page content is removed — both factors contribute to the removal. You can set the maximum size to 0 to disable caching altogether, but that will also disable the page content quick search feature. | ||
111 | |||
110 | ### 1.1.4 Opening links in a new tab | 112 | ### 1.1.4 Opening links in a new tab |
111 | 113 | ||
112 | Holding down ${CTRL} when left-clicking on a link causes it to open in a new tab. Alternatively, middle-clicking a link has the same effect. | 114 | Holding down ${CTRL} when left-clicking on a link causes it to open in a new tab. Alternatively, middle-clicking a link has the same effect. |
@@ -151,6 +153,7 @@ In addition to a title, bookmarks can have tags. Some tags have a special meanin | |||
151 | 153 | ||
152 | => about:bookmarks The special page "about:bookmarks" is used for exporting bookmarks out of Lagrange. | 154 | => about:bookmarks The special page "about:bookmarks" is used for exporting bookmarks out of Lagrange. |
153 | It has three different modes that can be opened via menus: | 155 | It has three different modes that can be opened via menus: |
156 | |||
154 | * listing bookmarks alphabetically | 157 | * listing bookmarks alphabetically |
155 | * listing bookmarks grouped by tag | 158 | * listing bookmarks grouped by tag |
156 | * listing bookmarks as a feed with creation dates | 159 | * listing bookmarks as a feed with creation dates |
diff --git a/res/about/version.gmi b/res/about/version.gmi index ab5de58a..4e127ba8 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -9,12 +9,12 @@ | |||
9 | ## 1.1 | 9 | ## 1.1 |
10 | * Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files. | 10 | * Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files. |
11 | * Added setting for maximum cache size. This is the amount of fetched data kept in memory for page navigation and content lookup. The default is 10 MB. | 11 | * Added setting for maximum cache size. This is the amount of fetched data kept in memory for page navigation and content lookup. The default is 10 MB. |
12 | * Added a bold UI font. It is used for unread feed entries and default dialog buttons. | ||
13 | * Added support for Finger links (courtesy of John Cowan). | ||
14 | * Added option to show full link URL when hovering on it. | 12 | * Added option to show full link URL when hovering on it. |
13 | * Added support for Finger links (courtesy of John Cowan). | ||
15 | * Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H). | 14 | * Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H). |
16 | * Added keybinding for switching to next set of links for home row navigation. | 15 | * Added keybinding for switching to next set of links for home row navigation. |
17 | * Added keybindings for new tab, close tab, adding a bookmark. | 16 | * Added keybindings for new tab, close tab, adding a bookmark. |
17 | * Added a bold UI font. It is used for unread feed entries and default dialog buttons. | ||
18 | * Better alignment of quick lookup result icons and labels. | 18 | * Better alignment of quick lookup result icons and labels. |
19 | * Remote bookmarks are grouped under their source in the bookmark list. | 19 | * Remote bookmarks are grouped under their source in the bookmark list. |
20 | * A bookmark's icon is updated after loading the page so it matches the site. | 20 | * A bookmark's icon is updated after loading the page so it matches the site. |