[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex f641b507..fa93b4b1 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -25,8 +25,8 @@[m [mproject (Lagrange[m
set (COPYRIGHT_YEAR 2023)[m
if (IOS)[m
set (PROJECT_VERSION 1.17)[m
[31m- set (IOS_BUNDLE_VERSION 2)[m
[31m- set (IOS_BUILD_DATE "2023-10-15")[m
[32m+[m[32m set (IOS_BUNDLE_VERSION 3)[m
[32m+[m[32m set (IOS_BUILD_DATE "2023-10-21")[m
endif ()[m
if (ANDROID)[m
set (PROJECT_VERSION 1.17)[m
[1mdiff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi[m
[1mindex 4cde95f8..d04a2a86 100644[m
[1m--- a/res/about/ios-version.gmi[m
[1m+++ b/res/about/ios-version.gmi[m
[36m@@ -6,6 +6,19 @@[m
[m
[32m+[m[32m## 1.17 (3)[m
[32m+[m[32m* Added "Vibrant Light" color theme.[m
[32m+[m[32m* Improved readability of "Colorful Light" headings.[m
[32m+[m[32m* Preformatted blocks no longer switch to a smaller font to fit to the page.[m
[32m+[m[32m* 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.[m
[32m+[m[32m* Fixed visual artifacts around and next to preformatted blocks (e.g., streaking).[m
[32m+[m[32m* Fixed potential crash after (un)folding a preformatted block.[m
[32m+[m[32m* Fixed links being non-clickable after searching text on a page has scrolled the view.[m[41m [m
[32m+[m[32m* Fixed scroll position being reset when reloading the page.[m
[32m+[m[32m* Fixed missing page context menu items.[m
[32m+[m[32m* Fixed "View as Plain Text" context menu item after reloading a page.[m
[32m+[m[32m* Strip any null characters from the page source during whitespace normalization.[m
[32m+[m
text/plain
This content has been proxied by September (3851b).