aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-17 08:58:33 +0100
committerChocobozzz <me@florianbigard.com>2022-11-17 08:58:33 +0100
commit77239b425a8e00822a53c9907415832a473c3eb6 (patch)
tree6e7fedbc3b925049c98ccba1ab2b12ef5a037b12
parentb1dbb9fefc870a90b25f5c0153589f45c9e75e3e (diff)
parentb961118540b2cfa4640770eac240a075d5423f70 (diff)
downloadPeerTube-77239b425a8e00822a53c9907415832a473c3eb6.tar.gz
PeerTube-77239b425a8e00822a53c9907415832a473c3eb6.tar.zst
PeerTube-77239b425a8e00822a53c9907415832a473c3eb6.zip
Merge branch 'release/4.3.0' into develop
-rw-r--r--CHANGELOG.md22
-rw-r--r--client/package.json2
-rw-r--r--package.json2
3 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f057c152..722e2b968 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
1# Changelog 1# Changelog
2 2
3## v4.3.1
4
5### IMPORTANT NOTES
6
7 * If you upgrade from PeerTube **< 4.3.0**, please follow 4.3.0 IMPORTANT NOTES
8
9### SECURITY
10
11 * Prevent XSS in sort select on pages that list videos. Thanks to Anthony Roth who reported the vulnerability!
12
13### Bug fixes
14
15 * Fix broken embed player on live reload
16 * Fix channel follow when manually approve instance followers is enabled
17 * Fix input with number overflow on small screen
18 * Fix moderation dropdown overflow on mobile
19 * Clearer instance subscription page title in admin
20 * Prevent "Cannot use same state" video error
21 * Correctly handle RTMP streams without audio
22 * Correctly process broadcast parallel job in parallel
23
24
3## v4.3.0 25## v4.3.0
4 26
5### IMPORTANT NOTES 27### IMPORTANT NOTES
diff --git a/client/package.json b/client/package.json
index 07439665b..61795610d 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "4.3.0", 3 "version": "4.3.1",
4 "private": true, 4 "private": true,
5 "license": "AGPL-3.0", 5 "license": "AGPL-3.0",
6 "author": { 6 "author": {
diff --git a/package.json b/package.json
index af888046c..6177e96db 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", 3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
4 "version": "4.3.0", 4 "version": "4.3.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {