summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-24 06:49:07 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-24 06:49:07 +0300
commit0c8c489bc27446ceabaa5a05da05bc78f211cb15 (patch)
tree05b240a22f044dde9b2fdc2e7da6ce589ee24045 /res/about
parente0c9784b3d595bdc3d80f0d9f10f9588dfd11d67 (diff)
Updated release notes and Help
Diffstat (limited to 'res/about')
-rw-r--r--res/about/help.gmi2
-rw-r--r--res/about/version.gmi10
2 files changed, 6 insertions, 6 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 1c8dd4b6..591f4d61 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -1,4 +1,4 @@
1``` "Lagrange" written in all caps 1``` LAGRANGE
2 __ __ __ ___ 2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__ 3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___ 4|___ /~~\ \__> | \ /~~\ | \| \__> |___
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 291d250f..462df003 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -1,4 +1,4 @@
1``` "Lagrange" written in all caps 1``` LAGRANGE
2 __ __ __ ___ 2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__ 3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___ 4|___ /~~\ \__> | \ /~~\ | \| \__> |___
@@ -15,12 +15,12 @@ New features:
15* Added support for bidirectional text and complex scripts. العالم متنوع 15* Added support for bidirectional text and complex scripts. العالم متنوع
16* Right-to-left paragraphs are aligned to the right. Link icons and list/quote symbols are moved to the right margin. 16* Right-to-left paragraphs are aligned to the right. Link icons and list/quote symbols are moved to the right margin.
17* Added support for Titan uploads. The data to upload can be entered via a text field or by dropping a file on the window. 17* Added support for Titan uploads. The data to upload can be entered via a text field or by dropping a file on the window.
18* Added a keybinding for opening the current page URL in the upload dialog (Ctrl+U/⌘U). This simply switches the page's URL scheme from `gemini` to `titan`.
18* Added a configuration file for defining the UI color palette (see Help, section 3.5). 19* Added a configuration file for defining the UI color palette (see Help, section 3.5).
19* Added settings for keyboard and mouse scrolling speeds. 20* Added settings for keyboard and mouse scrolling speeds.
20* Added setting for changing Return key behavior in input fields (line break vs. accept). 21* Added setting for changing Return key behavior in input fields (line break vs. accept).
21* Added setting for adjusting line spacing. 22* Added setting for adjusting line spacing.
22* Added link context menu item for deleting local files (e.g., downloads). 23* Added link context menu item for deleting local files (e.g., downloads).
23* Added a keybinding for opening the current page URL in the upload dialog (Ctrl+U/⌘U). This simply switches the page's URL scheme from `gemini` to `titan`.
24 24
25Changes and enhancements: 25Changes and enhancements:
26* Improved TOFU: if the server certificate is not trusted, the connection is aborted at the TLS handshake stage. Previously, only a warning was shown and the page contents were fetched regardless. 26* Improved TOFU: if the server certificate is not trusted, the connection is aborted at the TLS handshake stage. Previously, only a warning was shown and the page contents were fetched regardless.
@@ -30,7 +30,7 @@ Changes and enhancements:
30* Inline images/audio will not get discarded during back/forward navigation. The Network > Memory Size setting determines the maximum memory usage for media. Setting the Memory Size to zero is equivalent to the previous behavior of discarding everything when the page changes. 30* Inline images/audio will not get discarded during back/forward navigation. The Network > Memory Size setting determines the maximum memory usage for media. Setting the Memory Size to zero is equivalent to the previous behavior of discarding everything when the page changes.
31* Debug information includes RAM use in addition to cache size. This includes document layout and media stored in memory (e.g., raw pixel data of images). 31* Debug information includes RAM use in addition to cache size. This includes document layout and media stored in memory (e.g., raw pixel data of images).
32* Text input fields support larger amounts of content and expand vertically only up to a limit, after which they start scrolling. 32* Text input fields support larger amounts of content and expand vertically only up to a limit, after which they start scrolling.
33* Preferences have been reorganized. There is a new Fonts page, and some General settings have been moved to the Style page. All color-related settings are on the Colors page, including UI theme colors. 33* Preferences have been reorganized. There is a new Fonts tab, and some General settings have been moved to the Style tab. All color-related settings are on the Colors tab, including UI theme colors.
34* Links opened on a page are updated to reflect visited status even when opening into a background tab or to the side. 34* Links opened on a page are updated to reflect visited status even when opening into a background tab or to the side.
35* Unicode Byte Order Mark is ignored in the beginning of a page. 35* Unicode Byte Order Mark is ignored in the beginning of a page.
36* Updated Smol Emoji with new characters. 36* Updated Smol Emoji with new characters.
@@ -38,7 +38,7 @@ Changes and enhancements:
38 38
39Fixes: 39Fixes:
40* Large lede paragraph font is not applied if the paragraph has too many lines. 40* Large lede paragraph font is not applied if the paragraph has too many lines.
41* Fixed inor kerning issues when using Nunito. 41* Fixed minor kerning issues when using Nunito.
42* Fixed sizing of characters in the Noto Symbols fonts. 42* Fixed sizing of characters in the Noto Symbols fonts.
43* Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences. 43* Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences.
44* Fixed URL in the generated page for viewing a single image (spaces weren't encoded). 44* Fixed URL in the generated page for viewing a single image (spaces weren't encoded).
@@ -48,7 +48,7 @@ Fixes:
48* Gopher: Improved detection of ASCII art. 48* Gopher: Improved detection of ASCII art.
49* Gopher: Show contents of unrecognized line types. 49* Gopher: Show contents of unrecognized line types.
50* Gopher: Don't collapse preformatted blocks since everything is preformatted in the source. 50* Gopher: Don't collapse preformatted blocks since everything is preformatted in the source.
51* Gopher: All preformatted blocks are unindented. 51* Gopher: All preformatted blocks are unindented to avoid misaligned ASCII art.
52* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette. 52* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette.
53 53
54## 1.5.2 54## 1.5.2