summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi17
1 files changed, 5 insertions, 12 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 440e516d..9fd38d05 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,28 +7,21 @@
7# Release notes 7# Release notes
8 8
9## 1.4 9## 1.4
10 10* Added split view modes: two tabs at once, horizontal/vertical split, 1:1/2:1/1:2 weights, merge tabs, swap sides. See section 1.8 in Help for details.
11Browsing:
12* Added split view modes: two tabs at once, horizontal/vertical split, 1:1/2:1/1:2 weights, merge tabs, swap sides. See section 1.8 on the Help page for details.
13* Split view pinning: keep a page pinned on one side while all opened links go to the other side. 11* Split view pinning: keep a page pinned on one side while all opened links go to the other side.
14* "file://" URLs can be used for viewing contents of local directories and ZIP archives. 12* "file://" URLs can be used for viewing contents of local directories and ZIP archives.
15* Basic Gempub support: generating a cover page, automatic split view for index and contents. 13* Basic Gempub support: a cover page is generated based on metadata, and there's an automatic split view for index and contents. On macOS, Lagrange is registered as a viewer of .gpub files.
16* Navigation arrow buttons are disabled at end/beginning of history. 14* Bold link styling is used for indicating which links are unvisited.
17* Bold link styling is used for unvisited links only. 15* Page rendering was optimized: 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 when the viewport was moving, which was mostly redundant.
18
19Page rendering and UI:
20* 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.
21* Added UI languages: Interlingua, Toki Pona. 16* Added UI languages: Interlingua, Toki Pona.
22* Added toggles for special tags in the bookmark creation/editor dialog. 17* Added toggles for special tags in the bookmark creation/editor dialog.
23* Added "Show Downloads" to the File/main menu. 18* Added "Show Downloads" to the File/main menu.
24* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file. 19* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file.
25* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. 20* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
26* Added a semibold Fira Sans weight (used for links). 21* Added a semibold Fira Sans weight (used for unvisited links).
27* Preferences: Reorganized the fonts dropdown menu. 22* Preferences: Reorganized the fonts dropdown menu.
28* All lists support smooth scrolling. 23* All lists support smooth scrolling.
29* Adjustments to how display DPI affects UI scaling. 24* Adjustments to how display DPI affects UI scaling.
30
31Bug fixes:
32* 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.
33* Fixed a possible crash when closing a tab. 26* Fixed a possible crash when closing a tab.
34* Fixed various issues in the UI layout. 27* Fixed various issues in the UI layout.