Skip to content

Commit b0ee5ea

Browse files
committed
Changelog and updates for release 2.974
1 parent 29ae6cb commit b0ee5ea

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v2.974 - 27 Oct 2020
2+
* Using NewPipe backend for loading the playlists, and the trending videos.
3+
* Update NewPipe backend to support latest YouTube changes.
4+
* Code cleanups, minor optimizations contributed by @okan35 and @TacoTheDank
5+
* Fix crashes in handling user inputs in the search field, and in the 'Enter URL' dialog.
6+
* Fix a couple of possible source of memory leaks
7+
* Added new translations for:
8+
* Berber - by Hakim Oubouali
9+
* Danish - by Vidar
10+
* Updated translations for:
11+
* Swedish by Mattias Münster and Luna Jernberg
12+
* Portuguese - by ssantos
13+
* French - by Nathan
14+
115
v2.973 - 06 Aug 2020
216
* The NewPipe backend is now the default, so the initial impression of the app will be better.
317
* Upgrade NewPipeExtractor to the latest, to eliminate parsing bugs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Android 4.0 (Ice Cream Sandwich) or later. For techies, that means an API level
5656
| Official YouTube player support* |||
5757
| Chromecast Support* |||
5858
| Updates availability | Immediate | Normally up to 5 days |
59-
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/ram-on/SkyTube/releases/download/v2.973/SkyTube-Extra-2.973.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/repository/browse/?fdid=free.rm.skytube.oss)
59+
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/ram-on/SkyTube/releases/download/v2.974/SkyTube-Extra-2.974.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/repository/browse/?fdid=free.rm.skytube.oss)
6060

6161
_* powered by a closed-source, third-party library._
6262

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 28
1111

12-
versionName "2.973" // digits of the *fractional part* shall NOT be > than "9"
13-
versionCode 33
12+
versionName "2.974" // digits of the *fractional part* shall NOT be > than "9"
13+
versionCode 34
1414
// Third party devs: pls be ethical and change the below keys
1515
//buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '"AIzaSyDU-ZZCyOB_kYkiMSZ6ooSipUZRukHU4ik"'
1616
buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '"hidden:A0C0B03EED58193F4CD52DF668495D523A5229C6B66B0ED6282AE09BD8FF08CD5AF9A6B52C214F"'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The new release contains the following changes:
2+
• Using NewPipe backend for loading the playlists, and the trending videos.
3+
• Update NewPipe backend to support latest YouTube changes.
4+
• Code cleanups, minor optimizations contributed by @okan35 and @TacoTheDank
5+
• Fix crashes in handling user inputs in the search field, and in the 'Enter URL' dialog.
6+
• Fix a couple of possible source of memory leaks
7+
• Added new translations for:
8+
• Berber - by Hakim Oubouali
9+
• Danish - by Vidar
10+
• Updated translations for:
11+
• Swedish by Mattias Münster and Luna Jernberg
12+
• Portuguese - by ssantos
13+
• French - by Nathan

0 commit comments

Comments
 (0)