Release 3.14.5

maths 3.14.5
Thomas 2 years ago
parent 7751646d50
commit 72a79766b8

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 466 versionCode 467
versionName "3.14.4" versionName "3.14.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" 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", "version": "3.14.4",
"code": "466", "code": "466",

@ -5,4 +5,4 @@ Fixed:
- Fix crashes with pinch zoom - Fix crashes with pinch zoom
- Copy/Paste in threads - Copy/Paste in threads
- Fix crash when checking redirection on http links - Fix crash when checking redirection on http links
- Displaying menu in media preview reset zoom - Display menu in media viewer resets pinch-zoom
Loading…
Cancel
Save