update features list, and moved on to v0.9.0

This commit is contained in:
Christian Schabesberger 2017-04-02 15:47:21 +02:00
parent 0b08cf8c76
commit a7a4c03372
2 changed files with 7 additions and 4 deletions

View File

@ -43,17 +43,20 @@ NewPipe does not use any Google framework libraries, or the YouTube API. It only
* Watch age restricted material
* Display general information about channels
* Search channels
* Watch videos from a channel
* Orbot/Tor support (not yet directly)
### Coming Features
* Orbot/Tor support
* Bookmarks
* View history
* Search history
* Subscribe to channels
* Watch videos from a channel
* Search/Watch Playlists
* Queeing videos
* Subtitles support
* 1080p support
* livestream support
* ... and many more
### Multiservice support

View File

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 15
targetSdkVersion 25
versionCode 26
versionName "0.8.12"
versionCode 27
versionName "0.9.0"
}
buildTypes {
release {