diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-21 08:53:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-21 08:53:53 +0200 |
commit | eb0b30a22e1ab2ebdbaef85ff080978b0a1cd986 (patch) | |
tree | fd52ac79727436154188fc924ad29f45433154ef | |
parent | f64a58296ee1f4664fd9c3c3968ce4bf44c984c7 (diff) | |
download | PeerTube-eb0b30a22e1ab2ebdbaef85ff080978b0a1cd986.tar.gz PeerTube-eb0b30a22e1ab2ebdbaef85ff080978b0a1cd986.tar.zst PeerTube-eb0b30a22e1ab2ebdbaef85ff080978b0a1cd986.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 5b620375a..64d3c9bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v4.3.0-rc.1 | 3 | ## v4.3.0 |
4 | 4 | ||
5 | ### Maintenance | 5 | ### Maintenance |
6 | 6 | ||
@@ -120,6 +120,11 @@ | |||
120 | * More robust S3 upload [#5231](https://github.com/Chocobozzz/PeerTube/pull/5231) | 120 | * More robust S3 upload [#5231](https://github.com/Chocobozzz/PeerTube/pull/5231) |
121 | * Fix broken saved live stream with only one resolution | 121 | * Fix broken saved live stream with only one resolution |
122 | * Fix `removeEventListener` player embed api | 122 | * Fix `removeEventListener` player embed api |
123 | * Progressively cleanup actor images without width from the database | ||
124 | * Fix broken dates on localized pages | ||
125 | * Prevent job queue to be started before plugins | ||
126 | * Fix old database enum names | ||
127 | * Don't display remove file icon in admin videos overviews if we can't delete the file | ||
123 | 128 | ||
124 | 129 | ||
125 | ## v4.2.2 | 130 | ## v4.2.2 |