diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-08 17:22:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-08 17:22:56 +0200 |
commit | c504295581a820a4c26ae524d288f20dcad5b5b2 (patch) | |
tree | 178860324d6c4e4b2607dda9fbbb467734a3c31a /CHANGELOG.md | |
parent | c97ebaa6a8f971e13d5c882f03a7e16bf1af3063 (diff) | |
download | PeerTube-c504295581a820a4c26ae524d288f20dcad5b5b2.tar.gz PeerTube-c504295581a820a4c26ae524d288f20dcad5b5b2.tar.zst PeerTube-c504295581a820a4c26ae524d288f20dcad5b5b2.zip |
Prepare 3.4 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9fddf8f..9d775817e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.4.0-rc.1 | 3 | ## v3.4.0 |
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
@@ -66,7 +66,9 @@ | |||
66 | * Display a modal when logged in to explain why and where set up the account profile [#4352](https://github.com/Chocobozzz/PeerTube/pull/4352) | 66 | * Display a modal when logged in to explain why and where set up the account profile [#4352](https://github.com/Chocobozzz/PeerTube/pull/4352) |
67 | * Display messages to inform why and where set up channels in *My library* pages [#4352](https://github.com/Chocobozzz/PeerTube/pull/4352) | 67 | * Display messages to inform why and where set up channels in *My library* pages [#4352](https://github.com/Chocobozzz/PeerTube/pull/4352) |
68 | * Display a warning when using capitalized letter for the email/username in the login form | 68 | * Display a warning when using capitalized letter for the email/username in the login form |
69 | * Display a message in embed on unsupported web browser | ||
69 | * Support out proxy using env variables (`HTTP_PROXY` and `HTTPS_PROXY`) [#4346](https://github.com/Chocobozzz/PeerTube/pull/4346) | 70 | * Support out proxy using env variables (`HTTP_PROXY` and `HTTPS_PROXY`) [#4346](https://github.com/Chocobozzz/PeerTube/pull/4346) |
71 | * Support *Latin* language for videos | ||
70 | 72 | ||
71 | ### Bug fixes | 73 | ### Bug fixes |
72 | 74 | ||
@@ -85,6 +87,11 @@ | |||
85 | * Fix moderation embeds | 87 | * Fix moderation embeds |
86 | * Fix description timestamp click | 88 | * Fix description timestamp click |
87 | * Fix privacy descriptions | 89 | * Fix privacy descriptions |
90 | * Safer avatar, banner and video preview | ||
91 | * Fix broken delete buttons of admin federation lists [#4378](https://github.com/Chocobozzz/PeerTube/pull/4378) | ||
92 | * More robust webtorrent redundancy download | ||
93 | * Fix hls redundancy in pruning script | ||
94 | * Fix compat' with old web browsers (Pale Moon, Safari 11, iOS 11, old webkit...)) | ||
88 | 95 | ||
89 | 96 | ||
90 | ## v3.3.0 | 97 | ## v3.3.0 |