mirror of https://github.com/laurent22/joplin.git
Android 3.2.6
parent
cd12de78d6
commit
f119212068
|
@ -79,8 +79,8 @@ android {
|
|||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097761
|
||||
versionName "3.2.5"
|
||||
versionCode 2097762
|
||||
versionName "3.2.6"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Joplin Android Changelog
|
||||
|
||||
## [android-v3.2.6](https://github.com/laurent22/joplin/releases/tag/android-v3.2.6) (Pre-release) - 2025-01-11T22:03:01Z
|
||||
|
||||
- Fixed: Clicking on an external note link from within a note logs an error (#11619) (#11455 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
- Fixed: Fix clicking "Draw picture" results in blank screen with very old WebView versions (#11604 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
|
||||
## [android-v3.2.5](https://github.com/laurent22/joplin/releases/tag/android-v3.2.5) (Pre-release) - 2025-01-07T23:35:43Z
|
||||
|
||||
- Improved: Allow re-downloading voice typing models on URL change and error (#11557 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
|
|
Loading…
Reference in New Issue