aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-06 11:57:17 +0100
committerChocobozzz <me@florianbigard.com>2019-02-06 11:57:48 +0100
commita35268287e8bb6d613148cf392bb2b7583bbfaae (patch)
tree1194a8b0e4ea430f851cc907e8c2462da530d104 /CHANGELOG.md
parent4a57b65cc5a3cea50c30c0e93eee7490845a170d (diff)
downloadPeerTube-a35268287e8bb6d613148cf392bb2b7583bbfaae.tar.gz
PeerTube-a35268287e8bb6d613148cf392bb2b7583bbfaae.tar.zst
PeerTube-a35268287e8bb6d613148cf392bb2b7583bbfaae.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 440d1fbcf..13bec7535 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,13 @@
1# Changelog 1# Changelog
2 2
3## v1.2.0-rc.1 3## v1.2.0
4 4
5### BREAKING CHANGES 5### BREAKING CHANGES
6 6
7 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir)) 7 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
8 * **Docker:** Check you have all the storage fields in your `/config/production.yaml` file: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L34
8 * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx** 9 * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
10 * **nginx:** Add socket io endpoint. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
9 * Moderators can manage users now (add/delete/update/block) 11 * Moderators can manage users now (add/delete/update/block)
10 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml** 12 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
11 13
@@ -81,6 +83,9 @@
81 * Add missing translations in video embed page 83 * Add missing translations in video embed page
82 * Fix some styling issues in dark mode 84 * Fix some styling issues in dark mode
83 * Fix transcoding issues with some videos 85 * Fix transcoding issues with some videos
86 * Fix Mac OS mkv/avi upload
87 * Fix menu overflow on mobile
88 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
84 89
85 90
86## v1.1.0 91## v1.1.0