Version 2.8.1

This commit is contained in:
Girish Ramakrishnan 2022-11-17 13:39:46 +01:00
parent 7dc76ff44d
commit 171606daa4
2 changed files with 12 additions and 3 deletions

View file

@ -200,3 +200,12 @@
* Enable tracing export using a Jaeger exporter
* 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

View file

@ -1,6 +1,6 @@
{
"version": "2.8.0",
"upstreamVersion": "4.3.0",
"version": "2.8.1",
"upstreamVersion": "4.3.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
@ -38,7 +38,7 @@
"changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
"minBoxVersion": "7.1.0",
"minBoxVersion": "7.2.0",
"manifestVersion": 2
}