diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:09:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:37:27 +0200 |
commit | 7373e969ff65d71d20c5e80b071c2e14a4c04c48 (patch) | |
tree | 7f9a09bd2d488a2fa5483ea61e893c744e8ca96a | |
parent | 37e0a1c05556e6798fb96dc4046f12a0f84151ef (diff) | |
download | PeerTube-7373e969ff65d71d20c5e80b071c2e14a4c04c48.tar.gz PeerTube-7373e969ff65d71d20c5e80b071c2e14a4c04c48.tar.zst PeerTube-7373e969ff65d71d20c5e80b071c2e14a4c04c48.zip |
Bump changelog
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a1f2549..fec8926f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,18 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.4.1 | ||
4 | |||
5 | ### Bug fixes | ||
6 | |||
7 | * Fix broken PeerTube when cookies are disabled or if the embed iframe does not have appropriate options | ||
8 | * Fix search by channel's handle with an handle containing the local host | ||
9 | * Don't display autoblock message in upload page it is not enabled by the admin | ||
10 | * Don't index `/about/peertube` page | ||
11 | * Correctly handle OEmbed with an URL containing query parameters | ||
12 | * More robust youtube-dl thumbnail import | ||
13 | * Don't send a new video notification when using create transcoding CLI script | ||
14 | |||
15 | |||
3 | ## v3.4.0 | 16 | ## v3.4.0 |
4 | 17 | ||
5 | ### IMPORTANT NOTES | 18 | ### IMPORTANT NOTES |