Lagrange [release]

Android: Bumped version number; updated release notes

7ddd0a4c62326a8b0a837bebcaeea92d07e21b8b
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d279761..00a95614 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,8 +30,8 @@ if (IOS)
 endif ()
 if (ANDROID)
     set (PROJECT_VERSION 1.14)
-    set (ANDROID_BUILD_VERSION b8)  # remember to update Gradle, AndroidManifest.xml
-    set (ANDROID_BUILD_DATE "2022-11-21")
+    set (ANDROID_BUILD_VERSION b9)  # remember to update Gradle, AndroidManifest.xml
+    set (ANDROID_BUILD_DATE "2022-11-22")
 endif ()
 
 # Defaults that depend on environment.
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi
index 29a78871..76cd2a49 100644
--- a/res/about/android-version.gmi
+++ b/res/about/android-version.gmi
@@ -6,6 +6,12 @@
 ```
 # Release notes
 
+## 1.14 (Beta 9)
+* Fixed pinned identity being forgotten when navigating to parent/root.
+* Improved layout of the bookmark editor dialog.
+* Avoid over-saturating green text in the Colorful Dark theme.
+* Updated UI translations.
+
 ## 1.14 (Beta 8)
 * Settings: Added a "User Data" section for export/import and listing bookmarks, feeds, and downloads.
 * Improved behavior of pinned bookmark identities.