aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-16 10:55:29 +0200
committerChocobozzz <me@florianbigard.com>2018-10-16 16:41:36 +0200
commit26370ce469913f48b1c10b91d68ac8cb67586ce1 (patch)
treee01c9a35a2cc7508694dab9c0f9828f750389ae2 /CHANGELOG.md
parentfd28a0fc8833c8cfe1017a88fbda141130b2d263 (diff)
downloadPeerTube-26370ce469913f48b1c10b91d68ac8cb67586ce1.tar.gz
PeerTube-26370ce469913f48b1c10b91d68ac8cb67586ce1.tar.zst
PeerTube-26370ce469913f48b1c10b91d68ac8cb67586ce1.zip
Move redundancy in its own travis container
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a1363041..d2bd98f4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,39 @@
1# Changelog 1# Changelog
2 2
3## v1.1.0-alpha.1
4
5We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.
6This release could contain bugs. Don't expect a stable v1.1.0 until December :)
7
8### Scripts
9
10 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
11 * Add REPL script ([@McFlat](https://github.com/mcflat))
12
13### Docker
14
15 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
16 * Add docker dev image ([@am97](https://github.com/am97))
17
18### Features
19
20 * Automatically resume videos if the user is logged in
21 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
22 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
23 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
24 * Add moderation tools in the account page
25 * Add bulk actions in users table (Delete/Ban for now)
26 * Add search filter in admin users table
27 * Add search filter in admin following
28 * Add search filter in admin followers
29 * Add ability to list all local videos
30 * Add ability for users to mute an account or an instance
31 * Add ability for administrators to mute an account or an instance
32 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
33 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
34 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
35
36
3## v1.0.0 37## v1.0.0
4 38
5### SECURITY 39### SECURITY