diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-21 18:28:08 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-21 18:28:08 +0200 |
commit | 58955605b89a47f2a438ec1eca77bef91c4af032 (patch) | |
tree | a7fc31e31c134023843ebdf0e6ef465e9b639941 /res/about | |
parent | 9908cc3ec9c6697070f23a9da52e25e95830fb01 (diff) | |
parent | 33fe87051f3c4e293f47618adced141b1183b324 (diff) |
Merge branch 'dev' into work/v1.9
# Conflicts:
# CMakeLists.txt
# res/about/version.gmi
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/help.gmi | 2 | ||||
-rw-r--r-- | res/about/version.gmi | 5 |
2 files changed, 6 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" | |||
825 | bold = "FiraSans-Bold.ttf" | 825 | bold = "FiraSans-Bold.ttf" |
826 | ``` | 826 | ``` |
827 | 827 | ||
828 | Fontpacks may use the Deflate compression method, but that can slow down launching the app because each font must then be decompressed before loading. | 828 | Fontpacks 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 | ||
830 | Each 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. | 830 | Each 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 | ||
18 | Fixes: | 18 | Fixes: |
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. |