aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-22 11:22:01 +0200
committerChocobozzz <me@florianbigard.com>2018-05-22 11:22:01 +0200
commit67477ee46597275cdf9bf52f326b37d6ac2ddb6a (patch)
treee9cef3291f0cf3ef6d1e2ddb20cf1a2037b90955 /CHANGELOG.md
parent78881bc4fab0bb7f3bcda587ea7e2e04a13fd745 (diff)
downloadPeerTube-67477ee46597275cdf9bf52f326b37d6ac2ddb6a.tar.gz
PeerTube-67477ee46597275cdf9bf52f326b37d6ac2ddb6a.tar.zst
PeerTube-67477ee46597275cdf9bf52f326b37d6ac2ddb6a.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 df0ea9019..70fe71b2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,42 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.5
4
5### BREAKING CHANGES
6
7 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
8 * Rename client routes:
9 * `/admin/users/add` to `/admin/users/create`
10 * `/videos/edit/:uuid` to `/videos/update/:uuid`
11 * `/admin/users/:id/update` to `/admin/users/update/:id`
12
13
14### Features
15
16 * Adding basic helpers to guide users for comments/subscribe to accounts
17 * Add ability to move a video in another channel
18 * Improve web browser RAM consumption when watching (long) videos
19 * Support robots.txt in configuration
20 * Add ability to select the Redis database in configuration
21
22
23### Bug fixes
24
25 * Fix error message on token expiration
26 * Increase menu icon size
27 * Add timeout and TTL to request jobs to fix stuck job
28 * Fix responsive account about page
29 * Fix updating description account
30 * Account/video channel descriptions are not required anymore
31 * Fix video channel description and support max length (500 characters now)
32 * Fix "..." for buttons (delete/edit) in admin tables
33 * Fix overflow in markdown textarea preview
34 * Add ability to embed videos in a Twitter card
35 * Use `publishedAt` attribute when sorting videos
36 * Fix concurrent requests in videos list
37 * Fix player on iOS
38
39
3## v1.0.0-beta.4 40## v1.0.0-beta.4
4 41
5### BREAKING CHANGES 42### BREAKING CHANGES