From ef86e01cd64fcf81e5804e3940c7db53220520ac Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 3 May 2023 13:09:52 +0100 Subject: [PATCH] Android 2.11.4 --- packages/app-mobile/android/app/build.gradle | 4 ++-- .../android/app/src/main/assets/model-fr-fr/uuid | 2 +- readme/changelog_android.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 57c0f304b..5e23ef7ef 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 2097687 - versionName "2.11.2" + versionCode 2097689 + versionName "2.11.4" // ndk { // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // } diff --git a/packages/app-mobile/android/app/src/main/assets/model-fr-fr/uuid b/packages/app-mobile/android/app/src/main/assets/model-fr-fr/uuid index 0a61b6aae..f736119c4 100644 --- a/packages/app-mobile/android/app/src/main/assets/model-fr-fr/uuid +++ b/packages/app-mobile/android/app/src/main/assets/model-fr-fr/uuid @@ -1 +1 @@ -1d689fce-7d11-4a95-a13e-19b64b5da0c0 \ No newline at end of file +1b7180e6-e500-4818-adc8-a41fe97a84ce \ No newline at end of file diff --git a/readme/changelog_android.md b/readme/changelog_android.md index 61283af83..edab323d1 100644 --- a/readme/changelog_android.md +++ b/readme/changelog_android.md @@ -1,5 +1,12 @@ # Joplin Android app changelog +## [android-v2.11.4](https://github.com/laurent22/joplin/releases/tag/android-v2.11.4) (Pre-release) - 2023-05-03T11:57:27Z + +- New: Add support for offline speech to text (Beta - FR only) (#8115) +- Improved: Updated packages @react-native-community/netinfo (v9.3.9), aws, react-native-document-picker (v8.2.0), react-native-paper (v5.5.2), react-native-safe-area-context (v4.5.1), sass (v1.60.0) +- Fixed: Fixed sync crash (#8056) (#8017 by Arun Kumar) +- Fixed: Fixes issue where the note body is not updated after attaching a file (991c120) + ## [android-v2.11.2](https://github.com/laurent22/joplin/releases/tag/android-v2.11.2) (Pre-release) - 2023-04-09T12:04:06Z - Improved: Resolve #8022: Editor syntax highlighting was broken (#8023) (#8022 by Henry Heino)