aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-27 08:16:15 +0100
committerChocobozzz <me@florianbigard.com>2020-02-28 13:45:42 +0100
commitbe9bb9475e23a99f5a275259536767ef458fe33d (patch)
tree855c95bcab31af45b1c48ca1c37e980a3e1fd6be /CHANGELOG.md
parent818c449b3c34e9f324ac744120c8774e724ab25e (diff)
downloadPeerTube-be9bb9475e23a99f5a275259536767ef458fe33d.tar.gz
PeerTube-be9bb9475e23a99f5a275259536767ef458fe33d.tar.zst
PeerTube-be9bb9475e23a99f5a275259536767ef458fe33d.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cb7cb99f..0272d851c 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**