summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 18:02:48 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 18:02:48 +0300
commit6080e7d77e0b4cb546d9887c454a7e47e272b9ac (patch)
tree46836645e5e73112a706467903b1f6d669ab7901 /res/about
parent8879f9e90cd2ce9d9575835ac97495587eb2635f (diff)
Updated release notes and AppData
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi20
1 files changed, 19 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 9fd38d05..fb97081a 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -23,11 +23,29 @@
23* All lists support smooth scrolling. 23* All lists support smooth scrolling.
24* Adjustments to how display DPI affects UI scaling. 24* Adjustments to how display DPI affects UI scaling.
25* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer. 25* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer.
26* Fixed a possible crash when closing a tab.
27* Fixed various issues in the UI layout. 26* Fixed various issues in the UI layout.
28* Fixed parsing URI scheme (limited set of characters allowed). 27* Fixed parsing URI scheme (limited set of characters allowed).
29* Don't percent encode equal signs in URL paths. 28* Don't percent encode equal signs in URL paths.
30 29
30## 1.3.4
31* Allow server certificates with a `*.tld` subject wildcard.
32* Updated the French UI translation.
33* Fixed media type check in the audio player. Media types with parameters failed to be recognized.
34* Fixed crash after a redirect.
35* Fixed a rare issue with handling multiple rapid network requests.
36* Fixed a rare situation where a network connection would fail to open.
37* Minor stability improvements.
38
39## 1.3.3
40* Added UI languages: French, German. (Note that neither is 100% finished yet.)
41* Added build option to disable IPC for compatibility reasons.
42* Added environment variable LAGRANGE_OVERRIDE_DPI.
43* Back/forward navigation buttons are disabled if they have no more pages to switch to.
44* Minor UI color tuning.
45* Fixed possible crash when closing a tab.
46* Fixed possible crash when restoring application state at launch.
47* Fixed problems parsing and making requests with literal IPv6 addresses.
48
31## 1.3.2 49## 1.3.2
32* Fixed crash after updating from v1.2 due to undefined CA file/path configuration. 50* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
33* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading. 51* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading.