diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:23:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:23:19 +0200 |
commit | 714e33a7428b71ef98129ce85a4bd64140bcd912 (patch) | |
tree | 59bd3e4b359bcd04f4ad97c404246688ccd84e68 /CHANGELOG.md | |
parent | aa2ce188d102ab38452df316d06286040b5d9075 (diff) | |
parent | d47b18079bfe4aed472ddcc0a89302ba85f03a48 (diff) | |
download | PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.tar.gz PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.tar.zst PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.zip |
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c070d44f..e9236e46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,29 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v4.2.1 | ||
4 | |||
5 | ### IMPORTANT NOTES | ||
6 | |||
7 | * If you upgrade from PeerTube **< 4.2.0**, please follow 4.2.0 IMPORTANT NOTES | ||
8 | |||
9 | ### Bug fixes | ||
10 | |||
11 | * Fix live ending job that breaks new live session | ||
12 | * Fix search filters counter | ||
13 | * Fix upload banner icon margin | ||
14 | * Fix button icon margin | ||
15 | * Fix my import expander icon that should only be displayed on import error | ||
16 | * Fix select components styling inconsistency | ||
17 | * Increase max watch section to avoid too much warnings in server | ||
18 | * Optimize broadcast job creation | ||
19 | * Optimize `View` activities delivery using a dedicated broadcast job queue that can be run in parallel | ||
20 | * Fix video selection buttons placement | ||
21 | * Fix searching into account blocklist | ||
22 | * Fix incorrect instance stats | ||
23 | * Fix broken player on ICE error | ||
24 | * Relax views federation | ||
25 | |||
26 | |||
3 | ## v4.2.0 | 27 | ## v4.2.0 |
4 | 28 | ||
5 | ### IMPORTANT NOTES | 29 | ### IMPORTANT NOTES |