aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
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