X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=0f07ebae994db07ddf8c455e87fd770ee85213c5;hb=881840c690a1891793b1ebb084ebee18963a8783;hp=a37ee604da3dc2a37fe971cf7a47a3b66eea8c61;hpb=5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index a37ee604d..0f07ebae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## v3.2.0-rc.1 +## v3.2.1 + +### IMPORTANT NOTES + + * **Important:** v3.2.0 introduced a `pg_dump` export bug in the auto upgrade script. To upgrade from v3.2.0: + * You can upgrade manually https://docs.joinpeertube.org/install-any-os?id=manually + * Or you can apply the changes introduced in this commit: https://github.com/Chocobozzz/PeerTube/commit/86dc0b9cc9374cba7548bb613ff43d92f90570a8 and then use the auto upgrade script + +### Bug fixes + + * Fix create account button style + * Fix auto upgrade script + * Fix live image aspect ratio in theatre mode + + +## v3.2.0 ### IMPORTANT NOTES @@ -13,6 +28,10 @@ * PeerTube client now displays bigger video thumbnails. To fix old thumbnails quality, run `regenerate-thumbnails` script after your PeerTube upgrade: https://docs.joinpeertube.org/maintain-tools?id=regenerate-thumbnailsjs +### Docker + + * Support SSL database env parameter [#4114](https://github.com/Chocobozzz/PeerTube/pull/4114) + ### Maintenance * Support `X-Frame-Options` header, enabled by default in the configuration @@ -129,6 +148,15 @@ * Fix transcoding job priority preventing video publication when there are many videos to transcode * Fix remote account/channel "joined at" * Fix CLI plugins list command options [#4055](https://github.com/Chocobozzz/PeerTube/pull/4055) + * Fix HTTP player defaulting to audio resolution + * Logger warning level is "warn" + * Fix default boolean plugin setting [#4107](https://github.com/Chocobozzz/PeerTube/pull/4107) + * Fix duplicate ffmpeg preset option for live + * Avoid federation error when file has no torrent file + * Fix local user auth select + * Fix live ending banner display + * Fix redundancy max size + * Fix broken lives handling @@ -298,7 +326,7 @@ ### IMPORTANT NOTES - * Update the default configuration to not federate unlisted videos. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182) + * Update the default configuration to not federate unlisted videos. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L196) * Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170) * Remove deprecated video abuse API