diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-07 21:32:04 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-07 21:32:04 +0200 |
commit | cc3421c4711b37c61d8f51e53f053b381729170d (patch) | |
tree | 77ce359f3ab45dfc406f84d099a38695f91e16d7 /res/about | |
parent | f60c945da324c82eb0d4c10ffa5ba9e48bbe6141 (diff) |
Updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 5944932f..2c3a8411 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -8,8 +8,11 @@ | |||
8 | 8 | ||
9 | ## 0.12.1 | 9 | ## 0.12.1 |
10 | * 'text/*' content falls back to plain text. | 10 | * 'text/*' content falls back to plain text. |
11 | * Reduced visual artifacts in Unicode box-drawing characters (overlapping/gaps). | 11 | * Minimized visual artifacts in Unicode box-drawing characters (overlapping/gaps) by fine-tuning glyph scaling. |
12 | * Fixed truncated tab titles when opening tabs in background. | 12 | * Fixed truncated tab titles when opening tabs in background. |
13 | * Fixed possible exit if hook program not found (SIGPIPE). | ||
14 | * REQUEST_URL is set in the environment when running MIME hooks. | ||
15 | * "about:debug" lists the configured MIME hooks. | ||
13 | * macOS: Fixed excessive CPU usage while idling. | 16 | * macOS: Fixed excessive CPU usage while idling. |
14 | 17 | ||
15 | ## 0.12 | 18 | ## 0.12 |