X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=2253c5b6e54dcea30a0f4febca502d89d806829c;hb=0bae66632a8767f3d5aca080af314bcab56e1889;hp=7875a1c9e0b1459e5e0066b46baa4ba7c3d4c60b;hpb=50cebb54beb2f5bb02ebf9b804dcb8442c7ce2b7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 7875a1c9e..2253c5b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,18 @@ # Changelog -## v3.3.0-rc.1 (~July) +## v3.3.0 ### IMPORTANT NOTES * **Important:** v3.2.0 introduced a `pg_dump` export bug in the auto upgrade script. v3.2.1 fixed this bug. 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 + * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990 + ### Maintenance - * Increase max image/caption/torrent upload size to `4MB` + * Increase max image/caption/torrent upload size to `4MB`. You need to update your nginx configuration to handle this change * Increase fetcher job concurrency to `3` ### Docker @@ -40,7 +42,7 @@ * :tada: Add RTL layout support * Add ability to use HTML, markdown and [custom HTML tags](https://docs.joinpeertube.org/api-custom-client-markup) in instance description * Default to dark theme (if available) if requested by the web browser - * Add ability for admins to configure minimum signup page [#4010](https://github.com/Chocobozzz/PeerTube/pull/4010) + * Add ability for admins to configure minimum age required in signup page [#4010](https://github.com/Chocobozzz/PeerTube/pull/4010) * Use a dedicated URL for each tab in publish page * Add ability to prefill contact form using query parameters in URL [#4161](https://github.com/Chocobozzz/PeerTube/pull/4161) * Accessibility/UI: @@ -58,6 +60,8 @@ * Cache refresh actor promises * Optimize activity pub video update * Relax some database transactions + * Use an internal cache for DNS resolution. + This should speed up federation and fix weird acquire timeouts in sequelize pool (causing slowness in the client interface) ### Bug fixes @@ -71,6 +75,14 @@ * Fix some 404 errors for remote avatar * Fix daily quota display * Fix ownership change with a live video + * Correctly handle broken plugin install + * Fix channel deletion when it has videos + * Force TLS for webfinger in production + * Correctly support `wav` mimetype + * Fix default video privacy when plugins deleted private video privacy + * Fix subscribe hotkey + * Fix HTTP fallback with a video that does not have webtorrent files + * Fill video information when importing a peertube video ## v3.2.1