1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Android 2.9.4

This commit is contained in:
Laurent Cozic 2022-10-11 14:28:43 +01:00
parent 9b348fdc29
commit cac10c4e29
2 changed files with 7 additions and 2 deletions

View File

@ -146,8 +146,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097671
versionName "2.9.3"
versionCode 2097672
versionName "2.9.4"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@ -1,5 +1,10 @@
# Joplin Android app changelog
## [android-v2.9.4](https://github.com/laurent22/joplin/releases/tag/android-v2.9.4) (Pre-release) - 2022-10-11T13:27:49Z
- Improved: Disable multi-highlighting to fix context menu (9b348fd)
- Improved: Display icon for all notebooks if at least one notebook has an icon (ec97dd8)
## [android-v2.9.3](https://github.com/laurent22/joplin/releases/tag/android-v2.9.3) (Pre-release) - 2022-10-07T11:12:56Z
- Improved: Convert empty bolded regions to bold-italic regions in beta editor (#6807) (#6808 by Henry Heino)