Bump version

This commit is contained in:
Johannes Zellner 2024-10-08 13:03:48 +02:00
parent 9971b408f3
commit f95ab39f8e
2 changed files with 13 additions and 2 deletions

View file

@ -345,3 +345,14 @@ Update web browsers support list:
* Fix player settings button on mobile
* Fix removed audio when splitting audio and video streams on existing videos when running HLS transcoding
[3.0.2]
* Update PeerTube to 6.3.2
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.3.2)
* Fix 403 error when downloading private/internal video
* Don't crash video federation and live replay generation on missing thumbnail/preview
* Fix advanced search input with multiple automatic search tokens
* Fix player "Copy URL" when the video is fullscreen
* Fix account videos search
* Add missing max transcoding fps config in admin
* Don't add mobile buttons if the player controls are disabled

View file

@ -1,6 +1,6 @@
{
"version": "3.0.1",
"upstreamVersion": "6.3.1",
"version": "3.0.2",
"upstreamVersion": "6.3.2",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",