Skip to content

Commit 40dc3df

Browse files
committed
Add blog post and release notes for NewPipe 0.28.1
1 parent df117e3 commit 40dc3df

2 files changed

Lines changed: 89 additions & 6 deletions

File tree

_includes/release_data.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@
1010
}}
1111
{%- capture releaseChangelog -%}
1212
<ul>
13-
<li>Support for Android Auto</li>
14-
<li>Channel groups as main page</li>
15-
<li>[YouTube] All trending pages</li>
16-
<li>[SoundCloud] New "Likes" tab</li>
17-
<li>Support for per-app language setting on Android 13+</li>
13+
<li>Metadata for OPUS downloads</li>
14+
<li>Better recovery of interrupted downloads</li>
15+
<li>Use original audio language by default</li>
16+
<li>Many fixes for wrong UI states</li>
1817
<li>Tons of bug fixes and improvements</li>
1918
</ul>
2019
{%- endcapture -%}
2120

2221
{%- capture releasePostUrl -%}
23-
{{ site.baseurl }}/blog/pinned/announcement/newpipe-0.28.0-released/
22+
{{ site.baseurl }}/blog/pinned/announcement/newpipe-0.28.1-released/
2423
{%- endcapture -%}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
layout: post
3+
title: "NewPipe 0.28.1 released bringing tons of fixes and improvements "
4+
short: "NewPipe 0.28.1 released"
5+
date: 2026-01-11 22:00:00 + 01:00
6+
categories: [pinned, announcement]
7+
author: <a href="https://github.com/tobigr">@tobigr</a>
8+
image: newpipe
9+
excerpt_separator: <!-- more -->
10+
---
11+
12+
We’re happy to announce NewPipe 0.28.1, which polishes the user experience while quietly fixing a large number of long-standing bugs. This release comes with a new version of NewPipe Extractor (0.25.0) that fixes several issues with data extraction while also providing additional data to the app.
13+
<!-- more -->
14+
15+
We wanted to bring you a big Christmas release, but it turned out to be more of a New Year’s gift instead. Either way, we hope you’ll enjoy the improvements and fixes in this release!
16+
17+
We'd like to thank all contributors, especially those who recently joined the project. Many small improvements and fixes were made possible by new contributors, such as students from the Australian National University who worked on NewPipe as part of their Software Engineering course or folks who just came to stay. This release includes more than 50 user-facing merged PRs as well as tons of developer-facing PRs. We'd also like to thank all translators for keeping NewPipe accessible to users worldwide.
18+
19+
## Highlights
20+
21+
- The player uses the original audio language by default again and handles clicking on timestamps and fullscreen changes much better
22+
- Downloading content should be less error prone and OPUS audio downloads now include some metadata
23+
- Many fixes that eliminate crashes, UI glitches, and confusing states
24+
25+
---
26+
27+
## Everybody likes metadata, we do too!
28+
When downloading audio in **OPUS format**, NewPipe now embeds additional metadata:
29+
- Artist/uploader name
30+
- Track name/title
31+
- Genre (if available)
32+
- Date
33+
34+
This makes downloaded files look much better in music players and media libraries. We are currently working on adding metadata fields to other formats as well. Cover art/thumbnails are also in the works.
35+
36+
37+
## Playback & player improvements
38+
39+
Clicking timestamps in the comments no longer clears your queue or unexpectedly resets playback. Your current player state is preserved, making navigation within videos much more predictable.
40+
The player now uses the original audio language by default again, avoiding unexpected language switches. We are sorry for initially choosing the default value of the "Prefer original audio" setting to be "Yes". You may look into the settings.
41+
The screen orientation is now correctly remembered and restored when exiting fullscreen on all devices, including Android TVs. Several rotation-related crashes and UI glitches have been fixed.
42+
Ghost notifications and random player crashes related to foreground services *should be* gone.
43+
44+
45+
## Download completed or isn't it?
46+
47+
NewPipe now tries to recover interrupted downloads in more cases when possible, reducing the chance of lost or stuck downloads. Some issues when resuming downloads have also been fixed.
48+
49+
A bug was fixed that caused insufficient permissions to open downloads directly from within the app. You can now remove a download entry in NewPipe without deleting the actual file.
50+
51+
SRT subtitles received a bunch of fixes that improve compatibility with various players.
52+
53+
54+
## Better usability across the app
55+
56+
You can now enqueue streams directly when sharing them to NewPipe, making it easier to build your play queue from other apps. The play queue UI also received several bug fixes, including one that caused items to glitch when enqueuing new streams. This issues existed for 9 year and is finally resolved!
57+
58+
When viewing bookmarked playlists, its items can now be dragged in both directions in grid mode. Playlist changes are applied directly to the database, preventing confusing or incorrect UI states.
59+
60+
NewPipe can now open and correctly handle `on.soundcloud.com` links, making it easier to share and open tracks directly from the SoundCloud app or browser without pasting them into NewPipe.
61+
62+
Error handling has been cleaned up and deduplicated, resulting in more specific and understandable messages when something goes wrong.
63+
On newer Android versions, NewPipe now shows a clear explanation dialog when overlay permissions are needed.
64+
65+
66+
## More bug fixes you’ll definitely notice
67+
68+
This release fixes a wide range of issues, including:
69+
- thumbnails for YouTube Shorts not showing up
70+
- the pages for recent and live streams from media.ccc.de are now filled with the correct content
71+
- Formatting issues on older Android versions
72+
- and many more!
73+
74+
## Meet us at FOSDEM 2026!
75+
76+
The [NewPipe e.V.](https://newpipe-ev.de/) is paying for the attendance of some TeamNewPipe members to [FOSDEM](https://fosdem.org/), a free software conference happening on the 31th of January and 1st of February in Brussels, Berlgium. Come to [our talk qbout NewPipe and its port to Salifish OS](https://fosdem.org/2026/schedule/event/R7NR3U-newpipe-sailpipe/). Stickers, coasters and flyers included :)
77+
78+
## Wanna Contribute?
79+
80+
If you like the app enough to want to make it even better, or you noticed some glaring error that you can't help but want to fix, you can [read our contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#bug-fixing) and do a Fix-It Felix.
81+
82+
Or, if you're bilingual (or even multilingual), you could help [translate the app](https://hosted.weblate.org/engage/newpipe/).
83+
84+
**Feature additions** to the old codebase have been put on hold for now. We're pretty swamped as it is, and are working to clear our large (and critical) backlog first. Our next priority is to finish the rewrite of the codebase. We are making progress - slowly, but steadily - and you can help out on that too (and learn modern Android development practices along the way).

0 commit comments

Comments
 (0)