summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi12
-rw-r--r--res/arg-help.txt1
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml36
-rw-r--r--res/lang/fi.binbin24879 -> 24893 bytes
-rw-r--r--res/lang/ie.binbin24133 -> 24247 bytes
-rw-r--r--res/lang/sr.binbin35978 -> 36801 bytes
-rw-r--r--res/lang/tok.binbin22702 -> 22683 bytes
7 files changed, 47 insertions, 2 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index b56a9311..72b46e23 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,13 +6,23 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.6.3
10* Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A).
11* Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards.
12* Fixed the line break key modifier inadvertently affecting URL input fields, where line breaks are not allowed.
13* Fixed the line break key modifier affecting the upload dialog's text field.
14
9## 1.6.2 15## 1.6.2
16* Added `--tab-url` to print currently active tab's URL.
10* Upload dialog expands to full window height when the entered text is long. 17* Upload dialog expands to full window height when the entered text is long.
11* Home/End keys in an input field move to start/end of the wrapped line segment. 18* Home/End keys in an input field move to start/end of the wrapped line segment.
19* Scroll with mouse wheel in input fields.
20* Slower cursor blink rate in input fields.
21* Adjusted dark mode colors for focused input fields.
12* Fixed incorrect behavior in input fields when typing or deleting text while holding down the Shift key. 22* Fixed incorrect behavior in input fields when typing or deleting text while holding down the Shift key.
13* Fixed crash in Upload dialog if server responds with a redirect. 23* Fixed crash in Upload dialog if server responds with a redirect.
14* Fixed buffered graphics (UI, fonts) getting lost under rare circumstances. 24* Fixed buffered graphics (UI, fonts) getting lost under rare circumstances.
15* Fixed drawing of wrapped text when the app is compiled with HarfBuzz. 25* Fixed drawing of wrapped text when the app is compiled without HarfBuzz.
16* macOS: Fixed UI not updating when system dark mode is toggled while the window is hidden. 26* macOS: Fixed UI not updating when system dark mode is toggled while the window is hidden.
17 27
18## 1.6.1 28## 1.6.1
diff --git a/res/arg-help.txt b/res/arg-help.txt
index e87881d3..9f6548f2 100644
--- a/res/arg-help.txt
+++ b/res/arg-help.txt
@@ -21,3 +21,4 @@ Options that control a running instance of Lagrange:
21 running, nothing is printed. 21 running, nothing is printed.
22 --new-tab [URL] Open a new tab. If the URL is omitted, the user's 22 --new-tab [URL] Open a new tab. If the URL is omitted, the user's
23 homepage is opened. 23 homepage is opened.
24 --tab-url Print the URL of the active tab.
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 0110e8c5..1db2717c 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,39 @@
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.6.2" date="2021-08-03">
49 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts,
51 right-to-left paragraph layout, uploads using the Titan protocol,
52 and has an improved mechanism for tracking trust in server
53 certificates. Page contents can be fully cached in memory for more
54 efficient backward navigation. There are also UI improvements like
55 a reorganized Preferences and a setting for smooth scrolling
56 speed.</p>
57 <p>Changes and fixes in v1.6.2:</p>
58 <ul>
59 <li>Added --tab-url to print currently active tab's URL.</li>
60 <li>Upload dialog expands to full window height when the entered
61 text is long.</li>
62 <li>Home/End keys in an input field move to start/end of the
63 wrapped line segment.</li>
64 <li>Scroll with mouse wheel in input fields.</li>
65 <li>Slower cursor blink rate in input fields.</li>
66 <li>Adjusted dark mode colors for focused input fields.</li>
67 <li>Fixed incorrect behavior in input fields when typing or
68 deleting text while holding down the Shift key.</li>
69 <li>Fixed crash in Upload dialog if server responds with a
70 redirect.</li>
71 <li>Fixed buffered graphics (UI, fonts) getting lost under rare
72 circumstances.</li>
73 <li>macOS: Fixed UI not updating when system dark mode is toggled
74 while the window is hidden.</li>
75 </ul>
76 <p>The full release notes can be viewed inside the app by opening
77 the "about:version" page.</p>
78 </description>
79 <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.2</url>
80 </release>
48 <release version="1.6.1" date="2021-07-30"> 81 <release version="1.6.1" date="2021-07-30">
49 <description> 82 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts, 83 <p>Version 1.6 adds support for bidirectional text and complex scripts,
@@ -59,7 +92,8 @@
59 <li>Potential crash when inserting a line break.</li> 92 <li>Potential crash when inserting a line break.</li>
60 <li>Cursor positioning in fixed-length input fields.</li> 93 <li>Cursor positioning in fixed-length input fields.</li>
61 <li>Copying text in input fields (the wrong region was copied).</li> 94 <li>Copying text in input fields (the wrong region was copied).</li>
62 <li>URL input field contents not being selected after opening a new tab.</li> 95 <li>URL input field contents not being selected after opening
96 a new tab.</li>
63 <li>Upload dialog not showing when reloading a Titan URL.</li> 97 <li>Upload dialog not showing when reloading a Titan URL.</li>
64 </ul> 98 </ul>
65 <p>The full release notes can be viewed inside the app by opening 99 <p>The full release notes can be viewed inside the app by opening
diff --git a/res/lang/fi.bin b/res/lang/fi.bin
index 7b7b6c28..2f1bb18f 100644
--- a/res/lang/fi.bin
+++ b/res/lang/fi.bin
Binary files differ
diff --git a/res/lang/ie.bin b/res/lang/ie.bin
index 97c02a90..a8bce39d 100644
--- a/res/lang/ie.bin
+++ b/res/lang/ie.bin
Binary files differ
diff --git a/res/lang/sr.bin b/res/lang/sr.bin
index 4a299323..df8e532b 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 4cd4212d..f2b59891 100644
--- a/res/lang/tok.bin
+++ b/res/lang/tok.bin
Binary files differ