Lagrange [release]
iOS: Updated release notes; bumped version to 1.14 (4)
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex 0a06c8c4..9d279761 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -25,8 +25,8 @@[m [mproject (Lagrange[m
set (COPYRIGHT_YEAR 2022)[m
if (IOS)[m
set (PROJECT_VERSION 1.14)[m
[31m- set (IOS_BUNDLE_VERSION 3)[m
[31m- set (IOS_BUILD_DATE "2022-11-20")[m
[32m+[m[32m set (IOS_BUNDLE_VERSION 4)[m
[32m+[m[32m set (IOS_BUILD_DATE "2022-11-22")[m
endif ()[m
if (ANDROID)[m
set (PROJECT_VERSION 1.14)[m
[1mdiff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi[m
[1mindex 09e88f33..aabad70f 100644[m
[1m--- a/res/about/ios-version.gmi[m
[1m+++ b/res/about/ios-version.gmi[m
[36m@@ -6,6 +6,14 @@[m
```[m
# Release notes[m
[m
[32m+[m[32m## 1.14 (4)[m
[32m+[m[32m* Fixed pinned identity being forgotten when navigating to parent/root.[m
[32m+[m[32m* Improved layout of the bookmark editor dialog.[m
[32m+[m[32m* Avoid over-saturating green text in the Colorful Dark theme.[m
[32m+[m[32m* Updated UI translations.[m
[32m+[m[32m* iPad: Fixed New Identity dialog jumping around when pressing "More...".[m
[32m+[m[32m* iPad: Adjusted threshold for tight navbar layout.[m
[32m+[m
## 1.14 (3)[m
* Settings: Added a "User Data" section for export/import and listing bookmarks, feeds, and downloads.[m
* Improved behavior of pinned bookmark identities.[m