diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-14 23:00:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-14 23:00:42 +0300 |
commit | c7bcee83b741bec16de12db66805d0cdbb1743cb (patch) | |
tree | 78eab9a2d85806c2e0251169421cdef490244477 /res | |
parent | 4a74ae18b9ae0c6d6e4205a5a9852edb67808a95 (diff) |
Updated release notes
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 04ad0b99..89c9bedc 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,25 +7,25 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.6 | 9 | ## 1.6 |
10 | * Added support for bidirectional text and complex scripts such as Arabic. العالم متنوع | 10 | * Added support for bidirectional text and complex scripts. العالم متنوع |
11 | * Added setting for adjusting line spacing. | 11 | * Added setting for adjusting line spacing. |
12 | * Added settings for keyboard and mouse scrolling speeds. | 12 | * Added settings for keyboard and mouse scrolling speeds. |
13 | * Added configuration file for defining UI color palette (see Help page). | 13 | * Added configuration file for defining UI color palette (see Help, section 3.5). |
14 | * Added link context menu item for deleting local files (e.g., Downloads). | 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. | 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. | 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). | 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. | 18 | * 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. | 19 | * Opened links are updated to reflect visited status even when opened in a background tab or to the side. |
20 | * Unicode Byte Order Mark is ignored in the beginning of a page. | ||
21 | * Right-to-left paragraphs are aligned to the right. | ||
21 | * Large lede paragraph font is not applied if the paragraph has too many lines. | 22 | * 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. | 23 | * Adjusted kerning of Nunito. |
24 | * Fixed sizing of characters in the Noto Symbols fonts. | ||
28 | * Updated Smol Emoji with new characters. | 25 | * Updated Smol Emoji with new characters. |
26 | * Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences. | ||
27 | * Fixed URL in the generated page for viewing a single image (spaces weren't encoded). | ||
28 | * Input dialog is not dismissed unless the Cancel button is clicked or Escape is pressed. | ||
29 | * Query/Feeds indicators have a smaller appearance in a narrow window to leave room for the URL. | 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. | 30 | * Workaround for a potential hang during the closing of a socket. |
31 | * Gopher: Improved detection of ASCII art. | 31 | * Gopher: Improved detection of ASCII art. |