From 9f1397a7efd586338112330905fecf16784cdcfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sat, 21 Oct 2023 17:04:35 +0300
Subject: [PATCH 1/1] Android: Updated build number and release notes
CMakeLists.txt | 4 ++--
res/about/android-version.gmi | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa93b4b1..45b27350 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,8 +30,8 @@ if (IOS)
endif ()
if (ANDROID)
set (PROJECT_VERSION 1.17)
endif ()
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi
index 9410bc81..8fc523ec 100644
--- a/res/about/android-version.gmi
+++ b/res/about/android-version.gmi
@@ -6,6 +6,19 @@
+## 1.17 (Beta 23)
+* Added "Vibrant Light" color theme.
+* Improved readability of "Colorful Light" headings.
+* Preformatted blocks no longer switch to a smaller font to fit to the page.
+* Fixed horizontal scrolling issues with preformatted blocks: only scroll if needed, allow scrolling anywhere on the block and not just on non-empty text lines, and when scrolling disallow swipe navigation over the area.
+* Fixed visual artifacts around and next to preformatted blocks (e.g., streaking).
+* Fixed potential crash after (un)folding a preformatted block.
+* Fixed links being non-clickable after searching text on a page has scrolled the view.
+* Fixed scroll position being reset when reloading the page.
+* Fixed missing page context menu items.
+* Fixed "View as Plain Text" context menu item after reloading a page.
+* Strip any null characters from the page source during whitespace normalization.
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).