diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-30 22:00:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-30 22:00:42 +0300 |
commit | 43250370b1fc9e9a06e22154b83d4b3b513de542 (patch) | |
tree | 09624c7834e1dae20be3adf8ec8039277bfac8bb /res/about | |
parent | be5dddf149643382c94213d39e160fef1a983f8c (diff) |
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index c2b521d9..3ff1ee8b 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -10,10 +10,10 @@ | |||
10 | 10 | ||
11 | Localization: | 11 | Localization: |
12 | * Added the first set of UI translations: Chinese (Simplified, Traditional), Finnish, Russian, and Spanish. Many thanks to the translators! | 12 | * Added the first set of UI translations: Chinese (Simplified, Traditional), Finnish, Russian, and Spanish. Many thanks to the translators! |
13 | * Added page content translation using a LibreTranslate instance running on `xlt.skyjake.fi`. This is somewhat experimental and may occasionally mess up Gemtext markup. Expect long pages to be quite slow to translate (more than a minute). | ||
13 | => https://weblate.skyjake.fi/projects/lagrange/ui Lagrange UI translations (Weblate project) | 14 | => https://weblate.skyjake.fi/projects/lagrange/ui Lagrange UI translations (Weblate project) |
14 | * Added page content translation using a LibreTranslate instance running on `xlt.skyjake.fi`. This is somewhat experimental and may occasionally mess up Gemtext markup. | 15 | => https://libretranslate.com More information about LibreTranslate |
15 | => https://libretranslate.com More information about LibreTranslate | 16 | => gemini://skyjake.fi/lagrange/privacy.gmi Lagrange privacy policy |
16 | => gemini://skyjake.fi/lagrange/privacy.gmi Lagrange privacy policy | ||
17 | 17 | ||
18 | Resources: | 18 | Resources: |
19 | * Added Noto Sans CJK (Simplified Chinese) font. | 19 | * Added Noto Sans CJK (Simplified Chinese) font. |
@@ -30,6 +30,10 @@ Browsing: | |||
30 | * Fixed handling of unknown URI schemes. Previously they were forcefully converted to absolute URIs, breaking them. | 30 | * Fixed handling of unknown URI schemes. Previously they were forcefully converted to absolute URIs, breaking them. |
31 | 31 | ||
32 | Page content and rendering: | 32 | Page content and rendering: |
33 | * Color adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes. | ||
34 | * Spacing of bullet lists vs. link lists is more consistent. | ||
35 | * Links are shown in bold, and tinted with the page theme color for more coherent appearance. | ||
36 | * Custom link icons: Gemini links whose destination is on the same domain use as icon the Emoji or other pictograph at the start of the link label. (For example, see Astrobotany menus.) | ||
33 | * Added option to wrap lines in plain text files. This is on by default because there is no horizontal scrolling for plain text. | 37 | * Added option to wrap lines in plain text files. This is on by default because there is no horizontal scrolling for plain text. |
34 | * Large images are downscaled to an appropriate size for presentation. | 38 | * Large images are downscaled to an appropriate size for presentation. |
35 | * Improved font glyph caching to reduce 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. | 39 | * Improved font glyph caching to reduce 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. |
@@ -38,37 +42,29 @@ Page content and rendering: | |||
38 | * Fixed minor issues with word wrapping. | 42 | * Fixed minor issues with word wrapping. |
39 | * Fixed minor blending artifacts with the current heading shown on the right side of the page. | 43 | * Fixed minor blending artifacts with the current heading shown on the right side of the page. |
40 | 44 | ||
41 | Themes: | ||
42 | * Color adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes. | ||
43 | * Spacing of bullet lists vs. link lists is more consistent. | ||
44 | * Links are shown in bold, and tinted with the page theme color for more coherent appearance. | ||
45 | * Custom link icons: Gemini links whose destination is on the same domain use as icon the Emoji or other pictograph at the start of the link label. (For example, see Astrobotany menus.) | ||
46 | |||
47 | User interface: | 45 | User interface: |
48 | * Improved event handling to support touch screens on any platform (if supported by SDL). | 46 | * Improved event handling to support touch screens on any platform (if supported by SDL). |
49 | * UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary. | 47 | * UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary. |
50 | * Window rescaled automatically when moving it to a display with a different DPI. | 48 | * Window rescaled automatically when moving it to a display with a different DPI. |
49 | * Added unread feed entry count to the sidebar. | ||
50 | * Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or on the sidebar tab buttons. | ||
51 | * Double/triple click selection modes. Double click and drag will select by word, triple click by paragraph. | 51 | * Double/triple click selection modes. Double click and drag will select by word, triple click by paragraph. |
52 | * Popup menus have icons for items to make it faster to find the item you're looking for. | 52 | * Popup menus have icons for items to make it faster to find the item you're looking for. |
53 | * Soft shadows for popup menus. | 53 | * Soft shadows for popup menus. |
54 | * Scrollbars fade away on macOS/iOS and dim on other platforms. | ||
54 | * Reload button moved into the URL field. | 55 | * Reload button moved into the URL field. |
55 | * Narrow URL input fields will not display the default "gemini" scheme. | 56 | * Narrow URL input fields will not display the default "gemini" scheme. |
56 | * Domain name is highlighted in URL fields. | 57 | * Domain name is highlighted in URL fields. |
57 | * Added a cut/copy/paste context menu to input fields. | 58 | * Added a cut/copy/paste context menu to input fields. |
58 | * Scrollbars fade away on macOS/iOS and dim on other platforms. | 59 | * Added an "Import..." button to the empty Identities sidebar. |
59 | * Preferences dialog was partially reorganized for clarity. | 60 | * Preferences dialog was partially reorganized for clarity. |
60 | * Tabs in Preferences look the same as tabs in the sidebar. | 61 | * Tabs in Preferences look the same as tabs in the sidebar. |
62 | * Cleaner appearance for unread feed items in the sidebar. | ||
61 | * Dialog buttons show the corresponding shortcut key. | 63 | * Dialog buttons show the corresponding shortcut key. |
62 | * Fixed background activity indicators overlapping each other. | 64 | * Fixed background activity indicators overlapping each other. |
63 | * Fixed glitches when widgets extend beyond the left edge of the window. | 65 | * Fixed glitches when widgets extend beyond the left edge of the window. |
64 | * Fixed use of plurals in UI strings, enabling support for three or more plural forms. | 66 | * Fixed use of plurals in UI strings, enabling support for three or more plural forms. |
65 | 67 | ||
66 | Sidebars: | ||
67 | * Added unread feed entry count to the sidebar. | ||
68 | * Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or on the sidebar tab buttons. | ||
69 | * Added an "Import..." button to the empty Identities sidebar. | ||
70 | * Cleaner appearance for unread feed items in the sidebar. | ||
71 | |||
72 | Keybindings: | 68 | Keybindings: |
73 | * 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, note that they will be reset to defaults. | 69 | * 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, note that they will be reset to defaults. |
74 | * Added keybinding for subscribing to a page. | 70 | * Added keybinding for subscribing to a page. |