diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-20 06:36:07 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-20 06:36:07 +0300 |
commit | 4e62a21cea5781fc91ec5ef22710e0fe19badb3c (patch) | |
tree | dc688c51fcec9f990796b4e58f0422dc25935954 /res | |
parent | c4fa62d07dac1c3855dae4ed5108ab0f3eb43ceb (diff) | |
parent | d358811295527f705defbeea31b38fa2ee90a12e (diff) |
Merge branch 'dev' into work/v1.7
# Conflicts:
# CMakeLists.txt
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 10 | ||||
-rw-r--r-- | res/fi.skyjake.Lagrange.appdata.xml | 32 |
2 files changed, 41 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 1fce4188..89e81047 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,16 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.6.4 | ||
10 | * Local files containing UTF-8 text can be viewed regardless of their file extension. | ||
11 | * Fixed input field cursor positioning and insertion problems around Emoji variation selectors. | ||
12 | * Fixed "Unknown Status Code" shown in Page Information for valid status codes. | ||
13 | * Fixed an issue with network requests that would make it appear the server was not responding, but the request would not time out. | ||
14 | * Fixed a potential invalid memory access when clicking on sidebar items. | ||
15 | * OpenBSD: Fixed a freeze after a network request is cancelled. | ||
16 | * Fixed page contents not reflowing during a window resize. | ||
17 | * Added build option ENABLE_RESIZE_DRAW. SDL doesn't redraw window contents on all platforms during resizing, so this can be used to force it. | ||
18 | |||
9 | ## 1.6.3 | 19 | ## 1.6.3 |
10 | * Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A). | 20 | * Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A). |
11 | * Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards. | 21 | * Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards. |
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 0259aa1e..4202a9b6 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml | |||
@@ -45,6 +45,36 @@ | |||
45 | <update_contact>jaakko.keranen@iki.fi</update_contact> | 45 | <update_contact>jaakko.keranen@iki.fi</update_contact> |
46 | 46 | ||
47 | <releases> | 47 | <releases> |
48 | <release version="1.6.4" date="2021-08-22"> | ||
49 | <description> | ||
50 | <p>Version 1.6 adds support for bidirectional text and complex scripts, | ||
51 | right-to-left paragraph layout, uploads using the Titan protocol, | ||
52 | and has an improved mechanism for tracking trust in server | ||
53 | certificates. Page contents can be fully cached in memory for more | ||
54 | efficient backward navigation. There are also UI improvements like | ||
55 | a reorganized Preferences and a setting for smooth scrolling | ||
56 | speed.</p> | ||
57 | <p>Changes and fixes in v1.6.4:</p> | ||
58 | <ul> | ||
59 | <li>Local files containing UTF-8 text can be viewed regardless of | ||
60 | their file extension.</li> | ||
61 | <li>Fixed input field cursor positioning and insertion problems | ||
62 | around Emoji variation selectors.</li> | ||
63 | <li>Fixed "Unknown Status Code" shown in Page Information for | ||
64 | valid status codes.</li> | ||
65 | <li>Fixed an issue with network requests that would make it appear | ||
66 | the server was not responding, but the request would not time | ||
67 | out.</li> | ||
68 | <li>Fixed a potential invalid memory access when clicking on | ||
69 | sidebar items.</li> | ||
70 | <li>Fixed a potential freeze after a network request is | ||
71 | cancelled.</li> | ||
72 | </ul> | ||
73 | <p>The full release notes can be viewed inside the app by opening | ||
74 | the "about:version" page.</p> | ||
75 | </description> | ||
76 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.4</url> | ||
77 | </release> | ||
48 | <release version="1.6.3" date="2021-08-15"> | 78 | <release version="1.6.3" date="2021-08-15"> |
49 | <description> | 79 | <description> |
50 | <p>Version 1.6 adds support for bidirectional text and complex scripts, | 80 | <p>Version 1.6 adds support for bidirectional text and complex scripts, |
@@ -78,7 +108,7 @@ | |||
78 | the "about:version" page.</p> | 108 | the "about:version" page.</p> |
79 | </description> | 109 | </description> |
80 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.3</url> | 110 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.3</url> |
81 | </release> | 111 | </release> |
82 | <release version="1.6.2" date="2021-08-03"> | 112 | <release version="1.6.2" date="2021-08-03"> |
83 | <description> | 113 | <description> |
84 | <p>Version 1.6 adds support for bidirectional text and complex scripts, | 114 | <p>Version 1.6 adds support for bidirectional text and complex scripts, |