X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=eed42493cd9fdabfb99eeb096681b78909ea497e;hb=ca4b4b2e5590c1b37cff1fe1be7f797b93351229;hp=297af7a8dedd645b760c44d4728515d021161076;hpb=16de9ff46dd3b737ef90d50f7e603ec682b362cf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 297af7a8d..eed42493c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,43 @@ # Changelog -## v3.2.0-rc.1 (~ May) +## 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 + + * **Important:** You must update your nginx configuration to add the `upload-resumable` endpoint: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L81 + * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990 + * **Important:** Drop NodeJS 10 support + * PeerTube is not compatible with NodeJS 16 yet * By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change. See [the documentation](https://docs.joinpeertube.org/admin-configuration?id=webtorrent-transcoding-or-hls-transcoding) for more information * 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 * Directly use `node` in [systemd template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/systemd/peertube.service) * Check ffmpeg version at PeerTube startup + * Add `upload-resumable` nginx endpoint: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L81 ### CLI tools @@ -62,6 +86,7 @@ ### Features + * :tada: More robust uploads using a resumable upload endpoint [#3933](https://github.com/Chocobozzz/PeerTube/pull/3933) * Accessibility/UI: * :tada: Redesign channel and account page * :tada: Increase video miniature size @@ -79,12 +104,13 @@ * Add link below the player to open the video on origin instance [#3624](https://github.com/Chocobozzz/PeerTube/issues/3624) * Notify admins on new available PeerTube version * Notify admins on new available plugin version + * Sort channels by last uploaded videos * Video player: - * Add loop toggle to context menu [#3949](https://github.com/Chocobozzz/PeerTube/pull/3949) - * Add icons to context menu [#3955](https://github.com/Chocobozzz/PeerTube/pull/3955) - * Add a *Previous* button in playlist watch page [#3485](https://github.com/Chocobozzz/PeerTube/pull/3485) - * Automatically close the settings menu when clicking outside the player - * Add "stats for nerds" panel in context menu [#3958](https://github.com/Chocobozzz/PeerTube/pull/3958) + * Add loop toggle to context menu [#3949](https://github.com/Chocobozzz/PeerTube/pull/3949) + * Add icons to context menu [#3955](https://github.com/Chocobozzz/PeerTube/pull/3955) + * Add a *Previous* button in playlist watch page [#3485](https://github.com/Chocobozzz/PeerTube/pull/3485) + * Automatically close the settings menu when clicking outside the player + * Add "stats for nerds" panel in context menu [#3958](https://github.com/Chocobozzz/PeerTube/pull/3958) * Add channel and playlist stats to stats endpoint [#3747](https://github.com/Chocobozzz/PeerTube/pull/3747) * Support `playlistPosition=last` and negative index (`playlistPosition=-2`) URL query parameters for playlists [#3974](https://github.com/Chocobozzz/PeerTube/pull/3974) * My videos: @@ -102,6 +128,7 @@ * Performance: * Player now lazy loads video captions * Faster admin table filters + * Optimize feed endpoint ### Bug fixes @@ -119,6 +146,17 @@ * Fix h265 video import using CLI * Fix context menu when watching a playlist * 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