diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 14:17:04 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 14:17:04 +0300 |
commit | 4bde102cf8b886925ed7d088001a25bbb6439f73 (patch) | |
tree | 0287624b88a1823175edf6848a4357ad0be9d374 | |
parent | 8b8411bb99bc7828947ebfb29d9ba49064341733 (diff) |
Updated release notes and AppData
-rw-r--r-- | res/about/version.gmi | 7 | ||||
-rw-r--r-- | res/fi.skyjake.Lagrange.appdata.xml | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 0a51df34..b213a24b 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -8,7 +8,12 @@ | |||
8 | 8 | ||
9 | ## 1.5.2 | 9 | ## 1.5.2 |
10 | * Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. | 10 | * Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. |
11 | * Normalize page contents (NFC) to avoid most common issues with diacritics. | 11 | * Possible workaround for a visual glitch in the URL field. |
12 | * Specify `StartupWMClass` in .desktop file. | ||
13 | * Normalize page contents to avoid the most common issues with diacritics (Unicode NFC). | ||
14 | * Expanded the set of recognized custom link icons. | ||
15 | * Updated "Smol Emoji" font with new glyphs. | ||
16 | * Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384". | ||
12 | 17 | ||
13 | ## 1.5.1 | 18 | ## 1.5.1 |
14 | * Updated UI translations. | 19 | * Updated UI translations. |
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 8f8ca7b3..b6344f45 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml | |||
@@ -45,6 +45,24 @@ | |||
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.5.2" date="2021-06-15"> | ||
49 | <description> | ||
50 | <p>Bug fixes and tweaks:</p> | ||
51 | <ul> | ||
52 | <li>Fixed pasting a PEM-formatted certificate and/or | ||
53 | private key via clipboard in Import Identity.</li> | ||
54 | <li>Possible workaround for a visual glitch in the URL | ||
55 | field.</li> | ||
56 | <li>Specify `StartupWMClass` in .desktop file.</li> | ||
57 | <li>Normalize page contents to avoid the most common issues | ||
58 | with diacritics (Unicode NFC).</li> | ||
59 | <li>Expanded the set of recognized custom link icons.</li> | ||
60 | <li>Updated "Smol Emoji" font with new glyphs.</li> | ||
61 | <li>Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384".</li> | ||
62 | </ul> | ||
63 | </description> | ||
64 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.5.2</url> | ||
65 | </release> | ||
48 | <release version="1.5.1" date="2021-06-06"> | 66 | <release version="1.5.1" date="2021-06-06"> |
49 | <description> | 67 | <description> |
50 | <p>Resource update:</p> | 68 | <p>Resource update:</p> |