summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi6
2 files changed, 8 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index edf58863..cccf2176 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 5) 28 set (IOS_BUNDLE_VERSION 6)
29 set (IOS_BUILD_DATE "2021-12-15") 29 set (IOS_BUILD_DATE "2021-12-17")
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 352c7e36..f3f366de 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,12 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (6)
10* Added "Paste Preceding Line" in the input prompt dialog. Potential use cases include user-editable sections on a page and suggested/example input values.
11* Fixed UI glitches and a potential memory leak when navigating via swipes. Sometimes swipe navigation would stop working because animation placeholders were not destroyed.
12* Fixed Settings background fade.
13* Fixed sidebar background fade in portrait phone layout.
14
9## 1.10 (5) 15## 1.10 (5)
10* Fixed positioning of native UI controls in non-animated input widgets. 16* Fixed positioning of native UI controls in non-animated input widgets.
11* Fixed input widgets not reacting to keyboard being dismissed by system. 17* Fixed input widgets not reacting to keyboard being dismissed by system.