diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 2bbf673a..32f1e49f 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,21 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.2 | ||
10 | * Added an icon for quote paragraphs. | ||
11 | * Added Downloads folder to Preferences. | ||
12 | * Added "Save to Downloads" menu item (${CTRL+}S) for saving page contents. | ||
13 | * Added a download progress indicator in the URL input field. | ||
14 | * Added a progress indicator for inline image fetching. | ||
15 | * Added `--sw` option to force software rendering. | ||
16 | * Added macOS touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes. | ||
17 | * Home button opens a random bookmark with the "homepage" tag. | ||
18 | * Improved context menu when right-clicking on links or the page. | ||
19 | * Recognize and handle "mailto:" links. | ||
20 | * Fixed behavior of images on single-image pages; cannot be hidden like inline images. | ||
21 | * Fall back to software rendering automatically if accelerated graphics are not available. | ||
22 | * Minor bug fixes. | ||
23 | |||
9 | ## 0.1.1 | 24 | ## 0.1.1 |
10 | * Fixed a potential crash at startup. | 25 | * Fixed a potential crash at startup. |
11 | * Fixed bug where user's query input is handled by all tabs. | 26 | * Fixed bug where user's query input is handled by all tabs. |