diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-12 09:56:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-12 09:56:57 +0200 |
commit | cef2306a1e4410bd7f48e749614be864aa003c3b (patch) | |
tree | 07aab9dd90cc61c8fab19710220acb6b7576d78d | |
parent | 7a8a85513964c25e9a7f55697996971574ebdfbd (diff) | |
download | PeerTube-cef2306a1e4410bd7f48e749614be864aa003c3b.tar.gz PeerTube-cef2306a1e4410bd7f48e749614be864aa003c3b.tar.zst PeerTube-cef2306a1e4410bd7f48e749614be864aa003c3b.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 049c3a31d..5b620375a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v4.3.0 (unreleased, RC planned for September) | 3 | ## v4.3.0-rc.1 |
4 | 4 | ||
5 | ### Maintenance | 5 | ### Maintenance |
6 | 6 | ||
@@ -82,6 +82,7 @@ | |||
82 | * Optimized video feed SQL query | 82 | * Optimized video feed SQL query |
83 | * Process images (resize, convert...) in a dedicated worker thread | 83 | * Process images (resize, convert...) in a dedicated worker thread |
84 | * Optimized emoji markup list rendering in client | 84 | * Optimized emoji markup list rendering in client |
85 | * Use a worker thread to send ActivityPub Broadcast requests | ||
85 | * Suffix external auth username/channel name on conflict instead of throwing an exception | 86 | * Suffix external auth username/channel name on conflict instead of throwing an exception |
86 | 87 | ||
87 | ### Bug fixes | 88 | ### Bug fixes |
@@ -115,6 +116,10 @@ | |||
115 | * Add years in graph legend when grouping video views stats by month | 116 | * Add years in graph legend when grouping video views stats by month |
116 | * Prevent creating multiple lives when clicking multiple times on the "Go Live" button | 117 | * Prevent creating multiple lives when clicking multiple times on the "Go Live" button |
117 | * Fix *undefined" resolution in player *Stats for nerds* | 118 | * Fix *undefined" resolution in player *Stats for nerds* |
119 | * Fix not displayed error message in administrator web config | ||
120 | * More robust S3 upload [#5231](https://github.com/Chocobozzz/PeerTube/pull/5231) | ||
121 | * Fix broken saved live stream with only one resolution | ||
122 | * Fix `removeEventListener` player embed api | ||
118 | 123 | ||
119 | 124 | ||
120 | ## v4.2.2 | 125 | ## v4.2.2 |