Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed May 21, 2019
1 parent 63dc589 commit f2c6d11
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,44 @@
# Changelog

## v1.3.0-rc.2

### Docker

* Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
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))

### Bug fixes

* Fix playlist block width when the player is in theater mode
* Reset playlist add dropdown in watch page on video change
* Fix follow with Mastodon
* Fix playlist elements reordering
* Fix my videos list pagination
* Fix video thumbnails in admin blacklist page
* Fix video views that are not considered


## v1.3.0-rc.1

## IMPORTANT NOTES
### IMPORTANT NOTES

* **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
* Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
* CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)

### Maintenance
## Maintenance

* 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
* Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
* Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
* Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))

## Docker
### Docker

* **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)
* Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))

## Features
### Features

* Add video playlist support
* A user has a default `Watch-later` playlist
Expand Down Expand Up @@ -73,7 +91,7 @@
* Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
* Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))

## Bug fixes
### Bug fixes

* Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
* Fix account description database error
Expand All @@ -98,7 +116,7 @@

## v1.2.1

## Bug fixes
### Bug fixes

* **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
* Fix too long display name overflow in menu
Expand Down Expand Up @@ -172,7 +190,7 @@
* Increase video abuse length to 3000 characters
* Add totalLocalVideoFilesSize in the stats endpoint

## Bug fixes
### Bug fixes

* Fix the addition of captions to a video
* Fix federation of some videos
Expand Down

0 comments on commit f2c6d11

Please sign in to comment.