diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-19 11:28:13 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-19 11:28:13 +0200 |
commit | b21036a54390960a7a060724d213f7e3623e5b30 (patch) | |
tree | f1c5b8f77973de86a65d9603f30e72a037aeeba6 /res/about | |
parent | 4b6d84c55109309dc7035ef2ca4be6e86be1c415 (diff) |
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 49 |
1 files changed, 42 insertions, 7 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index d62ac609..cb3f482a 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,16 +7,51 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.3 | 9 | ## 1.3 |
10 | * UI scaling factor is applied immediately when closing Preferences, restarting no longer necessary. | 10 | |
11 | * Window scaling changes automatically when moving window to a different display. | 11 | * Added a language translation feature. It uses a self-hosted LibreTranslate instance running on `xlt.skyjake.fi`. |
12 | * Only one instance of Lagrange is allowed to run per user directory. | 12 | * Only one instance of Lagrange is allowed to run per user directory. This prevents instances from overwriting each other's data. |
13 | * A previously started instance can be controlled with command line options. | ||
14 | * `--list-tab-urls` prints a list of the currently open URLs. | ||
15 | * Added `--help`, `--version` options. | ||
16 | * A server certificate can also be verified by Certificate Authorities. When "CA file" and/or "CA path" are set in Preferences, CA verification will mark a certificate as trusted. | 13 | * A server certificate can also be verified by Certificate Authorities. When "CA file" and/or "CA path" are set in Preferences, CA verification will mark a certificate as trusted. |
17 | * Adjustments to the "Colorful Dark" theme. | 14 | * Added "about:about" that lists all the available "about:" pages. |
15 | * Added option to word wrap plain text files. This is on by default because there is no horizontal scrolling for plain text. | ||
16 | * Gopher: Handling the 'h' line type. | ||
17 | * Large images are downscaled to an appropriate size for presentation. | ||
18 | * Improved font glyph caching to avoid stuttering during scrolling. All required glyphs are cached after a page load finishes. This allows more efficient copying of glyphs as the operations can be batched. | ||
19 | * Improved event handling to support touchscreens on any platform. | ||
20 | * Fixed use of multiple search terms for quick lookup. | ||
21 | * Fixed handling of IDNs when the user sets a server certificate as trusted via the UI. | ||
22 | * Fixed handling of multiple feeds having an entry with the same URL. | ||
23 | * Fixed percent-decoding of URLs on the command line and coming in via system URL handlers. | ||
24 | |||
25 | User interface: | ||
26 | * Default page scroll keybindings changed: PageUp/Down scroll a whole page, and Space/Shift+Space scrolls half a page. If you're changed these bindings, you'll need to rebind them. | ||
27 | * UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary. | ||
28 | * Window scaling changes automatically when moving window to a different display. | ||
29 | * Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or the sidebar tab buttons. | ||
30 | * Added a cut/copy/paste context menu to input fields. | ||
31 | * Reload button moved into the URL field. | ||
32 | * Added an "Import..." button to the empty Identities sidebar. | ||
33 | * Narrow URL input fields will not display the default "gemini" scheme. | ||
18 | * Keyboard modifiers can be customized using the `modmap.txt` configuration file. | 34 | * Keyboard modifiers can be customized using the `modmap.txt` configuration file. |
19 | * Caps Lock can be used as a modifier key. | 35 | * Caps Lock can be used as a modifier key. |
36 | * Fixed background activity indicators overlapping each other. | ||
37 | * Fixed minor blending artifacts with the current heading shown on the right side of the page. | ||
38 | |||
39 | Visual design: | ||
40 | * The icon of Gemini links to the same domain can be overridden with the Emoji or other pictograph at the start of the link label. For an example, see Astrobotany. | ||
41 | * Links are shown as bold text and tinted with the page theme color. | ||
42 | * The spacing of bullet lists vs. link lists is more consistent. | ||
43 | * Adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes. | ||
44 | * Popup menus have icons for items to make it faster to find the item you're looking for. | ||
45 | * Soft shadows for popup menus. | ||
46 | * Scrollbars fade away on macOS/iOS and dim on other platforms. | ||
47 | * Tabs in Preferences look the same as tabs in the sidebar. | ||
48 | * Cleaner unread feed item appearance. | ||
49 | * URL fields highlight the domain name. | ||
50 | |||
51 | Command line usage: | ||
52 | * Added `--help`, `--version` options. | ||
53 | * A previously started instance can be controlled with command line options. | ||
54 | * `--list-tab-urls` prints a list of the currently open URLs. | ||
20 | 55 | ||
21 | ## 1.2.3 | 56 | ## 1.2.3 |
22 | * Fixed XML parser hanging on numeric character entities. | 57 | * Fixed XML parser hanging on numeric character entities. |