summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 18:02:48 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 18:02:48 +0300
commit6080e7d77e0b4cb546d9887c454a7e47e272b9ac (patch)
tree46836645e5e73112a706467903b1f6d669ab7901 /res
parent8879f9e90cd2ce9d9575835ac97495587eb2635f (diff)
Updated release notes and AppData
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi20
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml83
2 files changed, 102 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 9fd38d05..fb97081a 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -23,11 +23,29 @@
23* All lists support smooth scrolling. 23* All lists support smooth scrolling.
24* Adjustments to how display DPI affects UI scaling. 24* Adjustments to how display DPI affects UI scaling.
25* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer. 25* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer.
26* Fixed a possible crash when closing a tab.
27* Fixed various issues in the UI layout. 26* Fixed various issues in the UI layout.
28* Fixed parsing URI scheme (limited set of characters allowed). 27* Fixed parsing URI scheme (limited set of characters allowed).
29* Don't percent encode equal signs in URL paths. 28* Don't percent encode equal signs in URL paths.
30 29
30## 1.3.4
31* Allow server certificates with a `*.tld` subject wildcard.
32* Updated the French UI translation.
33* Fixed media type check in the audio player. Media types with parameters failed to be recognized.
34* Fixed crash after a redirect.
35* Fixed a rare issue with handling multiple rapid network requests.
36* Fixed a rare situation where a network connection would fail to open.
37* Minor stability improvements.
38
39## 1.3.3
40* Added UI languages: French, German. (Note that neither is 100% finished yet.)
41* Added build option to disable IPC for compatibility reasons.
42* Added environment variable LAGRANGE_OVERRIDE_DPI.
43* Back/forward navigation buttons are disabled if they have no more pages to switch to.
44* Minor UI color tuning.
45* Fixed possible crash when closing a tab.
46* Fixed possible crash when restoring application state at launch.
47* Fixed problems parsing and making requests with literal IPv6 addresses.
48
31## 1.3.2 49## 1.3.2
32* Fixed crash after updating from v1.2 due to undefined CA file/path configuration. 50* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
33* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading. 51* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading.
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 2e5e3a30..308a2164 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,89 @@
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.4" date="2021-05-07">
49 <description>
50 <p>This release introduces a split view mode, support for Gempub
51 files, and optimizes page rendering. Notable changes include:</p>
52 <ul>
53 <li>Split view for browsing two tabs at once.</li>
54 <li>Split view pinning for keeping an index page or menu on
55 one side while opening all links on the other side.</li>
56 <li>Viewing contents of local directories and ZIP archives.</li>
57 <li>Basic Gempub support: viewing the book cover page, and opening
58 the contents in a split view.</li>
59 <li>Page renderer buffers content more efficiently.</li>
60 <li>New UI languages: Interlingua, Toki Pona.</li>
61 <li>All lists support smooth scrolling.</li>
62 </ul>
63 <p>The full release notes can be viewed inside the app by opening
64 the "about:version" page.</p>
65 </description>
66 <url>https://github.com/skyjake/lagrange/releases/tag/v1.4.0</url>
67 </release>
68 <release version="1.3.4" date="2021-04-26">
69 <description>
70 <p>Changes:</p>
71 <ul>
72 <li>Allow server certificates with a `*.tld` subject wildcard.</li>
73 <li>Updated the French UI translation.</li>
74 </ul>
75 <p>Bug fixes:</p>
76 <ul>
77 <li>Broken media type check in the audio player. Media types with
78 parameters failed to be recognized.</li>
79 <li>Crash after a redirect.</li>
80 <li>Rare issue with handling multiple rapid network requests.</li>
81 <li>Rare situation where a network connection would fail to open.</li>
82 <li>Minor stability improvements.</li>
83 </ul>
84 </description>
85 <url>https://github.com/skyjake/lagrange/releases/tag/v1.3.4</url>
86 </release>
87 <release version="1.3.3" date="2021-04-18">
88 <description>
89 <p>New features/changes:</p>
90 <ul>
91 <li>Added UI languages: French, German. (Note that neither is
92 100% finished yet.)</li>
93 <li>Added environment variable LAGRANGE_OVERRIDE_DPI.</li>
94 <li>Back/forward navigation buttons are disabled if they have
95 no more pages to switch to.</li>
96 <li>Minor UI color tuning.</li>
97 </ul>
98 <p>Bug fixes:</p>
99 <ul>
100 <li>Disabled IPC in Flatpak builds for compatibility reasons.
101 Beware of multiple instances overwriting each other's data.</li>
102 <li>Possible crash when closing a tab.</li>
103 <li>Possible crash when restoring application state at launch.</li>
104 <li>Parsing and making requests with literal IPv6 addresses.</li>
105 </ul>
106 </description>
107 <url>https://github.com/skyjake/lagrange/releases/tag/v1.3.3</url>
108 </release>
109 <release version="1.3.2" date="2021-04-11">
110 <description>
111 <p>Bug fixes:</p>
112 <ul>
113 <li>Crash after updating from v1.2 due to undefined CA file/path
114 configuration.</li>
115 <li>Conflation of pixel ratio and display DPI. Pixel ratio is now
116 always separately detected so mouse events can be correctly
117 positioned. You may find that adjusting the UI scale factor
118 (Preferences &gt; Interface) is necessary after upgrading.</li>
119 <li>Sidebar width changing when moving the window to a different
120 display.</li>
121 <li>Inability to use Tab in keybindings.</li>
122 <li>Opening Gopher URLs via drag-and-drop.</li>
123 <li>"Add bookmark..." does nothing on a feed entry.</li>
124 <li>Keybindings list not being updated immediately when UI language
125 changes.</li>
126 <li>Trimming of link label text when a custom Emoji is used.</li>
127 </ul>
128 </description>
129 <url>https://github.com/skyjake/lagrange/releases/tag/v1.3.2</url>
130 </release>
48 <release version="1.3.1" date="2021-04-05"> 131 <release version="1.3.1" date="2021-04-05">
49 <description> 132 <description>
50 <p>Version 1.3 is a major feature update with improvements for 133 <p>Version 1.3 is a major feature update with improvements for