summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi11
2 files changed, 13 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 85a32b69..dba65757 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2021) 25set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.10) 27 set (PROJECT_VERSION 1.10)
28 set (IOS_BUNDLE_VERSION 1) 28 set (IOS_BUNDLE_VERSION 2)
29 set (IOS_BUILD_DATE "2021-12-06") 29 set (IOS_BUILD_DATE "2021-12-08")
30endif () 30endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index 45fde9e6..b1421bf9 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,17 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (2)
10* Fixed pull-to-refresh on short pages.
11* Fixed URL field contents not being clipped to widget bounds.
12* Fixed major glitches in back/forward swipe navigation, e.g., top banner showing incorrect contents, incorrect theme colors, scroll position jumping.
13* Fixed major and minor UI element positioning glitches, e.g., native text fields, maximum height of input fields, input length counter, Translate dialog.
14* Fixed inappropriate font sizes, e.g., sidebar action labels.
15* Fixed color issues: tint color of native input, and footer buttons not being prominent enough.
16* Bookmarks: In Edit mode, folders still get (un)folded when tapped.
17* Feeds: Added "No Unread Entries" message.
18* Identities: Show the current page's URL in the context menu to make it clearer what "This Page" refers to.
19
9## 1.10 (1) 20## 1.10 (1)
10* Use native iOS text input UI controls for entering text. 21* Use native iOS text input UI controls for entering text.
11* Pull-to-refresh on pages. 22* Pull-to-refresh on pages.