Release 3.14.5

This commit is contained in:
Thomas 2023-01-15 18:47:22 +01:00
parent 7751646d50
commit 72a79766b8
3 changed files with 8 additions and 3 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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