diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-16 08:50:37 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-16 08:50:37 +0200 |
commit | 902ccb3d65db97ad4f8d17279806b0290d7ca332 (patch) | |
tree | 97ef9f469a2812e11ac44722e3b78da1f15dd6a1 /res/about/version.gmi | |
parent | 180e0add685b16a916292d775b7497e8443048e7 (diff) |
Search engine queries via the navbar
Any text that doesn't look like a URL is passed onto the configured search URL as a query string.
IssueID #157
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index c255e533..ba94f7e2 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -8,7 +8,9 @@ | |||
8 | 8 | ||
9 | ## 1.2 | 9 | ## 1.2 |
10 | * Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ. | 10 | * Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ. |
11 | * Added search engine support: non-URL text entered in the navbar is passed onto the configured search query URL (Preferences > Network). | ||
11 | * Short pages are centered vertically on actual page content excluding the top banner. | 12 | * Short pages are centered vertically on actual page content excluding the top banner. |
13 | * Added user preference for aligning all pages to the top of the window. | ||
12 | * Shift+Insert can be used for pasting clipboard contents into input fields. | 14 | * Shift+Insert can be used for pasting clipboard contents into input fields. |
13 | * Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. | 15 | * Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. |
14 | * Added keybinding for finding text on page. | 16 | * Added keybinding for finding text on page. |