summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index fb97081a..9f949848 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -14,13 +14,17 @@
14* Bold link styling is used for indicating which links are unvisited. 14* Bold link styling is used for indicating which links are unvisited.
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. 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.
16* Added UI languages: Interlingua, Toki Pona. 16* Added UI languages: Interlingua, Toki Pona.
17* Added "New"/"Import" buttons in the bottom of the Identities tab.
18* Added an "All"/"Unread" mode switch in the bottom of the Feeds tab.
17* Added toggles for special tags in the bookmark creation/editor dialog. 19* Added toggles for special tags in the bookmark creation/editor dialog.
18* Added "Show Downloads" to the File/main menu. 20* Added "Show Downloads" to the File/main menu.
19* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file. 21* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file.
20* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. 22* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
21* Added a semibold Fira Sans weight (used for unvisited links). 23* Added a semibold Fira Sans weight (used for unvisited links).
22* Preferences: Reorganized the fonts dropdown menu. 24* Preferences: Reorganized the fonts dropdown menu.
25* Changed popup dismiss behavior so that a click outside just dismisses the popup and does not trigger further actions.
23* All lists support smooth scrolling. 26* All lists support smooth scrolling.
27* Multitouch scrolling: each finger can scroll a different widget.
24* Adjustments to how display DPI affects UI scaling. 28* Adjustments to how display DPI affects UI scaling.
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. 29* 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.
26* Fixed various issues in the UI layout. 30* Fixed various issues in the UI layout.