diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:38 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:38 +0200 |
commit | e8b9d34565824b526aa48a28699781b486e897b6 (patch) | |
tree | aa2ba3d88f40fd81a7c46fbc3321ee4e4b0ba19f /res | |
parent | 9df93a3686a26fc2c27a21b6959c016b42578b39 (diff) |
SidebarWidget: Fixed editing identity notes
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 153882c7..a81dcfa9 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,9 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.0.2 | ||
10 | * Fixed editing identity notes. The entered new notes were not being applied. | ||
11 | |||
9 | ## 1.0.1 | 12 | ## 1.0.1 |
10 | * Fixed percent-encoding of the query string. | 13 | * Fixed percent-encoding of the query string. |
11 | * Fixed cursor positioning in input fields. | 14 | * Fixed cursor positioning in input fields. |