diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-29 16:52:04 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-29 16:52:04 +0300 |
commit | 88a9376327733a06490bd8322fe18f12a85560bc (patch) | |
tree | a53dfd851003b73458827b0fe4083bece699f304 /res | |
parent | 9895b10c9cb2d69be718dd3847206e98631dc1c0 (diff) | |
parent | 7ec39c46f2efdbc084beacdfae7b79ba794042b4 (diff) |
Merge branch 'dev' into work/v1.7
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 3 | ||||
-rw-r--r-- | res/fi.skyjake.Lagrange.appdata.xml | 31 | ||||
-rw-r--r-- | res/fonts/SmolEmoji-Regular.ttf | bin | 57856 -> 58312 bytes |
3 files changed, 34 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 35c730c1..c2163c7d 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -12,8 +12,11 @@ | |||
12 | 12 | ||
13 | ## 1.6.5 | 13 | ## 1.6.5 |
14 | * Audio init errors are no longer fatal. SDL's error message will still be printed. | 14 | * Audio init errors are no longer fatal. SDL's error message will still be printed. |
15 | * Fixed appearance of tab buttons (should have no top frame). | ||
15 | * Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place. | 16 | * Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place. |
16 | * Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down. | 17 | * Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down. |
18 | * Fixed crash when using the SDL2 KMSDRM video driver. | ||
19 | * Fixed minor visual artifacts in preformatted blocks and near the bottom of the page. | ||
17 | 20 | ||
18 | ## 1.6.4 | 21 | ## 1.6.4 |
19 | * Local files containing UTF-8 text can be viewed regardless of their file extension. | 22 | * Local files containing UTF-8 text can be viewed regardless of their file extension. |
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 4202a9b6..3386e74f 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml | |||
@@ -45,6 +45,37 @@ | |||
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.5" date="2021-08-29"> | ||
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.5:</p> | ||
58 | <ul> | ||
59 | <li>Audio init errors are no longer fatal. SDL's error message | ||
60 | will still be printed.</li> | ||
61 | <li>Fixed appearance of tab buttons (should have | ||
62 | no top frame).</li> | ||
63 | <li>Fixed a cursor position regression in input fields related | ||
64 | to handling of variation selectors (codepoint clusters). | ||
65 | Moving the cursor to the start of a wrapped line segment put | ||
66 | the cursor in the wrong place.</li> | ||
67 | <li>Fixed right-clicking on sidebar tab buttons. | ||
68 | It was showing the wrong context menu when the list had been | ||
69 | scrolled down.</li> | ||
70 | <li>Fixed crash when using the SDL2 KMSDRM video driver.</li> | ||
71 | <li>Fixed minor visual artifacts in preformatted blocks and | ||
72 | near the bottom of the page.</li> | ||
73 | </ul> | ||
74 | <p>The full release notes can be viewed inside the app by opening | ||
75 | the "about:version" page.</p> | ||
76 | </description> | ||
77 | <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.5</url> | ||
78 | </release> | ||
48 | <release version="1.6.4" date="2021-08-22"> | 79 | <release version="1.6.4" date="2021-08-22"> |
49 | <description> | 80 | <description> |
50 | <p>Version 1.6 adds support for bidirectional text and complex scripts, | 81 | <p>Version 1.6 adds support for bidirectional text and complex scripts, |
diff --git a/res/fonts/SmolEmoji-Regular.ttf b/res/fonts/SmolEmoji-Regular.ttf index cd299e58..a0a95d87 100644 --- a/res/fonts/SmolEmoji-Regular.ttf +++ b/res/fonts/SmolEmoji-Regular.ttf | |||
Binary files differ | |||