diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 11:16:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 11:16:57 +0200 |
commit | e3b7b054490e34d04f736b15104c37eea93ae0dc (patch) | |
tree | 90af4824813eb937682de557cb635a83e4ed14d1 /CHANGELOG.md | |
parent | b45afe12f90c654aef8098e55bedfa81ca73b1f4 (diff) | |
download | PeerTube-e3b7b054490e34d04f736b15104c37eea93ae0dc.tar.gz PeerTube-e3b7b054490e34d04f736b15104c37eea93ae0dc.tar.zst PeerTube-e3b7b054490e34d04f736b15104c37eea93ae0dc.zip |
Update changelog
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 6d9f09833..c588e04ea 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 | ||