From 3124026fb27980004263ddd5766feb092854e605 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Tue, 10 Dec 2024 14:21:58 +0200
Subject: [PATCH 1/1] iOS: Updated version history; bumped version to 1.18 (7)
CMakeLists.txt | 4 ++--
res/about/ios-version.gmi | 15 +++++++++++++--
res/about/version.gmi | 1 +
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e66f9b88..30337135 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
set (COPYRIGHT_YEAR 2024)
if (IOS)
set (PROJECT_VERSION 1.18)
endif ()
if (ANDROID)
set (PROJECT_VERSION 1.18)
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index ee035808..0805be66 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,17 @@
+## 1.18 (7)
+* Added dark mode and tinted app icons.
+* Added option to disable page width expansion to fit long lines.
+* Limited page width expansion to 33% so room is left for the current title in the margin.
+* Audio player UI shows number of downloaded bytes if length of audio is still unknown.
+* Strip CR characters in content pasted to input fields. Line breaks are expected to be just LFs.
+* Fixed opening web links in the native browser.
+* Fixed use of non-Gemini search URLs. (Do not force-prepend "gemini://".)
+* Fixed handling of the reserved :
character in URL paths.
+* Updated UI translations.
@@ -86,7 +97,7 @@ Fixes:
-* Fixed memory leak: fetched pages were not always released from memory (reference miscount).
+* Fixed memory leak: fetched pages were not always released from memory (reference miscount).
@@ -116,7 +127,7 @@ Fixes:
-* Fixed links being non-clickable after searching text on a page has scrolled the view.
+* Fixed links being non-clickable after searching text on a page has scrolled the view.
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 285bbbf4..218fd3e8 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -14,6 +14,7 @@
:
character in URL paths.+* Updated UI translations.
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).