From 4a74ae18b9ae0c6d6e4205a5a9852edb67808a95 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 14 Jul 2021 21:01:01 +0300 Subject: Updated README and release notes Details about HarfBuzz and FriBidi. --- res/about/help.gmi | 5 +++-- res/about/version.gmi | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'res') 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 ### Features -* Beautiful typography using Unicode fonts -* Autogenerated page style and Unicode icon for each Gemini domain +* Beautiful typography with full Unicode support +* Autogenerated page style and symbol for each Gemini domain * Light and dark color themes * Smooth scrolling * Scaling page content (50%...200%) @@ -36,6 +36,7 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a * Split view for browsing two pages at once * Persistent app state — tabs and history are restored on next run * Configurable keybindings +* Customizable UI color palette * Open links via keyboard shortcuts * Select and copy text with the mouse * 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 @@ ``` # Release notes +## 1.6 +* Added support for bidirectional text and complex scripts such as Arabic. العالم متنوع +* Added setting for adjusting line spacing. +* Added settings for keyboard and mouse scrolling speeds. +* Added configuration file for defining UI color palette (see Help page). +* Added link context menu item for deleting local files (e.g., Downloads). +* 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. +* Page contents are cached in presentation form for quicker restoring during back/forward navigation. +* 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). +* Right-to-left paragraphs are aligned to the right. +* 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. +* Opened links are updated to reflect visited status even when opened in background or to the side. +* Large lede paragraph font is not applied if the paragraph has too many lines. +* Input dialog is not accidentally dismissed unless the Cancel button is clicked or Escape is pressed. +* Unicode Byte Order Mark is ignored in the beginning of a `text/gemini` page. +* Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences. +* Fixed URL in the generated page for viewing a single image (spaces weren't encoded). +* Fixed sizing of characters in the Noto Symbols fonts. +* Adjusted kerning of Nunito. +* Updated Smol Emoji with new characters. +* Query/Feeds indicators have a smaller appearance in a narrow window to leave room for the URL. +* Workaround for a potential hang during the closing of a socket. +* Gopher: Improved detection of ASCII art. +* Gopher: All preformatted blocks are unindented. +* Gopher: Don't collapse preformatted blocks since everything is preformatted in the source. +* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette. + ## 1.5.2 * Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. * Possible workaround for a visual glitch in the URL field. -- cgit v1.2.3