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.gmi18
2 files changed, 15 insertions, 5 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 7949b775..93bc6a05 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -424,7 +424,7 @@ The "ANSI escapes" setting controls which ANSI escape codes are enabled:
424 424
425* "FG Color" enables changes to text foreground color. 425* "FG Color" enables changes to text foreground color.
426* "BG Color" enables changes to text background color. 426* "BG Color" enables changes to text background color.
427* "Font Style" enables changing the font style: bold, italic, or monospace. (These correspond to codes 1, 3, and 11.) 427* "Font Style" enables changing the font style: bold, light, italic, regular, or monospace. (These correspond to codes 1, 2, 3, 10, and 11.)
428 428
429A warning banner is displayed if any codes are detected on a page. This helps you be aware of potential visual artifacts, like text color that is being forced to black regardless of the page background color. Click on the warning to dismiss it on a per-site basis. 429A warning banner is displayed if any codes are detected on a page. This helps you be aware of potential visual artifacts, like text color that is being forced to black regardless of the page background color. Click on the warning to dismiss it on a per-site basis.
430 430
diff --git a/res/about/version.gmi b/res/about/version.gmi
index ff954fc6..351e1edc 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -8,15 +8,22 @@
8 8
9## 1.10 9## 1.10
10New features: 10New features:
11* Added "Paste Preceding Line" in the input prompt dialog. Potential use cases include user-editable sections on a page and suggested/example input values. 11* macOS: Trackpad swipe navigation.
12* Identity toolbar menu can be used to switch between alternate identities. If you have used multiple identities on one site, this makes it more convenient to switch between them. 12* Identity toolbar menu can be used to switch between alternate identities. If you have used multiple identities on one site, this makes it more convenient to switch between them.
13* Added "Edit Page with Titan": opens the upload dialog with current page's content prefilled.
14* Added "Paste Preceding Line" in the input prompt dialog. Potential use cases include user-editable sections on a page and suggested/example input values.
15* Added footer action to open file in another app when the media type is unsupported.
13* Added option to disable cursor blinking in input fields. 16* Added option to disable cursor blinking in input fields.
14* UI language for Dutch. 17* Added ANSI SGR codes for light and regular font weights (2, 10).
18* macOS: Added "Show in Finder" in the Identities sidebar.
15 19
16Changes and enhancements: 20Changes and enhancements:
17* Inline image metadata goes under the image instead of possibly overlapping the image caption text. 21* Improved image inlining: all responses with an image media type can get inlined, regardless of the file extension in the URL.
18* Improved apperance of opened links highlighting. It no longer goes under the side elements on the page. 22* Inline image metadata goes under the image instead of possibly overlapping the label text.
23* Inline downloads have a context menu for relevant actions, and clicking on the download opens the file.
24* Improved highlighting of open pages. The highlight no longer goes under the side elements on the page.
19* Entry dates in feed links are de-emphasized for improved readability. 25* Entry dates in feed links are de-emphasized for improved readability.
26* Revised link hover popup. None of the information appears on the same line any more (which was problematic if there wasn't enough space). Instead, everything is shown in a popup at the bottom/top of the view, including the identity that will be used when opening the link and the date of last visit.
20* Revised layout of the Upload dialog. There is a new edit field that lets you modify the file path of the URL. Identity names are in bold. 27* Revised layout of the Upload dialog. There is a new edit field that lets you modify the file path of the URL. Identity names are in bold.
21* Optimized UI layout procedure and memory use during UI event processing. 28* Optimized UI layout procedure and memory use during UI event processing.
22* Audio subsystem is only initialized when actually needed. 29* Audio subsystem is only initialized when actually needed.
@@ -26,9 +33,12 @@ Changes and enhancements:
26 33
27Fixes: 34Fixes:
28* Fixed a history caching issue: if there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward. 35* Fixed a history caching issue: if there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward.
36* Fixed handling of reserved characters in URLs (cf. RFC 3986, section 2.2).
29* Fixed very narrow input fields causing the app to hang. 37* Fixed very narrow input fields causing the app to hang.
30* Fixed initial scroll position in multiline input fields. 38* Fixed initial scroll position in multiline input fields.
31* Fixed lookup results list becoming too narrow. 39* Fixed lookup results list becoming too narrow.
40* Fixed glitches when a widget has multiple simultanous animations.
41* macOS: Line breaks inside menu items (e.g., info about current identity).
32 42
33## 1.9.5 43## 1.9.5
34* Fixed misshapen button borders (SDL 2.0.16 line drawing workaround). 44* Fixed misshapen button borders (SDL 2.0.16 line drawing workaround).