aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-17 08:48:22 +0100
committerChocobozzz <me@florianbigard.com>2022-11-17 08:48:22 +0100
commit387ce48eed31780726dcefb32775dee6e83c88e1 (patch)
treed815f789b1c29fccf7d8991da521948fb1ca377e /CHANGELOG.md
parentf240fb4bea61484854cecbe711ac20d77c31915d (diff)
downloadPeerTube-387ce48eed31780726dcefb32775dee6e83c88e1.tar.gz
PeerTube-387ce48eed31780726dcefb32775dee6e83c88e1.tar.zst
PeerTube-387ce48eed31780726dcefb32775dee6e83c88e1.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 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