summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-26 14:31:04 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-26 14:31:04 +0300
commitcaf39b744b9409faefa14fa6958b586afdda2e00 (patch)
tree21c57d491f7e665740c90a960afbead806f59c93 /res
parent377e3553c8a744d8af7956cf28aabdde720b510c (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 45ab59d6..5593e61f 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,11 +7,40 @@
7# Release notes 7# Release notes
8 8
9## 1.8 9## 1.8
10⚠️ Font settings are reset to defaults. Only a minimal set of fonts is bundled with the app. If additional fonts are needed, they can be downloaded or one can use custom TrueType fonts.
11
10New features: 12New features:
13* Added a customizable font library. One can open "about:fonts" to view and manage the installed fonts.
14* Added TrueType fonts as a recognized content type. When one is viewed in the app (e.g., via a drag-and-drop), there is an option to install it as a user font.
15* Added fontpacks. They are ZIP archives containing one or more TrueType fonts and parameters about how they should be used.
16* Added new font options: separate preformatted and monospace body fonts, UI font, smoothing.
17* Added style option to show all links as bold regardless of visited status.
18* Added warning message about missing font glyphs.
19* 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.
20* Added tab close buttons.
21* Added style option to show links as bold regardless of visited status.
22* Added a feed subscription option to exclude web links (HTTP/HTTPS), since those are not viewable in the app by default.
23* Added an automatic conversion of Markdown to Gemtext when viewing local files. (Not all Markdown features are supported.)
11 24
12Changes and enhancements: 25Changes and enhancements:
26=> gemini://skyjake.fi/fonts/ Additional fonts are available as optional downloads.
27* Removed all alternative built-in content fonts.
28* The default content font is Source Sans, same as the UI font.
29* Redesigned error/warning messages. These now show up as part of the page top banner, and their appearance can no longer be replicated via Gemtext.
30* Warning messages are interactive. Click on them to perform relevant actions.
31* Per-pixel scrolling in input fields (e.g., when using a trackpad on macOS).
32* "file://" pages are always unthemed.
33* Show a byte counter during large downloads instead of instantly jumping to a content view. Content may not viewable correctly until the download has finished.
34* Site-specific settings (sitespec.txt) converted to .ini format. These are currently used for the Titan upload port and remembering which warnings have been dismissed.
35* macOS: One can choose between Black/Dark and Light/White UI palette when system color theme is enabled. Previously the system theme always switched to either Dark or Light.
13 36
14Fixes: 37Fixes:
38* Fixed an issue where the page is unscrollable until the mouse cursor is moved (wrong hover state).
39* Fixed wrapping of long input prompts and dialog messages.
40* Titan upload token is remembered when the dialog is closed.
41* Fixed various layout issues with page footer buttons.
42* Fixed theme change glitches when an input prompt appears.
43* macOS: Fixed forced unhiding of the dock when the app is launched.
15 44
16## 1.7.3 45## 1.7.3
17* Fixed a memory leak in the text renderer. 46* Fixed a memory leak in the text renderer.