1
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-20 23:00:50 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Christian Schabesberger
05f8ee9747 fix channel links in description part 2 2018-09-07 22:23:32 +02:00
Christian Schabesberger
818ae03928 fix decrypt url and move on to v0.14.1 2018-09-07 21:51:14 +02:00
2 changed files with 34 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 15
targetSdkVersion 27
versionCode 67
versionName "0.14.0"
versionCode 68
versionName "0.14.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@@ -55,7 +55,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:850670917fce'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:66c3c3f45241d4b0c909'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.8.9'

View File

@@ -0,0 +1,31 @@
# changes of v0.14.1
### Fixed
- Fixed failed to decrypt video url #1659
- Fixed description link not extract well #1657
# changes of v0.14.0
### New
- New Drawer design #1461
- New customizable front page #1461
### Improvements
- Reworked Gesture controls #1604
- New way to close the popup player #1597
### Fixed
- Fix error when subscription count is not available. Closes #1649.
- Show "Subscriber count not available" in those cases
- Fix NPE when a YouTube playlist is empty
- Quick fix for the kiosks in SoundCloud
- Refactor and bugfix #1623
- Fix Cyclic search result #1562
- Fix Seek bar not statically lay outed
- Fix YT Premium video are not blocked correctly
- Fix Videos sometimes not loading (due to DASH parsing)
- Fix links in video description
- Show warning when someone tries to download to external sdcard
- fix nothing shown exception triggers report
- thumbnail not shown in background player for android 8.1 [see here](https://github.com/TeamNewPipe/NewPipe/issues/943)
- Fix registering of broadcast receiver. Closes #1641.