From 0f9da943cdfaacbd8f8e7a4bd2886b9b9db9552d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 9 Feb 2024 12:45:52 +0000 Subject: [PATCH] Android 2.14.6 --- packages/app-mobile/android/app/build.gradle | 4 ++-- readme/about/changelog/android.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index fd648b0b8de..3302b93b168 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -110,8 +110,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097735 - versionName "2.14.5" + versionCode 2097736 + versionName "2.14.6" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } diff --git a/readme/about/changelog/android.md b/readme/about/changelog/android.md index 5d95b498435..c7a07cfc9b3 100644 --- a/readme/about/changelog/android.md +++ b/readme/about/changelog/android.md @@ -1,5 +1,15 @@ # Joplin Android Changelog +## [android-v2.14.6](https://github.com/laurent22/joplin/releases/tag/android-v2.14.6) (Pre-release) - 2024-02-09T12:41:18Z + +- Improved: Improve search engine error handling when preparing text for search (#9871 by Henry Heino) +- Improved: Updated packages @js-draw/material-icons (v1.16.1), @react-native-community/netinfo (v11.2.1), @react-native-community/slider (v4.5.0), async-mutex (v0.4.1), follow-redirects (v1.15.5), js-draw (v1.16.1), moment (v2.30.1), react-native-document-picker (v9.1.0), react-native-localize (v3.0.6), react-native-paper (v5.11.7), react-native-safe-area-context (v4.8.2), react-native-share (v10.0.2), react-native-webview (v13.6.4), sass (v1.69.7), sharp (v0.33.2), sqlite3 (v5.1.7) +- Fixed: Correctly search HTML-entity encoded text (#9694) +- Fixed: Fix deeply-nested subnotebook titles invisible in the folder dropdown (#9906) (#9858 by Henry Heino) +- Fixed: Fix regression: Crash when opening appearance/sync settings on some devices (#9864) (#7974 by Henry Heino) +- Fixed: Fix share to Joplin when only "All notes" has been opened (#9876) (#9863 by Henry Heino) +- Fixed: Increase space available for Notebook icon (#9877) (#9475 by [@pedr](https://github.com/pedr)) + ## [android-v2.14.5](https://github.com/laurent22/joplin/releases/tag/android-v2.14.5) (Pre-release) - 2024-02-02T23:09:50Z - Improved: Allow note viewer to extend to the edge of the screen while pinch zooming (#9820) (#9819 by Henry Heino)