diff options
Diffstat (limited to 'res/about/ios-version.gmi')
-rw-r--r-- | res/about/ios-version.gmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi index 7b0428bf..90febe89 100644 --- a/res/about/ios-version.gmi +++ b/res/about/ios-version.gmi | |||
@@ -6,6 +6,20 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.10 (4) | ||
10 | * Fixed crash when closing sidebar in bookmark edit mode. | ||
11 | * Fixed incorrect initial height of an unfocused multiline input widget. | ||
12 | * Fixed lookup results having too narrow a width. | ||
13 | * Fixed padding at bottom of the upload text editor. | ||
14 | * Fixed missing "Folder" field in the bookmark editor. Edited bookmarks would be moved to the root folder. | ||
15 | * Fixed missing "Glyph Warnings" toggle in Settings. | ||
16 | * Removed "Return Key Behavior" from Settings since it has no effect. | ||
17 | * Minor improvements in page caching. | ||
18 | * Tuned page swipe animations. | ||
19 | * Optimized UI layout updates. | ||
20 | * Audio subsystem is only initialized when actually needed. | ||
21 | * Prevent state file corruption if the app happens to get killed while state is being saved. | ||
22 | |||
9 | ## 1.10 (3) | 23 | ## 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. | 24 | * 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). | 25 | * Added an edit actions menu in the Upload text editor (only in portrait phone layout for now). |