From 72242d5a0eae7535d27d093e1eaff6ce90b2ed56 Mon Sep 17 00:00:00 2001
From: poolitzer <25934244+poolitzer@users.noreply.github.com>
Date: Fri, 28 Feb 2020 20:55:08 -0800
Subject: [PATCH 1/5] first take
---
_posts/2020-02-28-newpipe-0.18.6-released.md | 48 ++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 _posts/2020-02-28-newpipe-0.18.6-released.md
diff --git a/_posts/2020-02-28-newpipe-0.18.6-released.md b/_posts/2020-02-28-newpipe-0.18.6-released.md
new file mode 100644
index 00000000..de66ab29
--- /dev/null
+++ b/_posts/2020-02-28-newpipe-0.18.6-released.md
@@ -0,0 +1,48 @@
+---
+layout: post
+title: "NewPipe 0.18.6 released: Hotfix for the last hotfix"
+short: "NewPipe 0.18.6 released"
+date: 2020-02-28 00:00:00 +0100
+categories: [release, pinned]
+author: Poolitzer
+image: newpipe
+excerpt_separator:
+---
+
+Have you fully read the last blog post and remember the [first paragraph in the Whats New]({% link _posts/2020-02-26-newpipe-0.18.5-released.md %}#what-changes) section? Do you not and you can't care less? Well, I don't care either, I have a story for both of you...
+
+
+## Another release???
+
+Yes, another release. The developers told me they are deeply sorry. And they promised they won't do it again. At least I think they did, no one ever tells me anything, at least they give me bread, water and sunlight every week... anyway. They are sorry. Let me try to explain why you have to update again.
+
+The build two days ago was a preparation for March, where YouTube shuts down the way NewPipe used to access their website. The release happened as quickly as possible in order to get the update out in time to F-Droid users, since NewPipe basically faces a wait-time of a week for each update.
+
+Now, as you can imagine, basically every part of the app relies in one way or another on a properly parsed YouTube site. After pushing out the update and ensuring in advance that basic funcionalities do work with the new way of accessing YouTube, users and developers where quick to realize that not everything works as well as it used to. So the NewPipe team decided to push out a hotfix for the hotifx, adressing these issues.
+
+## What changes
+
+A lot. All of the entries in the list fix issues not happening in 0.18.4. We have two general improvements though. [@Stypox](https://github.com/Stypox) improved the playback. You are already able to increase the tempo and pitch, and can unlink those settings. So far, you would need to unlink them in every video. Now, NewPipe remembers what you selected, so you can watch every video as linked or unlinked as you like.
+If you happen to have one of those fancy fullscreen smartphones with a notch, you can thank [@moneytoo](https://github.com/moneytoo), he made NewPipe support them in fullscreen properly. Now, to the list of fixes, you will love it:
+
+- Proper rounding of number of subscribers
+- Trending page not containing everything, not only three elements. To be honest, who is actually watching those? Anyway, if you are, you can without any restrictions now. Lucky you.
+- Correctly parse special links, not to special anymore
+- Pictures of certain channels werent displayed
+- YouTube Music playlists work again (yay music)
+- Some channels don't have videos tabs, which doesn't break NewPipe anymore (take that weird channels)
+- Video titles with @
work again
+- #
in descriptions are supported again
+- Channel descriptions work again
+- 0 subscribers on channels - 0 broken NewPipes. At least now
+- Fix channels with multiple views on Videos tab
+- Thumbnail URLs starting with // work again
+- All search queries which should return something will return something
+
+Those people where involved in the fixes, some more, some less: [@wb9688](https://github.com/wb9688), [@B0pol](https://github.com/B0pol), [@gzsombor](https://github.com/gzsombor), [@TobiGr](https://github.com/TobiGr) and [@Stypox](https://github.com/Stypox). Thanks to all of them, and thanks to people reporting the issues!
+
+## Where to get the latest version
+
+NewPipe notifies you about new versions, you can download them when you press the notification. An alternative is the [Github release page](https://github.com/TeamNewPipe/NewPipe/releases). If you use the [F-Droid app](https://f-droid.org/), it notifies you as well about an update for [NewPipe](https://f-droid.org/packages/org.schabi.newpipe/) - please keep in mind that it can take F-Droid a while to update their repository.
+
+Please let us know what your experience of the latest release is, especially bugs in need of fixing. As usual, you can reach out to us via IRC ([#newpipe on freenode](https://webchat.freenode.net/?channels=newpipe)), [open issues on GitHub](https://github.com/TeamNewPipe/NewPipe/issues/new) or ideally use our built-in crash reporter to send us machine-readable issue reports. You can even [send in fixes](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#bug-fixing) yourself.
From aed5404158bf6a1aa1da3003d9276e98312f8b44 Mon Sep 17 00:00:00 2001
From: poolitzer <25934244+Poolitzer@users.noreply.github.com>
Date: Sat, 29 Feb 2020 22:12:33 -0800
Subject: [PATCH 2/5] revert weirdness
---
_posts/2020-02-28-newpipe-0.18.6-released.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2020-02-28-newpipe-0.18.6-released.md b/_posts/2020-02-28-newpipe-0.18.6-released.md
index de66ab29..8e142f87 100644
--- a/_posts/2020-02-28-newpipe-0.18.6-released.md
+++ b/_posts/2020-02-28-newpipe-0.18.6-released.md
@@ -14,7 +14,7 @@ Have you fully read the last blog post and remember the [first paragraph in the
## Another release???
-Yes, another release. The developers told me they are deeply sorry. And they promised they won't do it again. At least I think they did, no one ever tells me anything, at least they give me bread, water and sunlight every week... anyway. They are sorry. Let me try to explain why you have to update again.
+Yes, another release. The developers told me they are deeply sorry. And now it is on me to try to explain why you have to update (and I have to write a blogpost...) again.
The build two days ago was a preparation for March, where YouTube shuts down the way NewPipe used to access their website. The release happened as quickly as possible in order to get the update out in time to F-Droid users, since NewPipe basically faces a wait-time of a week for each update.
From 9192093e8759783882db8654caa93f9a44b5654d Mon Sep 17 00:00:00 2001
From: poolitzer <25934244+Poolitzer@users.noreply.github.com>
Date: Sat, 29 Feb 2020 22:16:21 -0800
Subject: [PATCH 3/5] add error
---
_posts/2020-02-28-newpipe-0.18.6-released.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/_posts/2020-02-28-newpipe-0.18.6-released.md b/_posts/2020-02-28-newpipe-0.18.6-released.md
index 8e142f87..f2a5e8af 100644
--- a/_posts/2020-02-28-newpipe-0.18.6-released.md
+++ b/_posts/2020-02-28-newpipe-0.18.6-released.md
@@ -38,6 +38,7 @@ If you happen to have one of those fancy fullscreen smartphones with a notch, yo
- Fix channels with multiple views on Videos tab
- Thumbnail URLs starting with // work again
- All search queries which should return something will return something
+- Correctly display Network error when a network error happened instead of a general crash error (so much error)
Those people where involved in the fixes, some more, some less: [@wb9688](https://github.com/wb9688), [@B0pol](https://github.com/B0pol), [@gzsombor](https://github.com/gzsombor), [@TobiGr](https://github.com/TobiGr) and [@Stypox](https://github.com/Stypox). Thanks to all of them, and thanks to people reporting the issues!
From 292d0fbd728e99d28862e8f0f9cc130387b6a3ed Mon Sep 17 00:00:00 2001
From: poolitzer <25934244+Poolitzer@users.noreply.github.com>
Date: Sun, 1 Mar 2020 10:17:41 -0800
Subject: [PATCH 4/5] improvements
---
... => 2020-03-02-newpipe-0.18.6-released.md} | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
rename _posts/{2020-02-28-newpipe-0.18.6-released.md => 2020-03-02-newpipe-0.18.6-released.md} (76%)
diff --git a/_posts/2020-02-28-newpipe-0.18.6-released.md b/_posts/2020-03-02-newpipe-0.18.6-released.md
similarity index 76%
rename from _posts/2020-02-28-newpipe-0.18.6-released.md
rename to _posts/2020-03-02-newpipe-0.18.6-released.md
index f2a5e8af..42c4187c 100644
--- a/_posts/2020-02-28-newpipe-0.18.6-released.md
+++ b/_posts/2020-03-02-newpipe-0.18.6-released.md
@@ -2,7 +2,7 @@
layout: post
title: "NewPipe 0.18.6 released: Hotfix for the last hotfix"
short: "NewPipe 0.18.6 released"
-date: 2020-02-28 00:00:00 +0100
+date: 2020-03-02 00:00:00 +0100
categories: [release, pinned]
author: Poolitzer
image: newpipe
@@ -16,31 +16,32 @@ Have you fully read the last blog post and remember the [first paragraph in the
Yes, another release. The developers told me they are deeply sorry. And now it is on me to try to explain why you have to update (and I have to write a blogpost...) again.
-The build two days ago was a preparation for March, where YouTube shuts down the way NewPipe used to access their website. The release happened as quickly as possible in order to get the update out in time to F-Droid users, since NewPipe basically faces a wait-time of a week for each update.
+The build four days ago was a preparation for March, where YouTube shuts down the way NewPipe used to access their website. The release happened as quickly as possible in order to get the update out in time to F-Droid users, since NewPipe basically faces a wait-time of a week for each update.
-Now, as you can imagine, basically every part of the app relies in one way or another on a properly parsed YouTube site. After pushing out the update and ensuring in advance that basic funcionalities do work with the new way of accessing YouTube, users and developers where quick to realize that not everything works as well as it used to. So the NewPipe team decided to push out a hotfix for the hotifx, adressing these issues.
+Now, as you can imagine, basically every part of the app relies in one way or another on a properly parsed YouTube site. After pushing out the update and ensuring in advance that basic funcionalities do work with the new way of accessing YouTube, users and developers where quick to realize that not everything works as well as it used to. So the NewPipe team decided to push out a hotfix for the hotfix, adressing these issues.
## What changes
A lot. All of the entries in the list fix issues not happening in 0.18.4. We have two general improvements though. [@Stypox](https://github.com/Stypox) improved the playback. You are already able to increase the tempo and pitch, and can unlink those settings. So far, you would need to unlink them in every video. Now, NewPipe remembers what you selected, so you can watch every video as linked or unlinked as you like.
If you happen to have one of those fancy fullscreen smartphones with a notch, you can thank [@moneytoo](https://github.com/moneytoo), he made NewPipe support them in fullscreen properly. Now, to the list of fixes, you will love it:
-- Proper rounding of number of subscribers
+- Proper rounding of number of subscribers, with one instead of zero decimals
- Trending page not containing everything, not only three elements. To be honest, who is actually watching those? Anyway, if you are, you can without any restrictions now. Lucky you.
-- Correctly parse special links, not to special anymore
+- Correctly parse special links, not so special anymore, those links
- Pictures of certain channels werent displayed
- YouTube Music playlists work again (yay music)
-- Some channels don't have videos tabs, which doesn't break NewPipe anymore (take that weird channels)
-- Video titles with @
work again
-- #
in descriptions are supported again
+- Some channels don't have videos tabs, which doesn't break NewPipe anymore (take that, weird channels)
+- Video titles with `@` work again
+- `#` in descriptions are supported again
- Channel descriptions work again
- 0 subscribers on channels - 0 broken NewPipes. At least now
- Fix channels with multiple views on Videos tab
- Thumbnail URLs starting with // work again
- All search queries which should return something will return something
- Correctly display Network error when a network error happened instead of a general crash error (so much error)
+- using less data, based on a new way of accessing only the wanted information instead of the whole webpage. Not really a bugfix but worth a mention
-Those people where involved in the fixes, some more, some less: [@wb9688](https://github.com/wb9688), [@B0pol](https://github.com/B0pol), [@gzsombor](https://github.com/gzsombor), [@TobiGr](https://github.com/TobiGr) and [@Stypox](https://github.com/Stypox). Thanks to all of them, and thanks to people reporting the issues!
+Those people where involved in the fixes, some more, some less: [@wb9688](https://github.com/wb9688), [@mauriciocolli](https://github.com/mauriciocolli) [@B0pol](https://github.com/B0pol), [@gzsombor](https://github.com/gzsombor), [@TobiGr](https://github.com/TobiGr) and [@Stypox](https://github.com/Stypox). Thanks to all of them, and thanks to people reporting the issues!
## Where to get the latest version
From f012cebae6b170377664d02dff1527b67b7a2894 Mon Sep 17 00:00:00 2001
From: TobiGr
Date: Sun, 1 Mar 2020 20:19:59 +0100
Subject: [PATCH 5/5] Update post date
---
_posts/2020-03-02-newpipe-0.18.6-released.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2020-03-02-newpipe-0.18.6-released.md b/_posts/2020-03-02-newpipe-0.18.6-released.md
index 42c4187c..59e2e7f1 100644
--- a/_posts/2020-03-02-newpipe-0.18.6-released.md
+++ b/_posts/2020-03-02-newpipe-0.18.6-released.md
@@ -2,7 +2,7 @@
layout: post
title: "NewPipe 0.18.6 released: Hotfix for the last hotfix"
short: "NewPipe 0.18.6 released"
-date: 2020-03-02 00:00:00 +0100
+date: 2020-03-01 00:00:00 +0100
categories: [release, pinned]
author: Poolitzer
image: newpipe