diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-06 11:34:14 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-06 11:34:14 +0200 |
commit | 7f010056eae76fa439587af443d2901bd322250c (patch) | |
tree | fefedf4f7e23377d188e2c06787ff07a4118ccb2 /res | |
parent | a5f256e41beb5441ed061deb66527bfc01f7ee04 (diff) |
Updated AppData
Diffstat (limited to 'res')
-rw-r--r-- | res/fi.skyjake.Lagrange.appdata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 02c2ec02..29163a04 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml | |||
@@ -45,6 +45,31 @@ | |||
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.8.1" date="2021-11-06"> | ||
49 | <description> | ||
50 | <p>Version 1.8 adds a customizable font library and improves warning | ||
51 | and errors messages. The bundled hardcoded fonts have been | ||
52 | removed, and font configuration is now more flexible. Tabs have | ||
53 | close buttons that appear on mouse hover. Added a Ukrainian UI | ||
54 | translation.</p> | ||
55 | <p>Changes in v1.8.1:</p> | ||
56 | <ul> | ||
57 | <li>Added UI translations: Hungarian, Czech.</li> | ||
58 | <li>Fixed issues scrolling tall popup menus (e.g., UI language | ||
59 | selection).</li> | ||
60 | <li>Fixed a line spacing artifact in long headings. With some | ||
61 | fonts, the lines were clipping each other so the spacing was | ||
62 | restored to normal.</li> | ||
63 | <li>Fixed a socket I/O issue that caused received data to be | ||
64 | ignored when the peer closed the connection prematurely.</li> | ||
65 | <li>Gopher: Recognize both LF and CRLF line endings in page | ||
66 | content.</li> | ||
67 | </ul> | ||
68 | <p>The full release notes can be viewed inside the app by opening | ||
69 | the "about:version" page.</p> | ||
70 | </description> | ||
71 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.8.1</url> | ||
72 | </release> | ||
48 | <release version="1.8" date="2021-10-30"> | 73 | <release version="1.8" date="2021-10-30"> |
49 | <description> | 74 | <description> |
50 | <p>Version 1.8 adds a customizable font library and improves warning | 75 | <p>Version 1.8 adds a customizable font library and improves warning |