From f4dff92d2ee1374ec2f4732869217e47fde0b91a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 10 Aug 2025 10:34:02 +0100 Subject: [PATCH] Android 3.4.4 --- packages/app-mobile/android/app/build.gradle | 4 ++-- packages/app-mobile/ios/Podfile.lock | 4 ++-- readme/about/changelog/android.md | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index e11e382eff..47d016d335 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -89,8 +89,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097776 - versionName "3.4.3" + versionCode 2097777 + versionName "3.4.4" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } diff --git a/packages/app-mobile/ios/Podfile.lock b/packages/app-mobile/ios/Podfile.lock index 6f88c8e1c9..a12b3153e9 100644 --- a/packages/app-mobile/ios/Podfile.lock +++ b/packages/app-mobile/ios/Podfile.lock @@ -1890,7 +1890,7 @@ PODS: - React - RNSecureRandom (1.0.1): - React - - RNShare (12.0.9): + - RNShare (12.0.11): - DoubleConversion - glog - hermes-engine @@ -2390,7 +2390,7 @@ SPEC CHECKSUMS: RNLocalize: 15463c4d79c7da45230064b4adcf5e9bb984667e RNQuickAction: c2c8f379e614428be0babe4d53a575739667744d RNSecureRandom: b64d263529492a6897e236a22a2c4249aa1b53dc - RNShare: ef61d9be34bf9881d515851d0710a023cdc4f0f4 + RNShare: 675e8e4a84f0137baf33057cac8f7334b0bb4b98 RNVectorIcons: d53917643fddb261b22bd6d889776f336893622b SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf diff --git a/readme/about/changelog/android.md b/readme/about/changelog/android.md index 8d70768b48..c5efff97cc 100644 --- a/readme/about/changelog/android.md +++ b/readme/about/changelog/android.md @@ -1,5 +1,18 @@ # Joplin Android Changelog +## [android-v3.4.4](https://github.com/laurent22/joplin/releases/tag/android-v3.4.4) (Pre-release) - 2025-08-10T09:31:45Z + +- Improved: Allow editing code blocks from the Rich Text Editor (#12906) (#12841 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) +- Improved: Fixed missing filename when a file is shared with the app (#12895) (#12858 by [@klaas0](https://github.com/klaas0)) +- Improved: Move several features from Extra Markdown Editor Settings into the main app (#12747 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) +- Improved: Rich Text Editor: Improve support for HTML notes (#12912) (#12843 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) +- Improved: Updated packages esbuild (v0.25.4), react-native-share (v12.0.11), sharp (v0.34.1) +- Fixed: Ensure merges to revisions during cleaning are synced to the target (#12444) (#12104 by [@mrjo118](https://github.com/mrjo118)) +- Fixed: Fix error logged when opening the Markdown editor (#12892) (#12891 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) +- Fixed: Fix plugin support (#12890) (#12880 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) +- Fixed: Fix switching between note and todo on mobile (#12849) (#12822 by [@mrjo118](https://github.com/mrjo118)) +- Fixed: Rich Text Editor: Make initial search behavior match the Markdown editor (#12878) (#12844 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) + ## [android-v3.4.3](https://github.com/laurent22/joplin/releases/tag/android-v3.4.3) (Pre-release) - 2025-08-04T17:38:13Z - New: Add a Rich Text Editor (#12748 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))