aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJorropo <jorropo.pgm@gmail.com>2018-08-21 09:22:25 +0200
committerChocobozzz <me@florianbigard.com>2018-08-21 09:30:26 +0200
commit3256a4a6035af8e09bb243837166d663d185ceae (patch)
tree94c5156781b2903abaf43cb5117f55f50f0a8df9 /CHANGELOG.md
parent3711d5a2ff5a42cc1acd81ecc0d3730913f9498f (diff)
downloadPeerTube-3256a4a6035af8e09bb243837166d663d185ceae.tar.gz
PeerTube-3256a4a6035af8e09bb243837166d663d185ceae.tar.zst
PeerTube-3256a4a6035af8e09bb243837166d663d185ceae.zip
Fix changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 301ab51f1..eec280dd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
6 6
7### Features 7### Features
8 8
9 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet. 9 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
10 Should be explicitly enabled by the administrator in the configuration file 10 Should be explicitly enabled by the administrator in the configuration file
11 * Add german, spanish, taiwan (traditional chinese) and occitan languages 11 * Add german, spanish, taiwan (traditional chinese) and occitan languages
12 * Add ability to delete our account 12 * Add ability to delete our account
@@ -20,12 +20,12 @@
20 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube) 20 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
21 * Add database pool configuration ([@rigelk](https://github.com/rigelk)) 21 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
22 * Add audit log ([@Nautigsam](https://github.com/Nautigsam)) 22 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
23 * Add ffmpeg auto thread ([@jorropo](https://github.com/jorropo)) 23 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
24 * Upgrade to bootstrap 4 24 * Upgrade to bootstrap 4
25 * DNT support 25 * DNT support
26 26
27### Bug fixes 27### Bug fixes
28 28
29 * Fix videos FPS federation 29 * Fix videos FPS federation
30 * Cleanup request files on bad request 30 * Cleanup request files on bad request
31 * Handle truncated markdown links 31 * Handle truncated markdown links
@@ -58,7 +58,7 @@
58 * Move subscription helper in the account line in video watch page 58 * Move subscription helper in the account line in video watch page
59 * Fix responsive on videos search 59 * Fix responsive on videos search
60 * Refresh orphan actors 60 * Refresh orphan actors
61 * Don't send a follow request if the follow was already accepted 61 * Don't send a follow request if the follow was already accepted
62 62
63 63
64## v1.0.0-beta.10.pre.2 64## v1.0.0-beta.10.pre.2
@@ -85,7 +85,7 @@ $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm
85``` 85```
86 86
87You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html). 87You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
88 88
89### BREAKING CHANGES 89### BREAKING CHANGES
90 90
91 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database 91 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
@@ -95,7 +95,7 @@ You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/co
95 * Update default cache size configurations 95 * Update default cache size configurations
96 * Update search API route: `/videos/search` becomes `/search/videos` 96 * Update search API route: `/videos/search` becomes `/search/videos`
97 * Needs Redis >= 2.8.18 97 * Needs Redis >= 2.8.18
98 98
99### Features 99### Features
100 100
101 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto) 101 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
@@ -148,7 +148,7 @@ You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/co
148### Docker 148### Docker
149 149
150 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env 150 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
151 151
152 152
153## v1.0.0-beta.9 153## v1.0.0-beta.9
154 154
@@ -400,7 +400,7 @@ You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/co
400 400
401## v1.0.0-beta.1 401## v1.0.0-beta.1
402 402
403Nothing new here, but PeerTube is stable enough for being in beta now. 403Nothing new here, but PeerTube is stable enough for being in beta now.
404 404
405 405
406## v1.0.0-alpha.9 406## v1.0.0-alpha.9
@@ -438,7 +438,7 @@ Nothing new here, but PeerTube is stable enough for being in beta now.
438 438
439### Features 439### Features
440 440
441 * Add ability to set a short instance description 441 * Add ability to set a short instance description
442 442
443 443
444## v1.0.0-alpha.7 444## v1.0.0-alpha.7
@@ -550,7 +550,7 @@ Nothing new here, but PeerTube is stable enough for being in beta now.
550 550
551### Features 551### Features
552 552
553 * Add ability to link a specific comment 553 * Add ability to link a specific comment
554 554
555### Bug fixes 555### Bug fixes
556 556