summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-26 06:44:54 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-26 06:44:54 +0200
commitcf0b3924268ffe03d8c30dfa553deba79802e41f (patch)
treed52f9e1e9c07fc2be2061f55c152c52801ccd739
parent0f168910bc41ebc6ccfc2111b44a0f0a1efcb790 (diff)
iOS: Bumped version and updated release notes
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi4
2 files changed, 5 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5b76eb4..32f8afb2 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 6) 28 set (IOS_BUNDLE_VERSION 7)
29 set (IOS_BUILD_DATE "2021-12-17") 29 set (IOS_BUILD_DATE "2021-12-26")
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 89e54e66..f7d88066 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -7,8 +7,10 @@
7# Release notes 7# Release notes
8 8
9## 1.10 (7) 9## 1.10 (7)
10* 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.
10* Inline image metadata goes under the image instead of possibly overlapping the image caption text. 12* Inline image metadata goes under the image instead of possibly overlapping the image caption text.
11* Improved apperance of opened links highlighting. It no longer goes under the side elements on the page. 13* Improved appearance of hover/open link highlighting. It no longer goes under the side elements on the page.
12* Gempub: Open books in 1:2 split mode instead of 1:1. 14* Gempub: Open books in 1:2 split mode instead of 1:1.
13* Fixed opening links in split view mode. Links would open on the wrong side. 15* Fixed opening links in split view mode. Links would open on the wrong side.
14* Upgraded SDL to version 2.0.18. 16* Upgraded SDL to version 2.0.18.