diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-28 17:28:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-28 17:28:53 +0200 |
commit | 77a87fec6c244074b786f67e135a1fe35bd7009f (patch) | |
tree | 307bfb3890e51c9c21dbb20ea34a6ddcfc83bfa8 /CHANGELOG.md | |
parent | f2de393e74f19982b77d24f14f50f1373d5fce76 (diff) | |
download | PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.gz PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.zst PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf44eb3c..10a73d93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,32 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.7 | ||
4 | |||
5 | ### BREAKING CHANGES | ||
6 | |||
7 | * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`) | ||
8 | |||
9 | ### Documentation | ||
10 | |||
11 | * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md | ||
12 | |||
13 | ### Features | ||
14 | |||
15 | * Add short description in about page | ||
16 | * Add owner account name in video channel page | ||
17 | * Improve performance in ActivityPub controllers | ||
18 | * Video **support** field inherits video channel **support** field when uploading/updating a video | ||
19 | * Resume video when clicking on "PeerTube" link in embed | ||
20 | |||
21 | ### Bug fixes | ||
22 | |||
23 | * Fix player on Android | ||
24 | * Fix player when Firefox has cookies disabled | ||
25 | * Reload "my videos" after a delete | ||
26 | * Fix missing key configuration when upgrading with Docker | ||
27 | * Fix CC audience in Activity Pub objects/activities | ||
28 | |||
29 | |||
3 | ## v1.0.0-beta.6 | 30 | ## v1.0.0-beta.6 |
4 | 31 | ||
5 | ### Features | 32 | ### Features |