Merge branch 'release/4.3.0' into develop

This commit is contained in:
Chocobozzz 2022-11-17 08:58:33 +01:00
commit 77239b425a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 24 additions and 2 deletions

View file

@ -1,5 +1,27 @@
# Changelog
## v4.3.1
### IMPORTANT NOTES
* If you upgrade from PeerTube **< 4.3.0**, please follow 4.3.0 IMPORTANT NOTES
### SECURITY
* Prevent XSS in sort select on pages that list videos. Thanks to Anthony Roth who reported the vulnerability!
### Bug fixes
* 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
* Clearer instance subscription page title in admin
* Prevent "Cannot use same state" video error
* Correctly handle RTMP streams without audio
* Correctly process broadcast parallel job in parallel
## v4.3.0
### IMPORTANT NOTES

View file

@ -1,6 +1,6 @@
{
"name": "peertube-client",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"license": "AGPL-3.0",
"author": {

View file

@ -1,7 +1,7 @@
{
"name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"licence": "AGPL-3.0",
"engines": {