diff options
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 4c3e09f61..7fa9ee981 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 |