diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-21 17:18:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-21 17:18:59 +0200 |
commit | f2c6d11bd8a70c58d5379ad7a2a8edae86c14a4f (patch) | |
tree | ddc701586fe93cc5a34da76a1ac3b82d0b92962f /CHANGELOG.md | |
parent | 63dc589865fa1882d38f1d9e0050d2341869d487 (diff) | |
download | PeerTube-f2c6d11bd8a70c58d5379ad7a2a8edae86c14a4f.tar.gz PeerTube-f2c6d11bd8a70c58d5379ad7a2a8edae86c14a4f.tar.zst PeerTube-f2c6d11bd8a70c58d5379ad7a2a8edae86c14a4f.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1feaab7c1..62b1b057a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,26 +1,44 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.3.0-rc.2 | ||
4 | |||
5 | ### Docker | ||
6 | |||
7 | * Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml) | ||
8 | and update your [.env](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env#L8) to fix IP forwarding issue ([@Nutomic](https://github.com/nutomic)) | ||
9 | |||
10 | ### Bug fixes | ||
11 | |||
12 | * Fix playlist block width when the player is in theater mode | ||
13 | * Reset playlist add dropdown in watch page on video change | ||
14 | * Fix follow with Mastodon | ||
15 | * Fix playlist elements reordering | ||
16 | * Fix my videos list pagination | ||
17 | * Fix video thumbnails in admin blacklist page | ||
18 | * Fix video views that are not considered | ||
19 | |||
20 | |||
3 | ## v1.3.0-rc.1 | 21 | ## v1.3.0-rc.1 |
4 | 22 | ||
5 | ## IMPORTANT NOTES | 23 | ### IMPORTANT NOTES |
6 | 24 | ||
7 | * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr) | 25 | * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr) |
8 | * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml** | 26 | * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml** |
9 | * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110) | 27 | * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110) |
10 | 28 | ||
11 | ### Maintenance | 29 | ## Maintenance |
12 | 30 | ||
13 | * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development | 31 | * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development |
14 | * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry)) | 32 | * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry)) |
15 | * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs)) | 33 | * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs)) |
16 | * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk)) | 34 | * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk)) |
17 | 35 | ||
18 | ## Docker | 36 | ### Docker |
19 | 37 | ||
20 | * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666) | 38 | * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666) |
21 | * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic)) | 39 | * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic)) |
22 | 40 | ||
23 | ## Features | 41 | ### Features |
24 | 42 | ||
25 | * Add video playlist support | 43 | * Add video playlist support |
26 | * A user has a default `Watch-later` playlist | 44 | * A user has a default `Watch-later` playlist |
@@ -73,7 +91,7 @@ | |||
73 | * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface)) | 91 | * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface)) |
74 | * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface)) | 92 | * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface)) |
75 | 93 | ||
76 | ## Bug fixes | 94 | ### Bug fixes |
77 | 95 | ||
78 | * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel)) | 96 | * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel)) |
79 | * Fix account description database error | 97 | * Fix account description database error |
@@ -98,7 +116,7 @@ | |||
98 | 116 | ||
99 | ## v1.2.1 | 117 | ## v1.2.1 |
100 | 118 | ||
101 | ## Bug fixes | 119 | ### Bug fixes |
102 | 120 | ||
103 | * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server | 121 | * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server |
104 | * Fix too long display name overflow in menu | 122 | * Fix too long display name overflow in menu |
@@ -172,7 +190,7 @@ | |||
172 | * Increase video abuse length to 3000 characters | 190 | * Increase video abuse length to 3000 characters |
173 | * Add totalLocalVideoFilesSize in the stats endpoint | 191 | * Add totalLocalVideoFilesSize in the stats endpoint |
174 | 192 | ||
175 | ## Bug fixes | 193 | ### Bug fixes |
176 | 194 | ||
177 | * Fix the addition of captions to a video | 195 | * Fix the addition of captions to a video |
178 | * Fix federation of some videos | 196 | * Fix federation of some videos |