Version 1.0.42
This commit is contained in:
parent
057c521a4a
commit
1d2035e4f8
@ -1,3 +1,11 @@
|
|||||||
|
### Version 1.0.42 Tag: v1.0.42 (2020-07-04)
|
||||||
|
* Added appbar at the top of the SettingsActivity (@Poslovitch)
|
||||||
|
* Improved and added some French translations (@Poslovitch)
|
||||||
|
* Removed translations for untranslatable strings (@Poslovitch)
|
||||||
|
* Add stop button to expanded notification, and stop and switch to audio in video window (@dhk2)
|
||||||
|
* More data in Server search
|
||||||
|
* VideoList timestamp fix
|
||||||
|
|
||||||
### Version 1.0.41 Tag: v1.0.41 (2020-06-28)
|
### Version 1.0.41 Tag: v1.0.41 (2020-06-28)
|
||||||
* Floating window player controls fix (@dhk2)
|
* Floating window player controls fix (@dhk2)
|
||||||
* Updated app icons
|
* Updated app icons
|
||||||
|
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1041
|
versionCode 1042
|
||||||
versionName "1.0.41"
|
versionName "1.0.42"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user