Release 3.14.5
This commit is contained in:
parent
7751646d50
commit
72a79766b8
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 466
|
||||
versionName "3.14.4"
|
||||
versionCode 467
|
||||
versionName "3.14.5"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.14.5",
|
||||
"code": "467",
|
||||
"note": "Changed:\n- Allow to swipe media for profiles\n\nFixed:\n- Fix crashes with pinch zoom\n- Copy/Paste in threads\n- Fix crash when checking redirection on http links\n- Display menu in media viewer resets pinch-zoom"
|
||||
},
|
||||
{
|
||||
"version": "3.14.4",
|
||||
"code": "466",
|
||||
|
|
|
@ -5,4 +5,4 @@ Fixed:
|
|||
- Fix crashes with pinch zoom
|
||||
- Copy/Paste in threads
|
||||
- Fix crash when checking redirection on http links
|
||||
- Displaying menu in media preview reset zoom
|
||||
- Display menu in media viewer resets pinch-zoom
|
Loading…
Reference in New Issue