summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 14:46:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 14:46:57 +0200
commit15f987d8273c776a52f15c7a0f76b7ee32450dc5 (patch)
tree3e67f0e878a4194c969cbce029365cc089477f93 /res
parentb1a919108e3c447bbcbb7c0110663713b7c9b83c (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index c78d3256..30d42f42 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -8,16 +8,24 @@
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 tab auto-reloading. Configure the reloading interval via the page context menu ("Set Auto-Reload..."). The interval is part of the persistent state of the tab.
11* Added editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site in Lagrange. 12* Added editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site in Lagrange.
12* Added search engine support: non-URL text entered in the navbar is passed onto the configured search query URL (Preferences > Network). 13* Added search engine support: non-URL text entered in the navbar is passed onto the configured search query URL (Preferences > Network). An indicator is shown if a query will take place.
13* Short pages are centered vertically on actual page content excluding the top banner. 14* Short pages are centered vertically on actual page content excluding the top banner.
14* Added user preference for aligning all pages to the top of the window. 15* Added user preference for aligning all pages to the top of the window.
15* Shift+Insert can be used for pasting clipboard contents into input fields. 16* Shift+Insert can be used for pasting clipboard contents into input fields.
16* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. 17* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before.
17* Added keybinding for finding text on page. 18* Added keybinding for finding text on page.
19* "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level.
18* Scroll position remains fixed while horizontally resizing the window or sidebars. 20* Scroll position remains fixed while horizontally resizing the window or sidebars.
21* Middle-clicking on links: open new tab in background or foreground depending on the Shift key.
22* Feed entries are sorted by refresh time if they are published on the same date.
23* Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left.
24* Site icons use a different color in tab titles for visual distinction.
19* Windows: Added a custom window frame to replace the default Windows one. This looks nicer but does not behave exactly like a native window frame. Added a setting to Preferences for switching back to the default frame. 25* Windows: Added a custom window frame to replace the default Windows one. This looks nicer but does not behave exactly like a native window frame. Added a setting to Preferences for switching back to the default frame.
20* Windows: Fixed a flash of white when the window is first opened. 26* Windows: Fixed a flash of white when the window is first opened.
27* Removed a strange violet-on-green color theme pairing.
28* Fixed a crash when opening the audio player menu.
21 29
22## 1.1.3 30## 1.1.3
23* Fixed crash when deleting a bookmark that was being used as a remote bookmark source. 31* Fixed crash when deleting a bookmark that was being used as a remote bookmark source.