1
0
Fork 0

Update changelog

This commit is contained in:
Chocobozzz 2022-09-12 09:56:57 +02:00
parent 7a8a855139
commit cef2306a1e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v4.3.0 (unreleased, RC planned for September)
## v4.3.0-rc.1
### Maintenance
@ -82,6 +82,7 @@
* Optimized video feed SQL query
* Process images (resize, convert...) in a dedicated worker thread
* Optimized emoji markup list rendering in client
* Use a worker thread to send ActivityPub Broadcast requests
* Suffix external auth username/channel name on conflict instead of throwing an exception
### Bug fixes
@ -115,6 +116,10 @@
* Add years in graph legend when grouping video views stats by month
* Prevent creating multiple lives when clicking multiple times on the "Go Live" button
* Fix *undefined" resolution in player *Stats for nerds*
* Fix not displayed error message in administrator web config
* More robust S3 upload [#5231](https://github.com/Chocobozzz/PeerTube/pull/5231)
* Fix broken saved live stream with only one resolution
* Fix `removeEventListener` player embed api
## v4.2.2