mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-15 21:41:02 +00:00
Bump version
This commit is contained in:
parent
9971b408f3
commit
f95ab39f8e
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue