diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/fi.skyjake.Lagrange.appdata.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 1db2717c..0259aa1e 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml | |||
@@ -45,6 +45,40 @@ | |||
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.3" date="2021-08-15"> | ||
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.3:</p> | ||
58 | <ul> | ||
59 | <li>Select all text in an input field using Shift+Ctrl+A.</li> | ||
60 | <li>Input fields do not lose focus when the window becomes | ||
61 | inactive, making it easier to resume input afterwards.</li> | ||
62 | <li>Fixed delay after switching to split view mode.</li> | ||
63 | <li>Fixed what gets drawn in an empty tab, before a document is | ||
64 | available for rendering (e.g., after switching to split view | ||
65 | mode).</li> | ||
66 | <li>Fixed highlighting the domain name in URL input fields.</li> | ||
67 | <li>Fixed hiding the Gemini URL scheme in input fields when the | ||
68 | window is narrow.</li> | ||
69 | <li>Fixed the line break key modifier inadvertently affecting URL | ||
70 | input fields, where line breaks are not allowed.</li> | ||
71 | <li>Fixed the line break key modifier affecting the upload dialog's | ||
72 | text field.</li> | ||
73 | <li>Fixed a potential hang when closing a socket before the | ||
74 | connection is fully opened.</li> | ||
75 | <li>Updated translations.</li> | ||
76 | </ul> | ||
77 | <p>The full release notes can be viewed inside the app by opening | ||
78 | the "about:version" page.</p> | ||
79 | </description> | ||
80 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.3</url> | ||
81 | </release> | ||
48 | <release version="1.6.2" date="2021-08-03"> | 82 | <release version="1.6.2" date="2021-08-03"> |
49 | <description> | 83 | <description> |
50 | <p>Version 1.6 adds support for bidirectional text and complex scripts, | 84 | <p>Version 1.6 adds support for bidirectional text and complex scripts, |