Skip to content

Commit be42195

Browse files
committed
Updated AppData for 1.17.5
1 parent 37ccf13 commit be42195

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

res/fi.skyjake.Lagrange.appdata.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,23 @@
4545
<update_contact>[email protected]</update_contact>
4646

4747
<releases>
48+
<release version="1.17.5" date="2023-12-04">
49+
<description>
50+
<ul>
51+
<li>Fixed a few small memory leaks.</li>
52+
<li>Fixed unnecessary copying of data while waiting for an audio buffer to become playable.</li>
53+
<li>Gopher: Detect audio media type from file extension with the `s` item type (it's not always WAV).</li>
54+
<li>Content that uses `charset=utf-8` is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.</li>
55+
<li>Remove ANSI escapes from window titles.</li>
56+
<li>Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.</li>
57+
</ul>
58+
<p>The full release notes can be viewed inside the app by opening
59+
the "about:version" page.</p>
60+
</description>
61+
<url>https://github.com/skyjake/lagrange/releases/tag/v1.17.5</url>
62+
</release>
4863
<release version="1.17.4" date="2023-11-19">
4964
<description>
50-
<p>Changes in v1.17.4:</p>
5165
<ul>
5266
<li>Removed automatic horizontal scrolling of wide preformatted blocks. Instead, hold down the Shift key to scroll horizontally with the mouse wheel.</li>
5367
<li>Fixed an event processing issue where some events were not handled as expected, for instance when opening a link into split view the opened link was not highlighted.</li>

0 commit comments

Comments
 (0)