summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-09 10:42:23 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-09 10:42:23 +0200
commit0585c687a38f0d177ec4db48567ea08326094111 (patch)
treeba1feafdda3a1258f7baa18edbe7eeaf97ff5bd8 /res
parent59363d3e230a0e9702e31936309473fb576ecec5 (diff)
parent4ae755de3ff4a37763aacc22ea119edab2099e84 (diff)
Merge branch 'dev' into work/v1.11
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi10
-rw-r--r--res/fontpack.ini2
-rw-r--r--res/lang/eo.binbin26796 -> 26155 bytes
-rw-r--r--res/lang/ie.binbin30288 -> 29705 bytes
4 files changed, 10 insertions, 2 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 15336d77..905b0221 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,8 +7,17 @@
7# Release notes 7# Release notes
8 8
9## 1.10.5 9## 1.10.5
10* 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* Faster hover-scrolling of long popup menus.
13* Fixed "Paste Preceding Line" not being undoable.
14* Fixed lookup of missing glyphs. Fontpack priorities are now applied as documented.
10* Fixed animation issue with sidebars in the right side of split view. 15* 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.
17* Fixed link numbers showing up next to image captions.
11* macOS: Fixed a sidebar clipping issue with Metal. 18* 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.)
20* Updated UI translations.
12 21
13## 1.10.4 22## 1.10.4
14* Added missing ANSI background color codes 100-107 (high-intensity VGA). 23* Added missing ANSI background color codes 100-107 (high-intensity VGA).
@@ -17,7 +26,6 @@
17* Fixed tab/window titles containing ANSI escapes (escapes are removed). 26* Fixed tab/window titles containing ANSI escapes (escapes are removed).
18* macOS: Use Metal for drawing graphics if display refresh rate is higher than 60 Hz. 27* macOS: Use Metal for drawing graphics if display refresh rate is higher than 60 Hz.
19* macOS: Handling scroll events meant for other windows. 28* macOS: Handling scroll events meant for other windows.
20* Updated UI translations.
21 29
22## 1.10.3 30## 1.10.3
23* Unix: Added a lagrange(1) manual page. 31* Unix: Added a lagrange(1) manual page.
diff --git a/res/fontpack.ini b/res/fontpack.ini
index 920a4ad2..08c127f6 100644
--- a/res/fontpack.ini
+++ b/res/fontpack.ini
@@ -36,7 +36,7 @@ regular = "fonts/IosevkaTerm-Extended.ttf"
36# Matches the baseline and ascent of the default font. 36# Matches the baseline and ascent of the default font.
37name = "Iosevka" 37name = "Iosevka"
38monospace = true 38monospace = true
39priority = -10 39priority = 1
40glyphscale = 0.800 40glyphscale = 0.800
41regular = "fonts/IosevkaTerm-Extended.ttf" 41regular = "fonts/IosevkaTerm-Extended.ttf"
42 42
diff --git a/res/lang/eo.bin b/res/lang/eo.bin
index 1de8a7db..61f9ea68 100644
--- a/res/lang/eo.bin
+++ b/res/lang/eo.bin
Binary files differ
diff --git a/res/lang/ie.bin b/res/lang/ie.bin
index 4d5ac8d9..7528934d 100644
--- a/res/lang/ie.bin
+++ b/res/lang/ie.bin
Binary files differ