summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-15 12:06:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-15 12:06:09 +0300
commit82530dfa14a1ff8714f387dd20033b5912551f7a (patch)
treeac25f135eecc0efa09c43f77aaff52e9decdcfef
parentfefbd1c259c912fe126a5f34245a8b4c494cb753 (diff)
Updated release notes
-rw-r--r--res/about/version.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 06bdbe3c..3a3d99f9 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,9 +6,24 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.4
10* Optimized page rendering. Now each line of text is rendered into the view buffer only once, and while 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.
11* 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.
13* Added a semibold Fira Sans weight (used for links).
14* 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.
15* Fixed a possible crash when closing a tab.
16
9## 1.3.2 17## 1.3.2
10* Fixed crash after updating from v1.2 due to undefined CA file/path configuration. 18* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
19* 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.
20* Fixed sidebar width changing when moving the window to a different display.
21* Fixed inability to use Tab in keybindings.
22* Fixed opening Gopher URLs via drag-and-drop.
23* Fixed "Add bookmark..." on a feed entry.
11* Fixed keybindings list not being updated immediately when UI language changes. 24* Fixed keybindings list not being updated immediately when UI language changes.
25* Fixed trimming of link label text when a custom Emoji is used.
26* Windows: Fixed maximum window size being restricted to the initial display's size.
12 27
13## 1.3.1 28## 1.3.1
14* Added UI languages: Serbian, Interlingue. 29* Added UI languages: Serbian, Interlingue.