summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-05 11:51:27 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-05 11:51:27 +0200
commit52f3c7e158ee9436ee82f602ee9a6212dd54b776 (patch)
tree30f101e01764bab4432d65cf47e58064b2596a45 /res
parent3a4f92f04a35752fc0b9e1c92d435e4b3bca8593 (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index dde79ba4..8f760488 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,19 +7,24 @@
7# Release notes 7# Release notes
8 8
9## 1.2 9## 1.2
10* The default set of bookmarks now use a remote source.
11* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. 10* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before.
12=> gemini://skyjake.fi/lagrange/getting_started.gmi "Getting Started" bookmarks
13 11
14## 1.1.1 12## 1.1.1
15* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. 13* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
16* Fixed missing cursor in the New Identity "Valid until" field. 14* Fixed missing cursor in the New Identity "Valid until" field.
17* Fixed word wrapping issue in unread feed entry titles.
18* Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page. 15* Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page.
19* Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn. 16* Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn.
17* Fixed word wrapping issue in unread feed entry titles.
20* Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted. 18* Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted.
19* Fixed default value for the Line Width setting.
20* Linux: Check monitor DPI for UI scaling like on Windows and macOS.
21* Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar. 21* Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar.
22* Bookmark URLs are normalized by removing the default Gemini port. 22* Bookmark URLs are normalized by removing the default Gemini port.
23* Added a list of environment variables to "about:debug".
24* XDG: Respect `XDG_CONFIG_HOME` environment variable for storing user files.
25* XDG: Use the configured XDG download directory as default Downloads location.
26* The default set of bookmarks now uses a remote source.
27=> gemini://skyjake.fi/lagrange/getting_started.gmi "Getting Started" bookmarks
23 28
24## 1.1 29## 1.1
25* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files. 30* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.