From 04e9b40769e8d9f53d5849aced7cd2c7e93a73b9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 8 Apr 2023 10:51:00 +0200 Subject: [PATCH] Android 2.11.1 --- packages/app-mobile/android/app/build.gradle | 4 ++-- readme/changelog_android.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 6328968ac..7034a824c 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -150,8 +150,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097685 - versionName "2.11.0" + versionCode 2097686 + versionName "2.11.1" // ndk { // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // } diff --git a/readme/changelog_android.md b/readme/changelog_android.md index 74ad5370d..cb4dc7235 100644 --- a/readme/changelog_android.md +++ b/readme/changelog_android.md @@ -1,5 +1,13 @@ # Joplin Android app changelog +## [android-v2.11.1](https://github.com/laurent22/joplin/releases/tag/android-v2.11.1) (Pre-release) - 2023-04-08T08:49:19Z + +- New: Add log info for biometrics feature (efdbaeb) +- New: Add setting to enable/disable the markdown toolbar (#7929 by Henry Heino) +- Fixed: Encode the non-ASCII characters in OneDrive URI (#7868) (#7851 by Self Not Found) +- Fixed: Fix OneDrive sync attempting to call method on `null` variable (#7987) (#7986 by Henry Heino) +- Updated packages @lezer/highlight (v1.1.4), fs-extra (v11.1.1), jsdom (v21.1.1), markdown-it-multimd-table (v4.2.1), nanoid (v3.3.6), node-persist (v3.1.3), nodemon (v2.0.22), react-native-document-picker (v8.1.4), react-native-image-picker (v5.3.1), react-native-paper (v5.4.1), react-native-share (v8.2.1), sass (v1.59.3), sqlite3 (v5.1.6), turndown (v7.1.2), yargs (v17.7.1) + ## [android-v2.10.9](https://github.com/laurent22/joplin/releases/tag/android-v2.10.9) (Pre-release) - 2023-03-22T18:40:57Z - Improved: Mark biometrics feature as beta and ensure no call is made if it is not enabled (e44a934)