1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Android 2.9.5

This commit is contained in:
Laurent Cozic 2022-10-11 17:19:37 +01:00
parent 6f6f427356
commit 5e944df595
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 2097672
versionName "2.9.4"
versionCode 2097673
versionName "2.9.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@ -1,5 +1,10 @@
# Joplin Android app changelog
## [android-v2.9.5](https://github.com/laurent22/joplin/releases/tag/android-v2.9.5) (Pre-release) - 2022-10-11T13:52:00Z
- 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.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)