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
4d3b7017aa
commit
a5ed218087
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -356,3 +356,14 @@ Update web browsers support list:
|
|||
* Add missing max transcoding fps config in admin
|
||||
* Don't add mobile buttons if the player controls are disabled
|
||||
|
||||
[3.0.3]
|
||||
* Update PeerTube to 6.3.3
|
||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.3.3)
|
||||
* Fix broken thumbnails on live replay
|
||||
* Fix detecting portrait rotation of some video
|
||||
* Don't allow to select a frame from a live to set the thumbnail
|
||||
* Fix lost video stream with specific transcoding settings and video input
|
||||
* Fix creating playlist without thumbnail when using the REST API
|
||||
* Fix .mov video upload on some Windows versions
|
||||
* Fix video-plugin-metadata.result client plugin hook
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"upstreamVersion": "6.3.3",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
|
|
Loading…
Reference in a new issue