summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 07:21:51 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 07:24:01 +0300
commitb3f220197e787782294c138ef28929244960f9c2 (patch)
tree6bb31cfc04f4d139ec07d419ce3e3dd3d381afbb /res
parentcd88a87cbef2200e3d22f7d891124559e17e662a (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 38602f50..cf0ceeb1 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,13 +7,14 @@
7# Release notes 7# Release notes
8 8
9## 0.2 9## 0.2
10* Added "Save Page" (${CTRL+}S) menu item for saving page contents. 10* Added Downloads folder to Preferences.
11* Added Downloads folder to the Preferences. 11* Added "Save Page" menu item (${CTRL+}S) for saving page contents.
12* Fixed behavior of images on single-image pages; cannot be hidden like inline images. 12* Added a download progress indicator in the URL input field.
13* Added `--sw` option to force software rendering.
14* macOS: Added touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
13* Recognize and handle "mailto:" links. 15* Recognize and handle "mailto:" links.
16* Fixed behavior of images on single-image pages; cannot be hidden like inline images.
14* Fall back to software rendering automatically if accelerated graphics are not available. 17* Fall back to software rendering automatically if accelerated graphics are not available.
15* Added `--sw` option to force software rendering.
16* macOS: Touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
17 18
18## 0.1.1 19## 0.1.1
19* Fixed a potential crash at startup. 20* Fixed a potential crash at startup.