aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-31 09:43:26 +0200
committerChocobozzz <me@florianbigard.com>2018-07-31 09:45:57 +0200
commit0933bb4a8a105d5393a3590e222cb0450102a8aa (patch)
tree9e68ccd6c1a42aedd56cd227d25df7735739476e /CHANGELOG.md
parent4a9e71c2b1ef57de01cd04984348b3957ebbc21d (diff)
downloadPeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.tar.gz
PeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.tar.zst
PeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.zip
Fix responsive on videos search
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40ecea67c..8920fbccb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,13 +22,15 @@ This version is a pre release because it contains many important changes, and re
22$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' 22$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
23$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' 23$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
24``` 24```
25
26You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
25 27
26### BREAKING CHANGES 28### BREAKING CHANGES
27 29
28 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database 30 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
29 * `category` filter param is replaced by `categoryOneOf` 31 * `category` filter param is replaced by `categoryOneOf`
30 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). PeerTube should migrate your old pending jobs in this new queue manager 32 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
31 * Update nginx template 33 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
32 * Update default cache size configurations 34 * Update default cache size configurations
33 35
34### Features 36### Features