summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index fb66b793..66b83cf5 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,17 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9# 1.9
10
11New features:
12* macOS: Automatic updates using the Sparkle framework.
13* Windows: Automatic updates using the WinSparkle library.
14
15Changes and enhancements:
16* The resource bundle (resources.lgr) is now a regular ZIP archive. This allows it to do double duty as a fontpack containing the built-in fonts. The archive contains a version number to avoid use of obsolete resources.
17
18Fixes:
19
9## 1.8.2 20## 1.8.2
10* Fixed encoding of `+` characters in URLs as per RFC 3986. 21* Fixed encoding of `+` characters in URLs as per RFC 3986.
11* Fixed crash when fontpack.ini specifies a file that cannot be found. 22* Fixed crash when fontpack.ini specifies a file that cannot be found.