summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-03 06:26:10 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-03 06:26:10 +0300
commit89918c7e98d47957a7804e23bb1b4c7914950d2d (patch)
tree8417efd0ac06aaa12e971de6accabe38b12f3feb /res/about
parent0336bc677685ad3c7765f6bb46d1b7e3d66935de (diff)
Updated release notes
Draft.
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index f52e77d7..dcc68fa8 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,13 +7,23 @@
7# Release notes 7# Release notes
8 8
9## 1.4 9## 1.4
10* Optimized page rendering. Now each line of text is rendered into the view buffer only once, and whenever the view is stationary, content is prefilled in the available space outside the viewport. Previously, at least one line of text was being rendered whenever the viewport was moved, which was mostly redundant. 10* Split modes: horizontal/vertical, two tabs at once, 1:1/2:1/1:2 weights, merge tabs, swap sides.
11=> https://codeberg.org/oppenlab/gempub Basic Gempub support.
12* View ZIP archive contents.
13* View local file directories.
14* Added "Show Downloads" to File menu.
15* Adde "Open Downloaded File" to the file save dialog.
16* Optimized page rendering. Now each line of text is rendered into the view buffer only once, and whenever the view is stationary, content is prefilled in the available space outside the viewport. Previously, at least one line of text was rendered every frame whenever the viewport was moved, which was mostly redundant.
11* Preferences: Reorganized the fonts dropdown menu. 17* Preferences: Reorganized the fonts dropdown menu.
12* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. 18* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
13* Added a semibold Fira Sans weight (used for links). 19* Added a semibold Fira Sans weight (used for links).
20* Added UI language: Interlingua.
14* Navigation arrow buttons are disabled at end/beginning of history. 21* Navigation arrow buttons are disabled at end/beginning of history.
22* Adjustments to how display DPI affects UI scaling.
23* Don't percent encode equal signs in URL paths.
15* 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. 24* 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.
16* Fixed a possible crash when closing a tab. 25* Fixed a possible crash when closing a tab.
26* Fixed various issues in the UI layout
17 27
18## 1.3.2 28## 1.3.2
19* Fixed crash after updating from v1.2 due to undefined CA file/path configuration. 29* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.