diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:09:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:09:50 +0200 |
commit | 979139d2d2fb21a92e023abdbb41b3a04d235042 (patch) | |
tree | 8012763b36a7ba91a84cd2a4708ab48122204cf6 | |
parent | d8fb3a2f0de0a7600d5fb130b219aff28fd08830 (diff) | |
download | PeerTube-979139d2d2fb21a92e023abdbb41b3a04d235042.tar.gz PeerTube-979139d2d2fb21a92e023abdbb41b3a04d235042.tar.zst PeerTube-979139d2d2fb21a92e023abdbb41b3a04d235042.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 |