summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi5
2 files changed, 7 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2a00c01..edf58863 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 4) 28 set (IOS_BUNDLE_VERSION 5)
29 set (IOS_BUILD_DATE "2021-12-14") 29 set (IOS_BUILD_DATE "2021-12-15")
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 90febe89..352c7e36 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,11 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (5)
10* Fixed positioning of native UI controls in non-animated input widgets.
11* Fixed input widgets not reacting to keyboard being dismissed by system.
12* iPad: Faster back swipe animation.
13
9## 1.10 (4) 14## 1.10 (4)
10* Fixed crash when closing sidebar in bookmark edit mode. 15* Fixed crash when closing sidebar in bookmark edit mode.
11* Fixed incorrect initial height of an unfocused multiline input widget. 16* Fixed incorrect initial height of an unfocused multiline input widget.