summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi18
1 files changed, 17 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 66f3b7dd..f397c7e1 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,23 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10.5
10* Added a keybinding for "Paste Preceding Line" (in input prompt menu).
11* The "Miscellaneous Symbols and Arrows" Unicode block (U+2B00...U+2BFF) is accepted as custom link icons.
12* When mixing Emoji into preformatted text (glyphs are from different fonts), lay out the Emoji as double-wide characters to avoid overlapping.
13* Faster hover-scrolling of long popup menus.
14* Fixed sidebars not getting updated after identity addition/deletion.
15* Fixed "Paste Preceding Line" not being undoable.
16* Fixed lookup of missing glyphs. Fontpack priorities are now applied as documented.
17* Fixed animation issue with sidebars in the right side of split view.
18* Fixed a refresh issue that caused the first line of the page to be redrawn continuously, spiking CPU usage.
19* Fixed link numbers showing up next to image captions.
20* Fixed how the link hover popup handles extremely long URLs.
21* macOS: Handling regular mouse wheel events. Each step of the wheel should cause a single scroll event.
22* macOS: Fixed a sidebar clipping issue with Metal.
23* macOS: Possible workaround for a window refresh glitch when using SDL's Metal renderer. (Sometimes animated elements like the URL hover info would stop at being partially transparent and not complete the fade.)
24* Updated UI translations.
25
9## 1.10.4 26## 1.10.4
10* Added missing ANSI background color codes 100-107 (high-intensity VGA). 27* Added missing ANSI background color codes 100-107 (high-intensity VGA).
11* Fixed how the ANSI FG color is adjusted to keep text legible on dark or bright backgrounds when BG color is unset. 28* Fixed how the ANSI FG color is adjusted to keep text legible on dark or bright backgrounds when BG color is unset.
@@ -13,7 +30,6 @@
13* Fixed tab/window titles containing ANSI escapes (escapes are removed). 30* Fixed tab/window titles containing ANSI escapes (escapes are removed).
14* macOS: Use Metal for drawing graphics if display refresh rate is higher than 60 Hz. 31* macOS: Use Metal for drawing graphics if display refresh rate is higher than 60 Hz.
15* macOS: Handling scroll events meant for other windows. 32* macOS: Handling scroll events meant for other windows.
16* Updated UI translations.
17 33
18## 1.10.3 34## 1.10.3
19* Unix: Added a lagrange(1) manual page. 35* Unix: Added a lagrange(1) manual page.