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 9327ec75..aabece81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2022) 25set (COPYRIGHT_YEAR 2022)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.10) 27 set (PROJECT_VERSION 1.10)
28 set (IOS_BUNDLE_VERSION 10) 28 set (IOS_BUNDLE_VERSION 11)
29 set (IOS_BUILD_DATE "2022-01-21") 29 set (IOS_BUILD_DATE "2022-01-24")
30endif () 30endif ()
31if (ANDROID) 31if (ANDROID)
32 set (PROJECT_VERSION 1.10) 32 set (PROJECT_VERSION 1.10)
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index 81d1fea0..8cc3854f 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 (11)
10* Fixed cancelling an input query. Now pressing Cancel will navigate back to the previous page as intended.
11* Gopher: Fixed navigating to parent. Set item type to 1 to show a gophermap and not the plain source.
12* Updated Smol Emoji: added the rest of Unicode 8 Emoji glyphs.
13
9## 1.10 (10) 14## 1.10 (10)
10* Fixed a hang when tapping "New Folder" while editing bookmarks. 15* Fixed a hang when tapping "New Folder" while editing bookmarks.
11* Bug fixes, improvements, and updated UI translations from the desktop version (v1.10.1). 16* Bug fixes, improvements, and updated UI translations from the desktop version (v1.10.1).