summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi2
-rw-r--r--res/about/version.gmi5
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml19
3 files changed, 25 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 4af1581e..3c332f81 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -825,7 +825,7 @@ semibold = "FiraSans-SemiBold.ttf"
825bold = "FiraSans-Bold.ttf" 825bold = "FiraSans-Bold.ttf"
826``` 826```
827 827
828Fontpacks may use the Deflate compression method, but that can slow down launching the app because each font must then be decompressed before loading. 828Fontpacks may use the Deflate compression method, but that can slow down launching the app because each font must then be decompressed before loading. Therefore, it is recommended to use the -0 (--compression-method store) option when creating the archive. You may also find the -j (--junk-paths) option helpful if the current working directory is not the one where fontpack.ini is located.
829 829
830Each fontpack has an ID that comes from the file name: the ID of "firasans.fontpack" would be "firasans". Space characters are not allowed in the ID. 830Each fontpack has an ID that comes from the file name: the ID of "firasans.fontpack" would be "firasans". Space characters are not allowed in the ID.
831 831
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 66b83cf5..a5e0d01f 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -17,6 +17,11 @@ Changes and enhancements:
17 17
18Fixes: 18Fixes:
19 19
20## 1.8.3
21* Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead.
22* Titan upload identity is remembered as a site-specific setting. It is no longer affected by selections in the Identities sidebar.
23* macOS: Fixed updating items in native menus, e.g., upload identity selection.
24
20## 1.8.2 25## 1.8.2
21* Fixed encoding of `+` characters in URLs as per RFC 3986. 26* Fixed encoding of `+` characters in URLs as per RFC 3986.
22* Fixed crash when fontpack.ini specifies a file that cannot be found. 27* Fixed crash when fontpack.ini specifies a file that cannot be found.
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 7cb12f2e..e69cbcf7 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,25 @@
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.3" date="2021-11-21">
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.</p>
54 <p>Changes in v1.8.3:</p>
55 <ul>
56 <li>Fixed clicking on UI elements that are over the page top
57 banner. The banner would always get clicked instead.</li>
58 <li>Titan upload identity is remembered as a site-specific
59 setting. It is no longer affected by selections in the
60 Identities sidebar.</li>
61 </ul>
62 <p>The full release notes can be viewed inside the app by opening
63 the "about:version" page.</p>
64 </description>
65 <url>https://github.com/skyjake/lagrange/releases/tag/v1.8.3</url>
66 </release>
48 <release version="1.8.2" date="2021-11-13"> 67 <release version="1.8.2" date="2021-11-13">
49 <description> 68 <description>
50 <p>Version 1.8 adds a customizable font library and improves warning 69 <p>Version 1.8 adds a customizable font library and improves warning