diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:55:16 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:55:16 +0300 |
commit | 5e40fa752b462b2ce313fd63508a38e7120aa688 (patch) | |
tree | e4f767b2b85e3223fc4406016b06d056ae1c2351 /res/about/version.gmi | |
parent | c936711f31038bd8c607047b5aa882ff40e7e7ae (diff) | |
parent | fa5632e99e1ff723026fca053e4edc5aa8acbb3d (diff) |
Merge branch 'dev' into release
# Conflicts:
# CMakeLists.txt
# res/about/help.gmi
# res/about/version.gmi
# src/app.c
# src/ui/documentwidget.c
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. |