diff options
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index b5750c8c..a5e0d01f 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 | |||
11 | New features: | ||
12 | * macOS: Automatic updates using the Sparkle framework. | ||
13 | * Windows: Automatic updates using the WinSparkle library. | ||
14 | |||
15 | Changes 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 | |||
18 | Fixes: | ||
19 | |||
9 | ## 1.8.3 | 20 | ## 1.8.3 |
10 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. | 21 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. |
11 | * Titan upload identity is remembered as a site-specific setting. It is no longer affected by selections in the Identities sidebar. | 22 | * Titan upload identity is remembered as a site-specific setting. It is no longer affected by selections in the Identities sidebar. |
@@ -43,7 +54,6 @@ New features: | |||
43 | * Added warning message about missing font glyphs. | 54 | * Added warning message about missing font glyphs. |
44 | * Added warning message about terminal emulation. Lagrange supports a small subset of ANSI escape sequences, so page appearance may be incorrect when these are used in content. | 55 | * Added warning message about terminal emulation. Lagrange supports a small subset of ANSI escape sequences, so page appearance may be incorrect when these are used in content. |
45 | * Added tab close buttons. | 56 | * Added tab close buttons. |
46 | * Added style option to show links as bold regardless of visited status. | ||
47 | * Added a feed subscription option to exclude web links (HTTP/HTTPS), since those are not viewable in the app by default. | 57 | * Added a feed subscription option to exclude web links (HTTP/HTTPS), since those are not viewable in the app by default. |
48 | * Added an automatic conversion of Markdown to Gemtext when viewing local files. (Not all Markdown features are supported.) | 58 | * Added an automatic conversion of Markdown to Gemtext when viewing local files. (Not all Markdown features are supported.) |
49 | * Added UI language for Ukrainian (uk). | 59 | * Added UI language for Ukrainian (uk). |