diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-27 09:09:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-27 09:09:50 +0100 |
commit | 16ec5e0833a4f72e75ca2a4f4be00f0453c68c80 (patch) | |
tree | 5b33355cebd25e57cf4695ac59ada14c087c083c /CHANGELOG.md | |
parent | e81871782db9927b2eb14b5deeb03b4e7b3cce0a (diff) | |
parent | 195ba6cdf38f4515a514cf8432930576539b0a04 (diff) | |
download | PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.tar.gz PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.tar.zst PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.zip |
Merge branch 'release/2.1.0'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3149476bb..4887614a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,20 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v2.1.1 | ||
4 | |||
5 | ### Bug fixes | ||
6 | |||
7 | * Fix youtube-dl in docker image | ||
8 | * Fix playlist creation/update | ||
9 | * Fix fetch of instance config in client | ||
10 | * Manual approves followers only for the instance (and not accounts/channels) | ||
11 | * Fix avatar update | ||
12 | * Fix CSP for embeds | ||
13 | * Fix scroll of the menu on mobile | ||
14 | * Fix CPU usage of PostgreSQL | ||
15 | * Fix embed for iOS | ||
16 | |||
17 | |||
3 | ## v2.1.0 | 18 | ## v2.1.0 |
4 | 19 | ||
5 | **Since v2.0.0** | 20 | **Since v2.0.0** |