diff options
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f2e02d..9e6fdd725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,8 +1,33 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.1.0-alpha.2 (since v1.1.0-alpha.1) | ||
4 | |||
5 | ### Security/Maintenance/Federation | ||
6 | |||
7 | * Add HTTP Signature in addition to Linked Signature: | ||
8 | * It's faster | ||
9 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | ||
10 | |||
11 | ### Features | ||
12 | |||
13 | * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic)) | ||
14 | * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk)) | ||
15 | * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque)) | ||
16 | * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk)) | ||
17 | * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat)) | ||
18 | |||
19 | ### Bug fixes | ||
20 | |||
21 | * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic)) | ||
22 | * AP mimeType -> mediaType | ||
23 | * PeerTube is not in beta anymore | ||
24 | * PeerTube is not in alpha anymore :p | ||
25 | * Fix optimize old videos script | ||
26 | |||
27 | |||
3 | ## v1.0.1 | 28 | ## v1.0.1 |
4 | 29 | ||
5 | ### SECURITY | 30 | ### Security/Maintenance/Federation |
6 | 31 | ||
7 | * Add HTTP Signature in addition to Linked Signature: | 32 | * Add HTTP Signature in addition to Linked Signature: |
8 | * It's faster | 33 | * It's faster |