From e58fa57545937f4dbfb52b4966623481f733c74f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 31 Dec 2021 22:54:15 +0200 Subject: iOS: Bumped version, updated release notes --- CMakeLists.txt | 4 ++-- res/about/ios-version.gmi | 7 +++++++ 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 set (COPYRIGHT_YEAR 2021) if (IOS) set (PROJECT_VERSION 1.10) - set (IOS_BUNDLE_VERSION 7) - set (IOS_BUILD_DATE "2021-12-26") + set (IOS_BUNDLE_VERSION 8) + set (IOS_BUILD_DATE "2021-12-31") endif () # 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 @@ ``` # Release notes +## 1.10 (8) +* Added "Share" actions for downloaded files (via "Download Linked File") and selected text on page. +* Added "Edit Page with Titan": opens the Upload dialog with the page contents prefilled (previous contents are lost!). +* Inlining `image/*` responses into the current document regardless of file extension in URL. +* Fixed glitch with banner not being visible until page has finished loading. +* Fixed possible crash when creating a bookmark. + ## 1.10 (7) * Link context menu shows used identity and date of last visit in addition to the URL. * Removed the "Show URL on hover" setting. URLs are shown in the link context menu. -- cgit v1.2.3