summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-16 15:11:11 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-16 15:11:11 +0300
commitcab02631292145ba1cf15e19edcd59116f3900b4 (patch)
tree9318e730da38cdff67396234252299fd72acdfaa /res/about/version.gmi
parentead7418713b5ac7f087226aca67f83e61d820e6a (diff)
Cleanup
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 3a3d99f9..55c84ccd 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,7 +7,7 @@
7# Release notes 7# Release notes
8 8
9## 1.4 9## 1.4
10* 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. 10* 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 being rendered whenever the viewport was moved, which was mostly redundant.
11* Preferences: Reorganized the fonts dropdown menu. 11* Preferences: Reorganized the fonts dropdown menu.
12* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too. 12* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
13* Added a semibold Fira Sans weight (used for links). 13* Added a semibold Fira Sans weight (used for links).