diff options
Diffstat (limited to 'res/about/ios-version.gmi')
-rw-r--r-- | res/about/ios-version.gmi | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi new file mode 100644 index 00000000..f3122dbe --- /dev/null +++ b/res/about/ios-version.gmi | |||
@@ -0,0 +1,83 @@ | |||
1 | ```LAGRANGE | ||
2 | __ __ __ ___ | ||
3 | | /\ / _` |__) /\ |\ | / _` |__ | ||
4 | |___ /~~\ \__> | \ /~~\ | \| \__> |___ | ||
5 | |||
6 | ``` | ||
7 | # Release notes | ||
8 | |||
9 | ## 1.10 (9) | ||
10 | * Added "Share" actions for downloaded files (via "Download Linked File") and selected text on page. | ||
11 | * Added "Edit Page with Titan": opens the Upload dialog with the page contents prefilled (previous contents are lost!). | ||
12 | * Inlining `image/*` responses into the current document regardless of file extension in URL. | ||
13 | * Fixed glitch with banner not being visible until page has finished loading. | ||
14 | * Fixed possible crash when creating a bookmark. | ||
15 | |||
16 | ## 1.10 (7) | ||
17 | * Link context menu shows used identity and date of last visit in addition to the URL. | ||
18 | * Removed the "Show URL on hover" setting. URLs are shown in the link context menu. | ||
19 | * Inline image metadata goes under the image instead of possibly overlapping the image caption text. | ||
20 | * Improved appearance of hover/open link highlighting. It no longer goes under the side elements on the page. | ||
21 | * Gempub: Open books in 1:2 split mode instead of 1:1. | ||
22 | * Fixed opening links in split view mode. Links would open on the wrong side. | ||
23 | * Upgraded SDL to version 2.0.18. | ||
24 | |||
25 | ## 1.10 (6) | ||
26 | * Added "Paste Preceding Line" in the input prompt dialog. Potential use cases include user-editable sections on a page and suggested/example input values. | ||
27 | * Fixed UI glitches and a potential memory leak when navigating via swipes. Sometimes swipe navigation would stop working because animation placeholders were not destroyed. | ||
28 | * Fixed Settings background fade. | ||
29 | * Fixed sidebar background fade in portrait phone layout. | ||
30 | |||
31 | ## 1.10 (5) | ||
32 | * Fixed positioning of native UI controls in non-animated input widgets. | ||
33 | * Fixed input widgets not reacting to keyboard being dismissed by system. | ||
34 | * iPad: Faster back swipe animation. | ||
35 | |||
36 | ## 1.10 (4) | ||
37 | * Fixed crash when closing sidebar in bookmark edit mode. | ||
38 | * Fixed incorrect initial height of an unfocused multiline input widget. | ||
39 | * Fixed lookup results having too narrow a width. | ||
40 | * Fixed padding at bottom of the upload text editor. | ||
41 | * Fixed missing "Folder" field in the bookmark editor. Edited bookmarks would be moved to the root folder. | ||
42 | * Fixed missing "Glyph Warnings" toggle in Settings. | ||
43 | * Removed "Return Key Behavior" from Settings since it has no effect. | ||
44 | * Minor improvements in page caching. | ||
45 | * Tuned page swipe animations. | ||
46 | * Optimized UI layout updates. | ||
47 | * Audio subsystem is only initialized when actually needed. | ||
48 | * Prevent state file corruption if the app happens to get killed while state is being saved. | ||
49 | |||
50 | ## 1.10 (3) | ||
51 | * 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. | ||
52 | * Added an edit actions menu in the Upload text editor (only in portrait phone layout for now). | ||
53 | * Fixed persistent storage of the Upload text field contents. | ||
54 | * Fixed input widget positioning and behavior in the Upload dialog. | ||
55 | * Fixed minimum width of main panel in dialogs. | ||
56 | * Fixed use of cached content when the same URL was found multiple times in history. Previously, only the latest page was used. | ||
57 | * Changed input field tint color to match chosen UI accent color. | ||
58 | * Optimized memory use during UI event processing. | ||
59 | |||
60 | ## 1.10 (2) | ||
61 | * Fixed pull-to-refresh on short pages. | ||
62 | * Fixed URL field contents not being clipped to widget bounds. | ||
63 | * Fixed major glitches in back/forward swipe navigation, e.g., top banner showing incorrect contents, incorrect theme colors, scroll position jumping. | ||
64 | * Fixed major and minor UI element positioning glitches, e.g., native text fields, maximum height of input fields, input length counter, Translate dialog. | ||
65 | * Fixed inappropriate font sizes, e.g., sidebar action labels. | ||
66 | * Fixed color issues: tint color of native input, and footer buttons not being prominent enough. | ||
67 | * Bookmarks: In Edit mode, folders still get (un)folded when tapped. | ||
68 | * Feeds: Added "No Unread Entries" message. | ||
69 | * Identities: Show the current page's URL in the context menu to make it clearer what "This Page" refers to. | ||
70 | |||
71 | ## 1.10 (1) | ||
72 | * Use native iOS text input UI controls for entering text. | ||
73 | * Pull-to-refresh on pages. | ||
74 | * Redesigned phone sidebar that mimics Safari on iPhone. Opens half-height for better reachability of tab buttons, can be swiped up and down. | ||
75 | * Bookmark edit mode for reordering and organizing bookmarks into folders. | ||
76 | * Sidebar has new action buttons for Feeds and History. | ||
77 | * Identity toolbar button has been revised for quickly switching between alternate identities for current site, and opening Settings > Identities. | ||
78 | * Settings: Managing identities. | ||
79 | * Settings: Improved widgets used in button/radio groups to closer match iOS design. | ||
80 | * Settings: Added new options from desktop version. | ||
81 | * Mobile-friendly layout for value input dialogs. | ||
82 | * Various animation issues fixes, e.g., context menu animations on iPad. | ||
83 | * Various layout issues fixed, e.g., related to safe area insets. | ||