summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-11 19:00:59 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-11 19:01:24 +0200
commit2d7ec0718b258dcce1d15ff5b804c69695ba9e66 (patch)
tree6796e42040d70e1a24f5644375d0ab3c8c8f0717 /res/about/version.gmi
parent0585c687a38f0d177ec4db48567ea08326094111 (diff)
parent876266d19f42f705178e4b0ad67b047399497eeb (diff)
Merge branch 'dev' into work/v1.11
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 905b0221..f397c7e1 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,14 +7,18 @@
7# Release notes 7# Release notes
8 8
9## 1.10.5 9## 1.10.5
10* Added a keybinding for "Paste Preceding Line" (in input prompt menu).
10* The "Miscellaneous Symbols and Arrows" Unicode block (U+2B00...U+2BFF) is accepted as custom link icons. 11* The "Miscellaneous Symbols and Arrows" Unicode block (U+2B00...U+2BFF) is accepted as custom link icons.
11* When mixing Emoji into preformatted text (glyphs are from different fonts), lay out the Emoji as double-wide characters to avoid overlapping. 12* When mixing Emoji into preformatted text (glyphs are from different fonts), lay out the Emoji as double-wide characters to avoid overlapping.
12* Faster hover-scrolling of long popup menus. 13* Faster hover-scrolling of long popup menus.
14* Fixed sidebars not getting updated after identity addition/deletion.
13* Fixed "Paste Preceding Line" not being undoable. 15* Fixed "Paste Preceding Line" not being undoable.
14* Fixed lookup of missing glyphs. Fontpack priorities are now applied as documented. 16* Fixed lookup of missing glyphs. Fontpack priorities are now applied as documented.
15* Fixed animation issue with sidebars in the right side of split view. 17* Fixed animation issue with sidebars in the right side of split view.
16* Fixed a refresh issue that caused the first line of the page to be redrawn continuously, spiking CPU usage. 18* Fixed a refresh issue that caused the first line of the page to be redrawn continuously, spiking CPU usage.
17* Fixed link numbers showing up next to image captions. 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.
18* macOS: Fixed a sidebar clipping issue with Metal. 22* macOS: Fixed a sidebar clipping issue with Metal.
19* 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.) 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.)
20* Updated UI translations. 24* Updated UI translations.