diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-10 11:01:22 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-10 11:08:41 +0200 |
commit | fe3c7bb41fbb1d1db7c244e9ef0489ebd1d8e7f2 (patch) | |
tree | 7e41a7596fe0498a759b2bfb418dcdf827adbb12 /res/about | |
parent | 467498b549254041bde827b4a96fa4a1f2272764 (diff) |
iOS: Bumped version number; updated release notes
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/ios-version.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi index b1421bf9..7b0428bf 100644 --- a/res/about/ios-version.gmi +++ b/res/about/ios-version.gmi | |||
@@ -6,6 +6,16 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.10 (3) | ||
10 | * Revised layout of the Upload dialog. There is a new edit field that lets you modify the file path of the URL. Identity names are in bold. | ||
11 | * Added an edit actions menu in the Upload text editor (only in portrait phone layout for now). | ||
12 | * Fixed persistent storage of the Upload text field contents. | ||
13 | * Fixed input widget positioning and behavior in the Upload dialog. | ||
14 | * Fixed minimum width of main panel in dialogs. | ||
15 | * Fixed use of cached content when the same URL was found multiple times in history. Previously, only the latest page was used. | ||
16 | * Changed input field tint color to match chosen UI accent color. | ||
17 | * Optimized memory use during UI event processing. | ||
18 | |||
9 | ## 1.10 (2) | 19 | ## 1.10 (2) |
10 | * Fixed pull-to-refresh on short pages. | 20 | * Fixed pull-to-refresh on short pages. |
11 | * Fixed URL field contents not being clipped to widget bounds. | 21 | * Fixed URL field contents not being clipped to widget bounds. |