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 * Watch age restricted material
* Display general information about channels * Display general information about channels
* Search channels * Search channels
* Watch videos from a channel
* Orbot/Tor support (not yet directly)
### Coming Features ### Coming Features
* Orbot/Tor support
* Bookmarks * Bookmarks
* View history * View history
* Search history * Search history
* Subscribe to channels * Subscribe to channels
* Watch videos from a channel
* Search/Watch Playlists * Search/Watch Playlists
* Queeing videos * Queeing videos
* Subtitles support
* 1080p support
* livestream support
* ... and many more * ... and many more
### Multiservice support ### Multiservice support

View File

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