From a7a4c03372979ad7222431ac93499dadcf050d58 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sun, 2 Apr 2017 15:47:21 +0200 Subject: [PATCH] update features list, and moved on to v0.9.0 --- README.md | 7 +++++-- app/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2b3ad168..58243c6d1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 52b2c673f..49d609428 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {