diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-31 14:47:59 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-31 14:47:59 +0200 |
commit | bfeb00ac6c606b083da18a113e0ddf4e18448e76 (patch) | |
tree | db4a8136d392218f31e008524e601c22d39f42f7 /res/about | |
parent | d8feec88726f0195a9e65e590cc8479ffca5ec1d (diff) |
Saving and loading key bindings
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 0c74bc20..5c90fb2c 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,6 +7,7 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.7 | 9 | ## 0.7 |
10 | * Basic set of user-configurable key bindings. | ||
10 | * Sidebar: Added a "New Identity" button and a link to "about:help" if there no identities. | 11 | * Sidebar: Added a "New Identity" button and a link to "about:help" if there no identities. |
11 | * Faster drawing of certain UI elements: site icon and current heading in the left margin, unfocused input fields, timestamp at the end of the page. | 12 | * Faster drawing of certain UI elements: site icon and current heading in the left margin, unfocused input fields, timestamp at the end of the page. |
12 | * History is not updated until a network request finishes. | 13 | * History is not updated until a network request finishes. |