- Version 1.0.26
This commit is contained in:
parent
88b53324ea
commit
b607e08f0e
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
### Version 1.0.26 Tag: v1.0.26 (2019-01-27)
|
||||||
|
* Larger fullscreen button target
|
||||||
|
* Fixed duration colors
|
||||||
|
* Avatar click to owner page
|
||||||
|
* Added avatar to account view
|
||||||
|
* Moved account to top menu
|
||||||
|
* Added overview placeholder
|
||||||
|
* Fixed download button wrapping
|
||||||
|
* Added fade to player controls
|
||||||
|
|
||||||
### Version 1.0.25 Tag: v1.0.25 (2019-01-20)
|
### Version 1.0.25 Tag: v1.0.25 (2019-01-20)
|
||||||
* Account overview page and videos list
|
* Account overview page and videos list
|
||||||
* Turkish (tr) Translation added (@oktay454)
|
* Turkish (tr) Translation added (@oktay454)
|
||||||
|
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1025
|
versionCode 1026
|
||||||
versionName "1.0.25"
|
versionName "1.0.26"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user