aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-29 13:42:03 +0200
committerChocobozzz <me@florianbigard.com>2018-03-29 13:42:03 +0200
commitd8c2e379884aebff30a582420d7d61028ee57a65 (patch)
treeddcffeac8f5e674ba870f7562cf7b8cc3d40a900 /CHANGELOG.md
parent09becad8e85cc4007ff862b26fa4195f3d0e7c8d (diff)
downloadPeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.tar.gz
PeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.tar.zst
PeerTube-d8c2e379884aebff30a582420d7d61028ee57a65.zip
Upgrade changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e8bb7e16..bedeb556c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@
4 4
5### Features 5### Features
6 6
7 * Add hover background color in menu
8 * Add info about the initial user quota in the registration form
9 * Add link to register in the login form
10 * Prevent brute force login attack
11
12### Bug fixes
13
14 * Fix bad federation with videos with special utf characters in description (again)
15 * Fix views system behind a reverse proxy
16
17
18## v1.0.0-beta.2
19
20### Features
21
7 * More logging in SMTP module 22 * More logging in SMTP module
8 * Add option to disable starttls in SMTP module 23 * Add option to disable starttls in SMTP module
9 * Update STUN servers (using framasoft.org and stunprotocol.org now) 24 * Update STUN servers (using framasoft.org and stunprotocol.org now)
@@ -37,6 +52,7 @@
37 * Fix communication of a PeerTube instance and Mastodon 52 * Fix communication of a PeerTube instance and Mastodon
38 * Fix custom configuration with number values 53 * Fix custom configuration with number values
39 54
55
40## v1.0.0-beta.1 56## v1.0.0-beta.1
41 57
42Nothing new here, but PeerTube is stable enough for being in beta now. 58Nothing new here, but PeerTube is stable enough for being in beta now.