From ada82538ee67aff7b6e2a70b98bfdb756932fc5b Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 16 Nov 2023 13:26:58 +0000 Subject: [PATCH] Android 2.13.7 --- packages/app-mobile/android/app/build.gradle | 4 ++-- readme/about/changelog/android.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 6379fd590..7d7a2544d 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 2097726 - versionName "2.13.6" + versionCode 2097727 + versionName "2.13.7" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } diff --git a/readme/about/changelog/android.md b/readme/about/changelog/android.md index 441747c6d..fff48a998 100644 --- a/readme/about/changelog/android.md +++ b/readme/about/changelog/android.md @@ -1,5 +1,19 @@ # Joplin Android Changelog +## [android-v2.13.7](https://github.com/laurent22/joplin/releases/tag/android-v2.13.7) (Pre-release) - 2023-11-16T13:17:53Z + +- Improved: Add more space between settings title and description (#9270) (#9258 by Henry Heino) +- Improved: Fade settings screen icons (#9268) (#9260 by Henry Heino) +- Improved: Implement settings search (#9320) (#9294 by Henry Heino) +- Improved: Improve image editor load performance (#9281 by Henry Heino) +- Improved: Update js-draw to version 1.11.2 (#9120) (#9195 by Henry Heino) +- Improved: Updated packages @testing-library/react-native (v12.3.1), mermaid (v10.5.1), react-native-safe-area-context (v4.7.4), react-native-vector-icons (v10.0.1), sass (v1.69.5) +- Fixed: Config screen: Fix section list scroll (#9267) (#9259 by Henry Heino) +- Fixed: Disable notebook list side menu in config screen (#9311) (#9308 by Henry Heino) +- Fixed: Fix encryption when a resource doesn't have an associated file (#9222) (#9123 by Henry Heino) +- Fixed: Fix settings save confirmation not shown when navigating to encryption/profile/log screens (#9313) (#9312 by Henry Heino) +- Fixed: Restore scroll position when returning to the note viewer from the editor or camera (#9324) (#9321 by Henry Heino) + ## [android-v2.13.6](https://github.com/laurent22/joplin/releases/tag/android-v2.13.6) (Pre-release) - 2023-11-09T19:45:21Z - Improved: Add a "Retry all" button when multiple resources could not be downloaded (#9158)