aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-11 08:57:43 +0200
committerChocobozzz <me@florianbigard.com>2021-05-11 08:57:55 +0200
commitb62ce47c61c3ee9eb35ab16cbe17cba6a3d7d414 (patch)
treed227de48993b4f9d0f0ed2e7f0f4462183edd4ae /CHANGELOG.md
parentd795b76c44fbecb1438053a7d636f6fc089c8fa9 (diff)
downloadPeerTube-b62ce47c61c3ee9eb35ab16cbe17cba6a3d7d414.tar.gz
PeerTube-b62ce47c61c3ee9eb35ab16cbe17cba6a3d7d414.tar.zst
PeerTube-b62ce47c61c3ee9eb35ab16cbe17cba6a3d7d414.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef0ec39bf..4f57fc529 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
1# Changelog 1# Changelog
2 2
3## v3.2.0-rc.1 (~ May) 3## v3.2.0-rc.1
4 4
5### IMPORTANT NOTES 5### IMPORTANT NOTES
6 6
7 * **Important:** You must update your nginx configuration to add the `upload-resumable` endpoint: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L81
7 * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990 8 * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990
9 * **Important:** Drop NodeJS 10 support
10 * PeerTube is not compatible with NodeJS 16 yet
8 * By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change. 11 * By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change.
9 See [the documentation](https://docs.joinpeertube.org/admin-configuration?id=webtorrent-transcoding-or-hls-transcoding) for more information 12 See [the documentation](https://docs.joinpeertube.org/admin-configuration?id=webtorrent-transcoding-or-hls-transcoding) for more information
10 * PeerTube client now displays bigger video thumbnails. 13 * PeerTube client now displays bigger video thumbnails.
@@ -15,6 +18,7 @@
15 * Support `X-Frame-Options` header, enabled by default in the configuration 18 * Support `X-Frame-Options` header, enabled by default in the configuration
16 * Directly use `node` in [systemd template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/systemd/peertube.service) 19 * Directly use `node` in [systemd template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/systemd/peertube.service)
17 * Check ffmpeg version at PeerTube startup 20 * Check ffmpeg version at PeerTube startup
21 * Add `upload-resumable` nginx endpoint: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L81
18 22
19### CLI tools 23### CLI tools
20 24
@@ -63,6 +67,7 @@
63 67
64### Features 68### Features
65 69
70 * :tada: Most robust uploads using a resumable upload endpoint [#3933](https://github.com/Chocobozzz/PeerTube/pull/3933)
66 * Accessibility/UI: 71 * Accessibility/UI:
67 * :tada: Redesign channel and account page 72 * :tada: Redesign channel and account page
68 * :tada: Increase video miniature size 73 * :tada: Increase video miniature size
@@ -80,6 +85,7 @@
80 * Add link below the player to open the video on origin instance [#3624](https://github.com/Chocobozzz/PeerTube/issues/3624) 85 * Add link below the player to open the video on origin instance [#3624](https://github.com/Chocobozzz/PeerTube/issues/3624)
81 * Notify admins on new available PeerTube version 86 * Notify admins on new available PeerTube version
82 * Notify admins on new available plugin version 87 * Notify admins on new available plugin version
88 * Sort channels by last uploaded videos
83 * Video player: 89 * Video player:
84 * Add loop toggle to context menu [#3949](https://github.com/Chocobozzz/PeerTube/pull/3949) 90 * Add loop toggle to context menu [#3949](https://github.com/Chocobozzz/PeerTube/pull/3949)
85 * Add icons to context menu [#3955](https://github.com/Chocobozzz/PeerTube/pull/3955) 91 * Add icons to context menu [#3955](https://github.com/Chocobozzz/PeerTube/pull/3955)
@@ -103,6 +109,7 @@
103 * Performance: 109 * Performance:
104 * Player now lazy loads video captions 110 * Player now lazy loads video captions
105 * Faster admin table filters 111 * Faster admin table filters
112 * Optimize feed endpoint
106 113
107### Bug fixes 114### Bug fixes
108 115
@@ -120,6 +127,8 @@
120 * Fix h265 video import using CLI 127 * Fix h265 video import using CLI
121 * Fix context menu when watching a playlist 128 * Fix context menu when watching a playlist
122 * Fix transcoding job priority preventing video publication when there are many videos to transcode 129 * Fix transcoding job priority preventing video publication when there are many videos to transcode
130 * Fix remote account/channel "joined at"
131 * Fix CLI plugins list command options [#4055](https://github.com/Chocobozzz/PeerTube/pull/4055)
123 132
124 133
125 134