diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 13:48:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 13:48:23 +0200 |
commit | 96d52038788dda2f479362ce8e980f895369eec7 (patch) | |
tree | 0441ed9d352f99403ec3a41ab8cde2d8f99f1538 /CHANGELOG.md | |
parent | 74654b2ee2d6b03f8bfbb9bd9ab5e8c2b2e63f1d (diff) | |
parent | e3b7b054490e34d04f736b15104c37eea93ae0dc (diff) | |
download | PeerTube-96d52038788dda2f479362ce8e980f895369eec7.tar.gz PeerTube-96d52038788dda2f479362ce8e980f895369eec7.tar.zst PeerTube-96d52038788dda2f479362ce8e980f895369eec7.zip |
Merge branch 'release/3.2.0' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a37ee604d..d0398825c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.2.0-rc.1 | 3 | ## v3.2.0 |
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
@@ -13,6 +13,10 @@ | |||
13 | * PeerTube client now displays bigger video thumbnails. | 13 | * PeerTube client now displays bigger video thumbnails. |
14 | To fix old thumbnails quality, run `regenerate-thumbnails` script after your PeerTube upgrade: https://docs.joinpeertube.org/maintain-tools?id=regenerate-thumbnailsjs | 14 | To fix old thumbnails quality, run `regenerate-thumbnails` script after your PeerTube upgrade: https://docs.joinpeertube.org/maintain-tools?id=regenerate-thumbnailsjs |
15 | 15 | ||
16 | ### Docker | ||
17 | |||
18 | * Support SSL database env parameter [#4114](https://github.com/Chocobozzz/PeerTube/pull/4114) | ||
19 | |||
16 | ### Maintenance | 20 | ### Maintenance |
17 | 21 | ||
18 | * Support `X-Frame-Options` header, enabled by default in the configuration | 22 | * Support `X-Frame-Options` header, enabled by default in the configuration |
@@ -129,6 +133,15 @@ | |||
129 | * Fix transcoding job priority preventing video publication when there are many videos to transcode | 133 | * Fix transcoding job priority preventing video publication when there are many videos to transcode |
130 | * Fix remote account/channel "joined at" | 134 | * Fix remote account/channel "joined at" |
131 | * Fix CLI plugins list command options [#4055](https://github.com/Chocobozzz/PeerTube/pull/4055) | 135 | * Fix CLI plugins list command options [#4055](https://github.com/Chocobozzz/PeerTube/pull/4055) |
136 | * Fix HTTP player defaulting to audio resolution | ||
137 | * Logger warning level is "warn" | ||
138 | * Fix default boolean plugin setting [#4107](https://github.com/Chocobozzz/PeerTube/pull/4107) | ||
139 | * Fix duplicate ffmpeg preset option for live | ||
140 | * Avoid federation error when file has no torrent file | ||
141 | * Fix local user auth select | ||
142 | * Fix live ending banner display | ||
143 | * Fix redundancy max size | ||
144 | * Fix broken lives handling | ||
132 | 145 | ||
133 | 146 | ||
134 | 147 | ||