mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-14 18:27:44 +02:00
Android 2.10.1
This commit is contained in:
parent
17124e86d1
commit
422b81ae24
@ -150,8 +150,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097676
|
||||
versionName "2.10.0"
|
||||
versionCode 2097677
|
||||
versionName "2.10.1"
|
||||
// ndk {
|
||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
// }
|
||||
|
@ -1,5 +1,17 @@
|
||||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.10.1](https://github.com/laurent22/joplin/releases/tag/android-v2.10.1) (Pre-release) - 2022-12-29T13:55:48Z
|
||||
|
||||
- Improved: Switch license to AGPL-3.0 (faf0a4e)
|
||||
- Improved: Tag search case insensitive (#7368 by [@JackGruber](https://github.com/JackGruber))
|
||||
- Improved: Update Mermaid: 9.1.7 to 9.2.2 (#7330 by Helmut K. C. Tessarek)
|
||||
- Improved: Upgrade to react-native 0.68.5 (e2d59ee)
|
||||
- Fixed: Could not attach images to notes anymore (#7471)
|
||||
- Fixed: Fix CodeMirror syntax highlighting (#7386 by Henry Heino)
|
||||
- Fixed: Fix attaching multiple files (#7196) (#7195 by Self Not Found)
|
||||
- Fixed: Update CodeMirror (#7262) (#7253 by Henry Heino)
|
||||
- Security: Fix XSS when a specially crafted string is passed to the renderer (762b4e8)
|
||||
|
||||
## [android-v2.9.8](https://github.com/laurent22/joplin/releases/tag/android-v2.9.8) (Pre-release) - 2022-11-01T15:45:36Z
|
||||
|
||||
- Updated translations
|
||||
|
Loading…
Reference in New Issue
Block a user