summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 12:36:58 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 12:36:58 +0300
commit25c11aeea7d857b8f74515fe91941891aa510c38 (patch)
treee430767860bbba128b498f9d77db7edfdeb03d44 /res/about/version.gmi
parentb2c7e9a206900af17145f3fe563a25c7a3c4a599 (diff)
Updated release notes
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi32
1 files changed, 21 insertions, 11 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index dcc68fa8..440e516d 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,23 +7,33 @@
7# Release notes 7# Release notes
8 8
9## 1.4 9## 1.4
10* Split modes: horizontal/vertical, two tabs at once, 1:1/2:1/1:2 weights, merge tabs, swap sides. 10
11=> https://codeberg.org/oppenlab/gempub Basic Gempub support. 11Browsing:
12* View ZIP archive contents. 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* View local file directories. 13* Split view pinning: keep a page pinned on one side while all opened links go to the other side.
14* Added "Show Downloads" to File menu. 14* "file://" URLs can be used for viewing contents of local directories and ZIP archives.
15* Adde "Open Downloaded File" to the file save dialog. 15* Basic Gempub support: generating a cover page, automatic split view for index and contents.
16* Navigation arrow buttons are disabled at end/beginning of history.
17* Bold link styling is used for unvisited links only.
18
19Page rendering and UI:
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. 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.
17* Preferences: Reorganized the fonts dropdown menu. 21* Added UI languages: Interlingua, Toki Pona.
22* Added toggles for special tags in the bookmark creation/editor dialog.
23* 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.
18* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. 25* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
19* Added a semibold Fira Sans weight (used for links). 26* Added a semibold Fira Sans weight (used for links).
20* Added UI language: Interlingua. 27* Preferences: Reorganized the fonts dropdown menu.
21* Navigation arrow buttons are disabled at end/beginning of history. 28* All lists support smooth scrolling.
22* Adjustments to how display DPI affects UI scaling. 29* Adjustments to how display DPI affects UI scaling.
23* Don't percent encode equal signs in URL paths. 30
31Bug fixes:
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. 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 a possible crash when closing a tab. 33* Fixed a possible crash when closing a tab.
26* Fixed various issues in the UI layout 34* Fixed various issues in the UI layout.
35* Fixed parsing URI scheme (limited set of characters allowed).
36* Don't percent encode equal signs in URL paths.
27 37
28## 1.3.2 38## 1.3.2
29* Fixed crash after updating from v1.2 due to undefined CA file/path configuration. 39* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.