aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-27 15:51:36 +0200
committerChocobozzz <me@florianbigard.com>2018-03-27 15:51:36 +0200
commit05b49c1d08794a49cb682542f69b786077fdc791 (patch)
tree631663002cce0c06449886c63454d0cc968c26b4 /CHANGELOG.md
parentbe1fc4bc50811df522cbfef299da6a7540589f65 (diff)
downloadPeerTube-05b49c1d08794a49cb682542f69b786077fdc791.tar.gz
PeerTube-05b49c1d08794a49cb682542f69b786077fdc791.tar.zst
PeerTube-05b49c1d08794a49cb682542f69b786077fdc791.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f97643c75..4e8bb7e16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,42 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.2
4
5### Features
6
7 * More logging in SMTP module
8 * Add option to disable starttls in SMTP module
9 * Update STUN servers (using framasoft.org and stunprotocol.org now)
10 * Min comment length is 1 now (useful for emoji...)
11 * Better embed video player in small screens
12 * Reduce display time of title/description/control bar in embed on inactivity
13 * Add sign languages for videos attribute
14 * Add autoplay parameter for embed
15 * Videos search on account username and host too
16 * Redirect to homepage on empty search
17
18### Bug fixes
19
20 * Fix mentions in comment replies
21 * Logo/Title redirects to the default route
22 * Fix bad federation with videos with special utf characters in description
23 * Fix pagination on mobile
24 * Use instance name for page titles
25 * Fix bad id for Create activities (ActivityPub)
26 * Handle inner actors instead of just handling actor ids (ActivityPub)
27 * Fallback to torrent file if infohash is incorrect
28 * Fix admin config errors display/validation
29 * Add public to Announces (ActivityPub)
30 * Fix inability to run client when cookies are disabled
31 * Fix words breaking in videos description
32 * Graceful exit when import videos script fails
33 * Fix import videos with long names
34 * Fix login with a password containing special characters
35 * Fix player error flickering with an unsupported video format
36 * Fix comment delete federation
37 * Fix communication of a PeerTube instance and Mastodon
38 * Fix custom configuration with number values
39
3## v1.0.0-beta.1 40## v1.0.0-beta.1
4 41
5Nothing new here, but PeerTube is stable enough for being in beta now. 42Nothing new here, but PeerTube is stable enough for being in beta now.