mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Bump version
This commit is contained in:
parent
0bd51a6143
commit
942b937a8f
2 changed files with 8 additions and 2 deletions
|
@ -305,3 +305,9 @@ Update web browsers support list:
|
||||||
* Fix invalid remote live state change notification that causes the player to reload
|
* Fix invalid remote live state change notification that causes the player to reload
|
||||||
* Don't apply big play button skin to settings menu
|
* Don't apply big play button skin to settings menu
|
||||||
* Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
|
* Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
|
||||||
|
|
||||||
|
[2.15.2]
|
||||||
|
* Update PeerTube to 6.0.4
|
||||||
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4)
|
||||||
|
* Important: Prevent XSS injection in embed. Thanks Syst3m0ver!
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.15.1",
|
"version": "2.15.2",
|
||||||
"upstreamVersion": "6.0.3",
|
"upstreamVersion": "6.0.4",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
Loading…
Reference in a new issue