diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-26 11:22:11 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-26 11:22:11 +0200 |
commit | f898d9367a658dcc5476388c0d1093329049f467 (patch) | |
tree | 6f12058b19deb6270e8db63286090d265f0c3577 /res/about | |
parent | ce377bd4b703b3fb6ac8ae40b9bbd1ede2e4ca26 (diff) |
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 3dbb36a5..8bd30dfb 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,26 +7,47 @@ | |||
7 | # Release notes | 7 | # Release notes |
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 | |
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 | New features: |
12 | * Added editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site in Lagrange. | 12 | * Atom feed subscriptions: Atom XML documents are automatically converted to Gemini feed index pages. This is a built-in version of the Atom-to-Gemini example on the Help page. |
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 | * Inline downloads: right-click on any link that is openable inside Lagrange and select "Download Linked File". |
14 | * Short pages are centered vertically on actual page content excluding the top banner. | 14 | * Editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site. |
15 | * Added user preference for aligning all pages to the top of the window. | 15 | * Searching via URL field: non-URL text entered in the field is passed onto the configured search query URL (Preferences > Network). An indicator is shown if a query will take place. |
16 | * Shift+Insert can be used for pasting clipboard contents into input fields. | 16 | * Tab auto-reloading: configure a reloading interval using the page context menu ("Set Auto-Reload..."). Auto-reloading is part of the persistent state of the tab. |
17 | * Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. | 17 | * "Iosevka" and "Source Sans Pro" (the UI font) can be used as heading and body fonts. |
18 | * Added keybinding for finding text on page. | 18 | * User preference for aligning all pages to the top of the window. |
19 | * "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level. | 19 | * Keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. |
20 | * Scroll position remains fixed while horizontally resizing the window or sidebars. | 20 | * Keybinding for finding text on page. |
21 | * Middle-clicking on links: open new tab in background or foreground depending on the Shift key. | 21 | |
22 | * Feed entries are sorted by refresh time if they are published on the same date. | 22 | UI design: |
23 | * Enhanced navbar: adjusted spacing, URL field has a maximum width, tab titles have less pronounced borders. | ||
24 | * Improved sidebar appearance: bold subheadings, larger feed icons, adjusted spacing, background color. | ||
25 | * Font consistency: all UI elements use the same font (i.e., no more monospace input fields). | ||
26 | * Added setting for UI accent color (teal, orange). | ||
27 | * General fine-tuning of the color palette. | ||
23 | * Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left. | 28 | * Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left. |
29 | * Page Information button is embedded in the URL field. | ||
30 | * Page Information dialog is attached to its button. | ||
24 | * Site icons use a different color in tab titles for visual distinction. | 31 | * Site icons use a different color in tab titles for visual distinction. |
32 | * Fade background behind modal dialogs. | ||
33 | * Responsive page margins. | ||
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. | 34 | * 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. |
26 | * Windows: Fixed a flash of white when the window is first opened. | 35 | |
36 | Other changes: | ||
37 | * Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ. | ||
38 | * "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level. | ||
39 | * Feed entries are sorted by refresh time if they are published on the same date. | ||
40 | * Don't show future-dated feed entries in Feeds. | ||
41 | * Middle-clicking on links: open new tab in background or foreground depending on the Shift key. | ||
42 | * Shift+Insert can be used for pasting clipboard contents into input fields. | ||
27 | * Removed a strange violet-on-green color theme pairing. | 43 | * Removed a strange violet-on-green color theme pairing. |
44 | |||
45 | Bug fixes: | ||
28 | * Fixed text prompt dialogs closing and accepting the entered text when switching focus away from the app. | 46 | * Fixed text prompt dialogs closing and accepting the entered text when switching focus away from the app. |
47 | * Scroll position remains fixed while horizontally resizing the window or sidebars. | ||
29 | * Fixed a crash when opening the audio player menu. | 48 | * Fixed a crash when opening the audio player menu. |
49 | * Fixed Gopher requests that were using URL (percent) encoded characters. | ||
50 | * Windows: Fixed a flash of white when the window is first opened. | ||
30 | 51 | ||
31 | ## 1.1.4 | 52 | ## 1.1.4 |
32 | * Fixed feed entry highlight/read status issue in the sidebar. | 53 | * Fixed feed entry highlight/read status issue in the sidebar. |