PeerTube - Package Updates
-
[4.3.0]
- Update PeerTube to 7.2.0
- Full Changelog
- Breaking change Theme CSS must include
--is-dark: 0
or--is-dark: 1
CSS variable for thebody
so PeerTube understands if it's a dark or a light theme Redesign Manage my videos page
Redesign video management/publication pages
Improve NSFW/sensitive content system
- Allow users to resend the email verification link when changing their current email
- Inject subtitle links in HLS playlists so it's easier for external video players that use the
master.m3u8
playlist to display subtitles - Disable log coloration when TTY does not support it #​6988
- Support more embed parameters in custom markup (
<peertube-video-embed>
and<peertube-playlist-embed>
) #​6989 - More robust theme CSS variables injection
- Fix podcast feed URL in subscribe button
-
Good question actually. The script seems to update some comment count https://github.com/Chocobozzz/PeerTube/blob/develop/server/scripts/migrations/peertube-7.2.ts#L15
We maybe should run this in the start.sh which we don't so if you updated, then yes probably...just testing here to see if we have to update the app.
-
[4.3.1]
- Update PeerTube to 7.2.0
- After the update to refresh video watch count: run the
migrate
command in a webterminal into the app. - Full Changelog
- Redesign Manage my videos page
- Redesign video management/publication pages
- Improve NSFW/sensitive content system
- Allow users to resend the email verification link when changing their current email
- Inject subtitle links in HLS playlists so it's easier for external video players that use the
master.m3u8
playlist to display subtitles - Disable log coloration when TTY does not support it #​6988
- Support more embed parameters in custom markup (
<peertube-video-embed>
and<peertube-playlist-embed>
) #​6989 - More robust theme CSS variables injection
- Fix podcast feed URL in subscribe button