summaryrefslogtreecommitdiff
path: root/res/fi.skyjake.Lagrange.appdata.xml
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-06 19:03:17 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-06 19:03:17 +0300
commit9d7469ded746cbfa1e86c1ecd67e4a36f29f635b (patch)
treeebff33e64e8953ef46ef5de54559fce234c20303 /res/fi.skyjake.Lagrange.appdata.xml
parent7c7af3b7425f0496203d68d9bc42be0603048a9b (diff)
parent186573dae1d0eab4560f02fe3b999418ea0f4614 (diff)
Merge branch 'dev' into work/v1.7
Diffstat (limited to 'res/fi.skyjake.Lagrange.appdata.xml')
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 0110e8c5..1db2717c 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,39 @@
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.2" date="2021-08-03">
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.2:</p>
58 <ul>
59 <li>Added --tab-url to print currently active tab's URL.</li>
60 <li>Upload dialog expands to full window height when the entered
61 text is long.</li>
62 <li>Home/End keys in an input field move to start/end of the
63 wrapped line segment.</li>
64 <li>Scroll with mouse wheel in input fields.</li>
65 <li>Slower cursor blink rate in input fields.</li>
66 <li>Adjusted dark mode colors for focused input fields.</li>
67 <li>Fixed incorrect behavior in input fields when typing or
68 deleting text while holding down the Shift key.</li>
69 <li>Fixed crash in Upload dialog if server responds with a
70 redirect.</li>
71 <li>Fixed buffered graphics (UI, fonts) getting lost under rare
72 circumstances.</li>
73 <li>macOS: Fixed UI not updating when system dark mode is toggled
74 while the window is hidden.</li>
75 </ul>
76 <p>The full release notes can be viewed inside the app by opening
77 the "about:version" page.</p>
78 </description>
79 <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.2</url>
80 </release>
48 <release version="1.6.1" date="2021-07-30"> 81 <release version="1.6.1" date="2021-07-30">
49 <description> 82 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts, 83 <p>Version 1.6 adds support for bidirectional text and complex scripts,
@@ -59,7 +92,8 @@
59 <li>Potential crash when inserting a line break.</li> 92 <li>Potential crash when inserting a line break.</li>
60 <li>Cursor positioning in fixed-length input fields.</li> 93 <li>Cursor positioning in fixed-length input fields.</li>
61 <li>Copying text in input fields (the wrong region was copied).</li> 94 <li>Copying text in input fields (the wrong region was copied).</li>
62 <li>URL input field contents not being selected after opening a new tab.</li> 95 <li>URL input field contents not being selected after opening
96 a new tab.</li>
63 <li>Upload dialog not showing when reloading a Titan URL.</li> 97 <li>Upload dialog not showing when reloading a Titan URL.</li>
64 </ul> 98 </ul>
65 <p>The full release notes can be viewed inside the app by opening 99 <p>The full release notes can be viewed inside the app by opening