From 82530dfa14a1ff8714f387dd20033b5912551f7a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 15 Apr 2021 12:06:09 +0300 Subject: Updated release notes --- res/about/version.gmi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 @@ ``` # Release notes +## 1.4 +* 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. +* Preferences: Reorganized the fonts dropdown menu. +* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. +* Added a semibold Fira Sans weight (used for links). +* 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. +* Fixed a possible crash when closing a tab. + ## 1.3.2 * Fixed crash after updating from v1.2 due to undefined CA file/path configuration. +* 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. +* Fixed sidebar width changing when moving the window to a different display. +* Fixed inability to use Tab in keybindings. +* Fixed opening Gopher URLs via drag-and-drop. +* Fixed "Add bookmark..." on a feed entry. * Fixed keybindings list not being updated immediately when UI language changes. +* Fixed trimming of link label text when a custom Emoji is used. +* Windows: Fixed maximum window size being restricted to the initial display's size. ## 1.3.1 * Added UI languages: Serbian, Interlingue. -- cgit v1.2.3