Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.18.4 blog post #134

Merged
merged 6 commits into from
Feb 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions _posts/2020-02-21-newpipe-0.18.4-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
layout: post
title: "NewPipe 0.18.4 released: A language selector, improved kodi support and more"
short: "NewPipe 0.18.4 released"
date: 2020-02-21 00:00:00 +0100
categories: [release, pinned]
author: Poolitzer
image: newpipe
excerpt_separator: <!-- more -->
---

It is here, really. Folks, a new minor release of NewPipe: 0.18.4! Bringing you copy-able comments, a kodi-share button, a language selector(!) and many improvements/fixes.
<!-- more -->

## Language selector

Yes, you did not misread that part. Finally, there is the possibility for you to select the language NewPipe runs in. You can access this setting via <code><nobr><img src="/img/icons/baseline-settings-20px.svg" /> Settings</nobr> > <nobr><img src="/img/icons/baseline-language-20px.svg" /> Content</nobr> > <nobr>App language</nobr></code>. Your selected language will be applied after you restart the app. Big thanks to [@B0pol](https://github.com/B0pol) for implementing this. And while you scroll down the impressive list of available languages, thank in your mind all the amazing people helping translate NewPipe over at [Weblate](https://hosted.weblate.org/projects/newpipe/) and maybe become one of them :)

## Copy comments

Since [v0.16.0]({% link _posts/2019-02-28-newpipe-0.16.0-released.md %}), you can view comments inside the app. Now, roughly a year later and because of the work [@harshlele](https://github.com/harshlele), you can copy them. All you have to do is long press the comment you'd like to share - that's it.

## Kodi button

If you read this heading and thought "Hey. I have this Kodi button enabled in my settings. Do I get another button?" Damn right you get. Presenting the in-player-kodi-button:

<img class="no-flow vertical" src="/img/screenshots/kodi_player_button.jpg"/>


## Improvements

Do you know those ReCaptcha images you have to solve when you surf some websites? Some of our users have seen this inside of NewPipe :( While there is no way to let them magically disappear, NewPipe is now able to deal with them properly, thanks to [@Stypox's](https://github.com/Stypox) developing and [@juanfra684's](https://github.com/juanfra684) testing. [@karkaminski](https://github.com/karkaminski) improved the main view of the app through removing the legacy dot menu next to the magnifying glass. Also included in his changes is the removing of the history sidebar entry if you don't have history enabled (kinda makes sense).

[@harshlele](https://github.com/harshlele) strikes again, this time improving the way of asking for the permission to display over other apps. Should work properly now on devices running Android 6+. [@B0pol](https://github.com/B0pol) made quite some fixes in his second contribution: PeerTubes videos get full descriptions now as well as markdown applied. PeerTube itself received proper handling of age limits, the recently added feed got fixed (the upload date was off by as many hours as you are from GMT) and its thumbnail is now in high quality. MediaCCCs video descriptions respect newlines and timestamps in YouTube video descriptions work again.

Did you ever long press on your local playlists and were bothered by the fact that you are only able to delete, not rename then? Well not anymore, now you can do both in the same menu, thanks to [@XiangRongLin](https://github.com/XiangRongLin). If you notice some slight changes in the English strings in this release, you are correct, [@comradekingu](https://github.com/comradekingu) updated them.



## Bug fixes

Changing the brightness for the first time while playing a video now doesn't reset itself, [@vhsw](https://github.com/vhsw) did that. [@raphj](https://github.com/raphj) fixed a bug where the video continued to be played when the screen is turned of. [@kapodamy](https://github.com/kapodamy) apparently enjoys working subtitle files as much as the next guy, so there you have them, no more cutting off at line breaks. He didn't stop there, also downloading to SD cards works now on not CTF compliant devices.

Using a KitKat android device will not stop you anymore from downloading subtitles, thanks to [@mqus](https://github.com/mqus). The third contribution of [@kapodamy](https://github.com/kapodamy) stops the app from treating a corrupt <code>.mp4</code> file as audio. And finally, [@chr56](https://github.com/chr56) made up-to-date Chinese translation possible.


## Conclusion

That's it for this release. A big thanks goes out to all the people who made this possible, especially those not mentioned: Developers for helping out fellow developers, testers for testing, maintainers for maintaining, users like you for reporting the bugs in the first place and in this release especially the translators who had to work after the english base strings changed. If you'd like to get a more technical view into the app, you can find the release page [here](https://github.com/TeamNewPipe/NewPipe/releases/tag/v0.18.4) and the corresponding PR [here](https://github.com/TeamNewPipe/NewPipe/pull/3113).

If you also like the idea of contributing to this project, but nothing has spoken to you so far, maybe you'd like to write blog posts? Please see [this issue](https://github.com/TeamNewPipe/website/issues/125).


## 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.
Binary file added img/screenshots/kodi_player_button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.