Skip to content

Commit

Permalink
- Version 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schueller committed Jan 27, 2019
1 parent 88b5332 commit b607e08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
* Account overview page and videos list
* Turkish (tr) Translation added (@oktay454)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 28
versionCode 1025
versionName "1.0.25"
versionCode 1026
versionName "1.0.26"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ext {
libVersions = [
Expand Down

0 comments on commit b607e08

Please sign in to comment.