mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Android 2.14.3
This commit is contained in:
parent
92667bafc1
commit
3c210a012a
@ -110,8 +110,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097732
|
||||
versionName "2.14.2"
|
||||
versionCode 2097733
|
||||
versionName "2.14.3"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Joplin Android Changelog
|
||||
|
||||
## [android-v2.14.3](https://github.com/laurent22/joplin/releases/tag/android-v2.14.3) (Pre-release) - 2024-01-06T12:30:29Z
|
||||
|
||||
- Improved: Fix table-of-contents links to headings with duplicate content (#9610) (#9594 by Henry Heino)
|
||||
- Improved: Improve sync by reducing how often note list is sorted (f95ee68)
|
||||
- Improved: Render mermaid diagrams in dark mode when Joplin is in dark mode (#9631) (#3201 by Henry Heino)
|
||||
- Improved: Updated packages deprecated-react-native-prop-types (v5), react-native-paper (v5.11.4)
|
||||
|
||||
## [android-v2.14.2](https://github.com/laurent22/joplin/releases/tag/android-v2.14.2) (Pre-release) - 2023-12-31T16:14:25Z
|
||||
|
||||
- Improved: Updated packages react-native-get-random-values (v1.10.0)
|
||||
|
Loading…
Reference in New Issue
Block a user