summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-16 08:57:56 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-16 08:57:56 +0200
commitb1574e776c9571263374436c8cad15989bbe29cc (patch)
tree967c2483549daf292093bf7f544bfc5e8257e43b /res/about
parenta50a01da45a8fb6a4d6ee419fc1ad240b1f0dee5 (diff)
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 10f55cb9..26fae067 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,19 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 0.9
10* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site.
11* Added menu items and keybindings for navigating to site root or the parent directory.
12* Added option to use a monospace body text font on all Gemini and/or Gopher pages.
13* Remember redirect source URLs as visited but not shown in the History tab. Note that "visited.txt" is no longer fully compatible if opened in an older version of Lagrange.
14* "gopher:" scheme is allowed in command line arguments.
15* XDG: .desktop file declares support for opening Gopher URLs.
16* Fixed an issue where copying the URL input field would not place anything on the clipboard.
17* Fixed the Lagrange window visibly changing position during launch.
18* Fixed crash when a single percent sign was typed in an input field.
19* macOS: Fixed native menu keyboard shortcuts causing redundant command activations.
20* macOS: Fixed assigning keybindings when there is an equivalent native menu shortcut.
21
9## 0.8.1 22## 0.8.1
10* Fixed potential lockup when navigating back to a query prompt. 23* Fixed potential lockup when navigating back to a query prompt.
11* macOS: Improved handling of scroll wheel events from a mouse. 24* macOS: Improved handling of scroll wheel events from a mouse.