diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 8968c96bf..b6ac15156 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 2097682 - versionName "2.10.6" + versionCode 2097683 + versionName "2.10.7" // ndk { // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // } diff --git a/readme/changelog_android.md b/readme/changelog_android.md index 19d225c2d..33ba287f8 100644 --- a/readme/changelog_android.md +++ b/readme/changelog_android.md @@ -1,5 +1,16 @@ # Joplin Android app changelog +## [android-v2.10.7](https://github.com/laurent22/joplin/releases/tag/android-v2.10.7) (Pre-release) - 2023-02-23T13:44:34Z + +- Improved: Stop synchronization with unsupported WebDAV providers (#7819) (#7661 by [@julien](https://github.com/julien)) +- Fixed: Custom sort order not synchronized (#7729) (#6956 by Tao Klerks) +- Fixed: Fix camera attachment (#7775) (#7675 by [@vikneshwar](https://github.com/vikneshwar)) +- Fixed: Fixed duplicate sharing issue (#7799) (#7791 by [@jd1378](https://github.com/jd1378)) +- Fixed: Fixed error when sharing a file (#7801) (#6942 by [@jd1378](https://github.com/jd1378)) +- Fixed: Fixed issue where app would close after sharing a file (#7791) +- Fixed: Hide main content while biometric is enabled and not authenticated (#7781) (#7762 by [@pedr](https://github.com/pedr)) +- Fixed: Sharing pictures to Joplin creates recurring duplications (#7807) (#7791 by [@jd1378](https://github.com/jd1378)) + ## [android-v2.10.6](https://github.com/laurent22/joplin/releases/tag/android-v2.10.6) (Pre-release) - 2023-02-10T16:22:28Z - Improved: Add create sub-notebook feature (#7728) (#1044 by [@carlosngo](https://github.com/carlosngo))