summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-31 22:54:15 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-31 22:54:15 +0200
commite58fa57545937f4dbfb52b4966623481f733c74f (patch)
treea1b4d66aa854e7a2e9c35c048b152ad15e569243
parent5d50db93f30e22592187e0dab9a8466946b65587 (diff)
iOS: Bumped version, updated release notes
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi7
2 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5de32f7..596e7cd1 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 7) 28 set (IOS_BUNDLE_VERSION 8)
29 set (IOS_BUILD_DATE "2021-12-26") 29 set (IOS_BUILD_DATE "2021-12-31")
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 f7d88066..f09de24d 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,13 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (8)
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
9## 1.10 (7) 16## 1.10 (7)
10* Link context menu shows used identity and date of last visit in addition to the URL. 17* Link context menu shows used identity and date of last visit in addition to the URL.
11* Removed the "Show URL on hover" setting. URLs are shown in the link context menu. 18* Removed the "Show URL on hover" setting. URLs are shown in the link context menu.