aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-19 14:03:02 +0200
committerChocobozzz <me@florianbigard.com>2018-10-19 14:56:25 +0200
commit3aa5001eaaff2a9b0cd8d0dbfa050fdfe3c1c2e2 (patch)
tree7c82178e902bb1de50fd0687f1b2af719feb3ab5 /CHANGELOG.md
parentfc23a6c09749d64b33b8e1447ee4cae61a1c0b4e (diff)
downloadPeerTube-3aa5001eaaff2a9b0cd8d0dbfa050fdfe3c1c2e2.tar.gz
PeerTube-3aa5001eaaff2a9b0cd8d0dbfa050fdfe3c1c2e2.tar.zst
PeerTube-3aa5001eaaff2a9b0cd8d0dbfa050fdfe3c1c2e2.zip
Update changelog for 1.1.0-alpha.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
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