From 974f6eb43e7b3d70924d86ce0b84390e6572f373 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Mon, 31 Jul 2023 09:30:54 +0300
Subject: [PATCH 1/1] iOS: Bumped version to 1.16 (5); updated release notes
CMakeLists.txt | 4 ++--
res/about/ios-version.gmi | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c12dfd3..04507bf2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
set (COPYRIGHT_YEAR 2023)
if (IOS)
set (PROJECT_VERSION 1.16)
endif ()
if (ANDROID)
set (PROJECT_VERSION 1.16)
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index aeba3c6b..84cfc236 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -7,6 +7,9 @@
+* Fixed crash when the contents of a link line would fail to be recognized as valid characters.
+* Empty new tabs are appended to the right edge. Previously they were inserted next to the active tab.
+* Improved tab closing order: close all sibling tabs opened from an origin tab before switching back to the origin tab.
--
2.25.1
text/plain
This content has been proxied by September (3851b).