summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
commit7ad1d4686e0a454570bc6ad9e8b7bde49fcf04d6 (patch)
tree2643b7e0272b626a4b18c18bfc65ac77094e7505 /res
parent8e85ed281348f286a332c23cae7470cde8f6b9ec (diff)
parent78de5577096bd81d6da152d9f819851c2f8ef260 (diff)
Merge branch 'dev' into work/v1.9
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi10
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml50
-rw-r--r--res/lang/cs.binbin0 -> 30703 bytes
-rw-r--r--res/lang/de.binbin28684 -> 28698 bytes
-rw-r--r--res/lang/en.binbin26144 -> 26142 bytes
-rw-r--r--res/lang/eo.binbin24921 -> 24935 bytes
-rw-r--r--res/lang/es.binbin29538 -> 29535 bytes
-rw-r--r--res/lang/es_MX.binbin27009 -> 27023 bytes
-rw-r--r--res/lang/fi.binbin29373 -> 29370 bytes
-rw-r--r--res/lang/fr.binbin29890 -> 29904 bytes
-rw-r--r--res/lang/gl.binbin28728 -> 28724 bytes
-rw-r--r--res/lang/hu.binbin30570 -> 30547 bytes
-rw-r--r--res/lang/ia.binbin28009 -> 28023 bytes
-rw-r--r--res/lang/ie.binbin28214 -> 28462 bytes
-rw-r--r--res/lang/isv.binbin24848 -> 24862 bytes
-rw-r--r--res/lang/pl.binbin29285 -> 29299 bytes
-rw-r--r--res/lang/ru.binbin43838 -> 43848 bytes
-rw-r--r--res/lang/sk.binbin25181 -> 25195 bytes
-rw-r--r--res/lang/sr.binbin43296 -> 43298 bytes
-rw-r--r--res/lang/tok.binbin26566 -> 26584 bytes
-rw-r--r--res/lang/uk.binbin43172 -> 43179 bytes
-rw-r--r--res/lang/zh_Hans.binbin24961 -> 24975 bytes
-rw-r--r--res/lang/zh_Hant.binbin25102 -> 25116 bytes
23 files changed, 60 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index d179c821..fb66b793 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,9 +6,19 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.8.2
10* Fixed encoding of `+` characters in URLs as per RFC 3986.
11* Fixed crash when fontpack.ini specifies a file that cannot be found.
12* Fixed incorrect title of some error messages (was showing response meta info).
13* Fixed ambiguous font dropdown menu items if some fonts have the same name. Now the unique font ID will be included in these cases.
14* Made it possible to manually trust a certificate whose subject doesn't match domain name.
15* Updated UI translations.
16
9## 1.8.1 17## 1.8.1
18* Added UI translations: Hungarian, Czech.
10* Added the `zip` utility as a build requirement. It is used for making fontpacks. 19* Added the `zip` utility as a build requirement. It is used for making fontpacks.
11* Fixed build failure with the simple text renderer, i.e., when HarfBuzz is disabled. 20* Fixed build failure with the simple text renderer, i.e., when HarfBuzz is disabled.
21* Fixed issues scrolling tall popup menus (e.g., UI language selection).
12* Fixed a line spacing artifact in long headings. With some fonts, the lines were clipping each other so the spacing was restored to normal. 22* Fixed a line spacing artifact in long headings. With some fonts, the lines were clipping each other so the spacing was restored to normal.
13* Fixed a socket I/O issue that caused received data to be ignored when the peer closed the connection prematurely. 23* Fixed a socket I/O issue that caused received data to be ignored when the peer closed the connection prematurely.
14* macOS: Tab close buttons are on the left side (platform UI convention). 24* macOS: Tab close buttons are on the left side (platform UI convention).
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 02c2ec02..7cb12f2e 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,56 @@
45 <update_contact>jaakko.keranen@iki.fi</update_contact> 45 <update_contact>jaakko.keranen@iki.fi</update_contact>
46 46
47 <releases> 47 <releases>
48 <release version="1.8.2" date="2021-11-13">
49 <description>
50 <p>Version 1.8 adds a customizable font library and improves warning
51 and errors messages. The bundled hardcoded fonts have been
52 removed, and font configuration is now more flexible. Tabs have
53 close buttons that appear on mouse hover.</p>
54 <p>Changes in v1.8.2:</p>
55 <ul>
56 <li>Fixed encoding of `+` characters in URLs as per
57 RFC 3986.</li>
58 <li>Fixed crash when fontpack.ini specifies a file that cannot
59 be found.</li>
60 <li>Fixed incorrect title of some error messages (was showing
61 response meta info).</li>
62 <li>Fixed ambiguous font dropdown menu items if some fonts have
63 the same name. Now the unique font ID will be included in
64 these cases.</li>
65 <li>Made it possible to manually trust a certificate whose
66 subject doesn't match domain name.</li>
67 <li>Updated UI translations.</li>
68 </ul>
69 <p>The full release notes can be viewed inside the app by opening
70 the "about:version" page.</p>
71 </description>
72 <url>https://github.com/skyjake/lagrange/releases/tag/v1.8.2</url>
73 </release>
74 <release version="1.8.1" date="2021-11-06">
75 <description>
76 <p>Version 1.8 adds a customizable font library and improves warning
77 and errors messages. The bundled hardcoded fonts have been
78 removed, and font configuration is now more flexible. Tabs have
79 close buttons that appear on mouse hover.</p>
80 <p>Changes in v1.8.1:</p>
81 <ul>
82 <li>Added UI translations: Hungarian, Czech.</li>
83 <li>Fixed issues scrolling tall popup menus (e.g., UI language
84 selection).</li>
85 <li>Fixed a line spacing artifact in long headings. With some
86 fonts, the lines were clipping each other so the spacing was
87 restored to normal.</li>
88 <li>Fixed a socket I/O issue that caused received data to be
89 ignored when the peer closed the connection prematurely.</li>
90 <li>Gopher: Recognize both LF and CRLF line endings in page
91 content.</li>
92 </ul>
93 <p>The full release notes can be viewed inside the app by opening
94 the "about:version" page.</p>
95 </description>
96 <url>https://github.com/skyjake/lagrange/releases/tag/v1.8.1</url>
97 </release>
48 <release version="1.8" date="2021-10-30"> 98 <release version="1.8" date="2021-10-30">
49 <description> 99 <description>
50 <p>Version 1.8 adds a customizable font library and improves warning 100 <p>Version 1.8 adds a customizable font library and improves warning
diff --git a/res/lang/cs.bin b/res/lang/cs.bin
new file mode 100644
index 00000000..d0dcabcd
--- /dev/null
+++ b/res/lang/cs.bin
Binary files differ
diff --git a/res/lang/de.bin b/res/lang/de.bin
index ab8b61e9..e3ea2835 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 f50c59e4..63a9d6c7 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 8f7415e1..a69a9f3f 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 fa58e37f..edd37672 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 7b7be4b6..ffb53cba 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 ea724c52..fc83470b 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 163488b7..bda6f4f6 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 fbd94fb4..23d9e952 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 104a1134..1470aea2 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 94d6264a..9c4ba6b5 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 ccf39a78..19687852 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 5cb76e7e..b501166c 100644
--- a/res/lang/isv.bin
+++ b/res/lang/isv.bin
Binary files differ
diff --git a/res/lang/pl.bin b/res/lang/pl.bin
index b2ac897c..f44d90fc 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 290c101f..4febb613 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 1f8f2817..402ab526 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 dac8a99f..12cc399f 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 b66ff147..9e36f8b0 100644
--- a/res/lang/tok.bin
+++ b/res/lang/tok.bin
Binary files differ
diff --git a/res/lang/uk.bin b/res/lang/uk.bin
index dc68bb4a..9e19b644 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 bd503eef..7a59c620 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 c4dc5896..76ac592a 100644
--- a/res/lang/zh_Hant.bin
+++ b/res/lang/zh_Hant.bin
Binary files differ