summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi2
-rw-r--r--res/about/version.gmi32
2 files changed, 22 insertions, 12 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 29a9a110..604f0fed 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -207,7 +207,7 @@ Note that remote bookmarks are read-only: they cannot be edited or tagged. This
207* The "remotesource" tag marks the bookmark as a source of remote bookmarks. All links on the source pages are shown as remote bookmarks in the Bookmarks list. 207* The "remotesource" tag marks the bookmark as a source of remote bookmarks. All links on the source pages are shown as remote bookmarks in the Bookmarks list.
208* The "remote" tag is used for remote bookmarks. These bookmarks cannot be edited or tagged, but you can make a local duplicate to turn it into a regular bookmark. 208* The "remote" tag is used for remote bookmarks. These bookmarks cannot be edited or tagged, but you can make a local duplicate to turn it into a regular bookmark.
209* The "usericon" tag prevents a random icon to be selected for the bookmark. This tag is automatically applied when an icon character is entered in the bookmark editor. 209* The "usericon" tag prevents a random icon to be selected for the bookmark. This tag is automatically applied when an icon character is entered in the bookmark editor.
210* The "linksplit" tag 210* The "linksplit" tag causes all links on the bookmarked page to open to the side, automatically enabling split view mode.
211 211
212## 1.5 Subscribing to feeds 212## 1.5 Subscribing to feeds
213 213
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.