summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-14 21:01:01 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-14 21:01:01 +0300
commit4a74ae18b9ae0c6d6e4205a5a9852edb67808a95 (patch)
treef861bf9e46c190c6bb2958cbbe66248c06c25f4c /res
parent559927aa198bf062e32b5fe55431dfb7942d40f2 (diff)
Updated README and release notes
Details about HarfBuzz and FriBidi.
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi5
-rw-r--r--res/about/version.gmi27
2 files changed, 30 insertions, 2 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 9ebf79ba..ebae8846 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -25,8 +25,8 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
25 25
26### Features 26### Features
27 27
28* Beautiful typography using Unicode fonts 28* Beautiful typography with full Unicode support
29* Autogenerated page style and Unicode icon for each Gemini domain 29* Autogenerated page style and symbol for each Gemini domain
30* Light and dark color themes 30* Light and dark color themes
31* Smooth scrolling 31* Smooth scrolling
32* Scaling page content (50%...200%) 32* Scaling page content (50%...200%)
@@ -36,6 +36,7 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
36* Split view for browsing two pages at once 36* Split view for browsing two pages at once
37* Persistent app state — tabs and history are restored on next run 37* Persistent app state — tabs and history are restored on next run
38* Configurable keybindings 38* Configurable keybindings
39* Customizable UI color palette
39* Open links via keyboard shortcuts 40* Open links via keyboard shortcuts
40* Select and copy text with the mouse 41* Select and copy text with the mouse
41* Find text on the page 42* Find text on the page
diff --git a/res/about/version.gmi b/res/about/version.gmi
index b213a24b..04ad0b99 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,33 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.6
10* Added support for bidirectional text and complex scripts such as Arabic. العالم متنوع
11* Added setting for adjusting line spacing.
12* Added settings for keyboard and mouse scrolling speeds.
13* Added configuration file for defining UI color palette (see Help page).
14* Added link context menu item for deleting local files (e.g., Downloads).
15* 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.
16* Page contents are cached in presentation form for quicker restoring during back/forward navigation.
17* 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).
18* Right-to-left paragraphs are aligned to the right.
19* 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.
20* Opened links are updated to reflect visited status even when opened in background or to the side.
21* Large lede paragraph font is not applied if the paragraph has too many lines.
22* Input dialog is not accidentally dismissed unless the Cancel button is clicked or Escape is pressed.
23* Unicode Byte Order Mark is ignored in the beginning of a `text/gemini` page.
24* Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences.
25* Fixed URL in the generated page for viewing a single image (spaces weren't encoded).
26* Fixed sizing of characters in the Noto Symbols fonts.
27* Adjusted kerning of Nunito.
28* Updated Smol Emoji with new characters.
29* Query/Feeds indicators have a smaller appearance in a narrow window to leave room for the URL.
30* Workaround for a potential hang during the closing of a socket.
31* Gopher: Improved detection of ASCII art.
32* Gopher: All preformatted blocks are unindented.
33* Gopher: Don't collapse preformatted blocks since everything is preformatted in the source.
34* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette.
35
9## 1.5.2 36## 1.5.2
10* Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. 37* Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity.
11* Possible workaround for a visual glitch in the URL field. 38* Possible workaround for a visual glitch in the URL field.