diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-06 13:41:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-06 13:41:17 +0100 |
commit | 552dd3306fe867d8be30508ef9f30a1738241082 (patch) | |
tree | 37cce63157ea13299b9fb2749bb9efb6e6d43c5b | |
parent | 9fb6cfc49b38d006d1d25e09efedf15f87c44310 (diff) | |
parent | f5305c04aae14467d6f957b713c5a902275cbb89 (diff) | |
download | PeerTube-552dd3306fe867d8be30508ef9f30a1738241082.tar.gz PeerTube-552dd3306fe867d8be30508ef9f30a1738241082.tar.zst PeerTube-552dd3306fe867d8be30508ef9f30a1738241082.zip |
Merge branch 'release/v1.2.0' into develop
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
4 files changed, 9 insertions, 4 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 |
diff --git a/client/package.json b/client/package.json index 42deddd5f..31fc77887 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube-client", | 2 | "name": "peertube-client", |
3 | "version": "1.2.0-rc.1", | 3 | "version": "1.2.0", |
4 | "private": true, | 4 | "private": true, |
5 | "licence": "GPLv3", | 5 | "licence": "GPLv3", |
6 | "author": { | 6 | "author": { |
diff --git a/package.json b/package.json index f91bf8593..0cf39c7ee 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube", | 2 | "name": "peertube", |
3 | "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", | 3 | "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", |
4 | "version": "1.2.0-rc.1", | 4 | "version": "1.2.0", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPLv3", | 6 | "licence": "AGPLv3", |
7 | "engines": { | 7 | "engines": { |
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index cca555806..f2bb945f9 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1,7 +1,7 @@ | |||
1 | openapi: 3.0.0 | 1 | openapi: 3.0.0 |
2 | info: | 2 | info: |
3 | title: PeerTube | 3 | title: PeerTube |
4 | version: 1.2.0-rc.1 | 4 | version: 1.2.0 |
5 | contact: | 5 | contact: |
6 | name: PeerTube Community | 6 | name: PeerTube Community |
7 | url: 'https://joinpeertube.org' | 7 | url: 'https://joinpeertube.org' |