mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.8.1
This commit is contained in:
parent
7dc76ff44d
commit
171606daa4
2 changed files with 12 additions and 3 deletions
|
@ -200,3 +200,12 @@
|
||||||
* Enable tracing export using a Jaeger exporter
|
* Enable tracing export using a Jaeger exporter
|
||||||
* Automatically rebuild native plugin modules on NodeJS ABI change
|
* Automatically rebuild native plugin modules on NodeJS ABI change
|
||||||
|
|
||||||
|
[2.8.1]
|
||||||
|
* Update PeerTube to 4.3.1
|
||||||
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.3.1)
|
||||||
|
* Prevent XSS in sort select on pages that list videos. Thanks to Anthony Roth who reported the vulnerability!
|
||||||
|
* Fix broken embed player on live reload
|
||||||
|
* Fix channel follow when manually approve instance followers is enabled
|
||||||
|
* Fix input with number overflow on small screen
|
||||||
|
* Fix moderation dropdown overflow on mobile
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"upstreamVersion": "4.3.0",
|
"upstreamVersion": "4.3.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"postInstallMessage": "file://POSTINSTALL.md",
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
|
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.2.0",
|
||||||
"manifestVersion": 2
|
"manifestVersion": 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue