diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 11:29:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 11:29:39 +0200 |
commit | 6d94d8662f77ce3b437f8402413dc9d9a740ed97 (patch) | |
tree | 7edc8968caa9e770647b73e287a33bc6d5aba688 | |
parent | 2a21507a38edc5f8001a32bc40832f3d87c126dc (diff) | |
download | PeerTube-6d94d8662f77ce3b437f8402413dc9d9a740ed97.tar.gz PeerTube-6d94d8662f77ce3b437f8402413dc9d9a740ed97.tar.zst PeerTube-6d94d8662f77ce3b437f8402413dc9d9a740ed97.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae05a92cb..4f2fab9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | * Remove `StandardOutput` and `StandardError` settings from systemd service template [#4300](https://github.com/Chocobozzz/PeerTube/pull/4300) | 33 | * Remove `StandardOutput` and `StandardError` settings from systemd service template [#4300](https://github.com/Chocobozzz/PeerTube/pull/4300) |
34 | * Use random UUIDs for video, torrent and streaming playlist files | 34 | * Use random UUIDs for video, torrent and streaming playlist files |
35 | * Torrent/video filename is regenerated when the file content changes: allows admins to use aggressive cachin | 35 | * Filename is regenerated when the file content changes: allows admins to use aggressive caching |
36 | 36 | ||
37 | ### CLI tools | 37 | ### CLI tools |
38 | 38 | ||
@@ -71,7 +71,7 @@ | |||
71 | 71 | ||
72 | * Fix PeerTube button link in embed | 72 | * Fix PeerTube button link in embed |
73 | * Don't remove existing redundancies on host redundancy update | 73 | * Don't remove existing redundancies on host redundancy update |
74 | * Remove thumbnail flash for autoplay when autoplay is enabled in embed | 74 | * Remove thumbnail flash when autoplay is enabled in embed |
75 | * Fetch data in bulk for the homepage, fixing API rate limit errors | 75 | * Fetch data in bulk for the homepage, fixing API rate limit errors |
76 | * Fix channel name validator consistency between client and server | 76 | * Fix channel name validator consistency between client and server |
77 | * Fix resumable upload without preview file in the body | 77 | * Fix resumable upload without preview file in the body |
@@ -79,6 +79,11 @@ | |||
79 | * Fix stats for nerd card label width | 79 | * Fix stats for nerd card label width |
80 | * Fix stats for nerd card resolution | 80 | * Fix stats for nerd card resolution |
81 | * Fix uploading videos with empty tags in CLI tools | 81 | * Fix uploading videos with empty tags in CLI tools |
82 | * Fix HLS player on non HTTPS instances | ||
83 | * Hide schedule privacy if private was removed by a plugin | ||
84 | * Fix moderation embeds | ||
85 | * Fix description timestamp click | ||
86 | * Fix privacy descriptions | ||
82 | 87 | ||
83 | 88 | ||
84 | ## v3.3.0 | 89 | ## v3.3.0 |