Update changelog
This commit is contained in:
parent
7a8a855139
commit
cef2306a1e
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v4.3.0 (unreleased, RC planned for September)
|
## v4.3.0-rc.1
|
||||||
|
|
||||||
### Maintenance
|
### Maintenance
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@
|
||||||
* Optimized video feed SQL query
|
* Optimized video feed SQL query
|
||||||
* Process images (resize, convert...) in a dedicated worker thread
|
* Process images (resize, convert...) in a dedicated worker thread
|
||||||
* Optimized emoji markup list rendering in client
|
* 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
|
* Suffix external auth username/channel name on conflict instead of throwing an exception
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
@ -115,6 +116,10 @@
|
||||||
* Add years in graph legend when grouping video views stats by month
|
* 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
|
* Prevent creating multiple lives when clicking multiple times on the "Go Live" button
|
||||||
* Fix *undefined" resolution in player *Stats for nerds*
|
* 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
|
## v4.2.2
|
||||||
|
|
Loading…
Reference in New Issue