mirror of https://github.com/laurent22/joplin.git
parent
7d70dea265
commit
2133193141
|
@ -141,8 +141,8 @@ android {
|
|||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097653
|
||||
versionName "2.5.2"
|
||||
versionCode 2097654
|
||||
versionName "2.5.3"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.5.2](https://github.com/laurent22/joplin/releases/tag/android-v2.5.2) (Pre-release) - 2021-10-28T20:16:42Z
|
||||
## [android-v2.5.3](https://github.com/laurent22/joplin/releases/tag/android-v2.5.3) (Pre-release) - 2021-10-28T21:47:18Z
|
||||
|
||||
- New: Add support for public-private key pairs and improved master password support (#5438)
|
||||
- New: Added mechanism to migrate default settings to new values (72db8e4)
|
||||
- Improved: Ensure that shared notebook children are not deleted when shared, unshared and shared again, and a conflict happens (ccf9882)
|
||||
- Improved: Improve delete dialog message (#5481) (#4701 by Helmut K. C. Tessarek)
|
||||
- Improved: Improved Joplin Server configuration check to better handle disabled accounts (72c1235)
|
||||
- Improved: Improved handling of expired sessions when using Joplin Server (ace1118)
|
||||
- Improved: Improved handling of expired sessions when using Joplin Server (33249ca)
|
||||
- Fixed: Certain attachments were not being automatically deleted (#932)
|
||||
- Fixed: Fixed logic of setting master password in Encryption screen (#5585)
|
||||
|
||||
|
|
Loading…
Reference in New Issue