summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi18
-rw-r--r--res/fontpack.ini2
-rw-r--r--res/lang/cs.binbin32086 -> 32146 bytes
-rw-r--r--res/lang/de.binbin30896 -> 30956 bytes
-rw-r--r--res/lang/en.binbin26965 -> 27025 bytes
-rw-r--r--res/lang/eo.binbin26163 -> 26215 bytes
-rw-r--r--res/lang/es.binbin30808 -> 30868 bytes
-rw-r--r--res/lang/es_MX.binbin28035 -> 28095 bytes
-rw-r--r--res/lang/fi.binbin30606 -> 30666 bytes
-rw-r--r--res/lang/fr.binbin31693 -> 31753 bytes
-rw-r--r--res/lang/gl.binbin29969 -> 30029 bytes
-rw-r--r--res/lang/hu.binbin31718 -> 31778 bytes
-rw-r--r--res/lang/ia.binbin29748 -> 29808 bytes
-rw-r--r--res/lang/ie.binbin29655 -> 29765 bytes
-rw-r--r--res/lang/isv.binbin25686 -> 25746 bytes
-rw-r--r--res/lang/nl.binbin29075 -> 29135 bytes
-rw-r--r--res/lang/pl.binbin30321 -> 30381 bytes
-rw-r--r--res/lang/ru.binbin45668 -> 45728 bytes
-rw-r--r--res/lang/sk.binbin26022 -> 26082 bytes
-rw-r--r--res/lang/sr.binbin44964 -> 45024 bytes
-rw-r--r--res/lang/tok.binbin27801 -> 27861 bytes
-rw-r--r--res/lang/tr.binbin29912 -> 29972 bytes
-rw-r--r--res/lang/uk.binbin45045 -> 45105 bytes
-rw-r--r--res/lang/zh_Hans.binbin25930 -> 25990 bytes
-rw-r--r--res/lang/zh_Hant.binbin26328 -> 26388 bytes
25 files changed, 18 insertions, 2 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.
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/cs.bin b/res/lang/cs.bin
index 6624fbd4..5437b524 100644
--- a/res/lang/cs.bin
+++ b/res/lang/cs.bin
Binary files differ
diff --git a/res/lang/de.bin b/res/lang/de.bin
index 9c3d4541..9807b0a4 100644
--- a/res/lang/de.bin
+++ b/res/lang/de.bin
Binary files differ
diff --git a/res/lang/en.bin b/res/lang/en.bin
index 5f649846..e824cfc0 100644
--- a/res/lang/en.bin
+++ b/res/lang/en.bin
Binary files differ
diff --git a/res/lang/eo.bin b/res/lang/eo.bin
index ace592df..0d87702b 100644
--- a/res/lang/eo.bin
+++ b/res/lang/eo.bin
Binary files differ
diff --git a/res/lang/es.bin b/res/lang/es.bin
index 09b7151b..d0991c21 100644
--- a/res/lang/es.bin
+++ b/res/lang/es.bin
Binary files differ
diff --git a/res/lang/es_MX.bin b/res/lang/es_MX.bin
index dfcd6306..c98f3209 100644
--- a/res/lang/es_MX.bin
+++ b/res/lang/es_MX.bin
Binary files differ
diff --git a/res/lang/fi.bin b/res/lang/fi.bin
index 44d2741d..123ea71c 100644
--- a/res/lang/fi.bin
+++ b/res/lang/fi.bin
Binary files differ
diff --git a/res/lang/fr.bin b/res/lang/fr.bin
index ad16b2e7..1427f616 100644
--- a/res/lang/fr.bin
+++ b/res/lang/fr.bin
Binary files differ
diff --git a/res/lang/gl.bin b/res/lang/gl.bin
index 925994f9..c14cf4db 100644
--- a/res/lang/gl.bin
+++ b/res/lang/gl.bin
Binary files differ
diff --git a/res/lang/hu.bin b/res/lang/hu.bin
index c070dd49..82da297c 100644
--- a/res/lang/hu.bin
+++ b/res/lang/hu.bin
Binary files differ
diff --git a/res/lang/ia.bin b/res/lang/ia.bin
index 34633dd1..01c764b4 100644
--- a/res/lang/ia.bin
+++ b/res/lang/ia.bin
Binary files differ
diff --git a/res/lang/ie.bin b/res/lang/ie.bin
index 722ee20d..6a49a166 100644
--- a/res/lang/ie.bin
+++ b/res/lang/ie.bin
Binary files differ
diff --git a/res/lang/isv.bin b/res/lang/isv.bin
index 3be01643..b6748cc4 100644
--- a/res/lang/isv.bin
+++ b/res/lang/isv.bin
Binary files differ
diff --git a/res/lang/nl.bin b/res/lang/nl.bin
index dcc9fe97..cc0f42b9 100644
--- a/res/lang/nl.bin
+++ b/res/lang/nl.bin
Binary files differ
diff --git a/res/lang/pl.bin b/res/lang/pl.bin
index a32e9d10..0ba8cd9d 100644
--- a/res/lang/pl.bin
+++ b/res/lang/pl.bin
Binary files differ
diff --git a/res/lang/ru.bin b/res/lang/ru.bin
index 6a9b8e67..a27e2861 100644
--- a/res/lang/ru.bin
+++ b/res/lang/ru.bin
Binary files differ
diff --git a/res/lang/sk.bin b/res/lang/sk.bin
index 833872c9..aba4e304 100644
--- a/res/lang/sk.bin
+++ b/res/lang/sk.bin
Binary files differ
diff --git a/res/lang/sr.bin b/res/lang/sr.bin
index a1e87e95..7eb000ec 100644
--- a/res/lang/sr.bin
+++ b/res/lang/sr.bin
Binary files differ
diff --git a/res/lang/tok.bin b/res/lang/tok.bin
index d17f075e..3b9d38b5 100644
--- a/res/lang/tok.bin
+++ b/res/lang/tok.bin
Binary files differ
diff --git a/res/lang/tr.bin b/res/lang/tr.bin
index 981ced04..3c0adbd8 100644
--- a/res/lang/tr.bin
+++ b/res/lang/tr.bin
Binary files differ
diff --git a/res/lang/uk.bin b/res/lang/uk.bin
index d5e78f6f..4613d65e 100644
--- a/res/lang/uk.bin
+++ b/res/lang/uk.bin
Binary files differ
diff --git a/res/lang/zh_Hans.bin b/res/lang/zh_Hans.bin
index 246b7c42..a0435332 100644
--- a/res/lang/zh_Hans.bin
+++ b/res/lang/zh_Hans.bin
Binary files differ
diff --git a/res/lang/zh_Hant.bin b/res/lang/zh_Hant.bin
index 0e94f66a..80ec4cb5 100644
--- a/res/lang/zh_Hant.bin
+++ b/res/lang/zh_Hant.bin
Binary files differ