aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-22 11:29:13 +0100
committerChocobozzz <me@florianbigard.com>2018-11-22 11:29:22 +0100
commit38c62754833c7133772a387dd8ebac306e2e5d89 (patch)
treee82f9ad096b18c35f254a941d5486a1c9ec53959
parenta99e2d9448f12ebfb7e824fd34470b52206fd7a8 (diff)
downloadPeerTube-38c62754833c7133772a387dd8ebac306e2e5d89.tar.gz
PeerTube-38c62754833c7133772a387dd8ebac306e2e5d89.tar.zst
PeerTube-38c62754833c7133772a387dd8ebac306e2e5d89.zip
Update changelog
-rw-r--r--CHANGELOG.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e6fdd725..ff336daf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,53 @@
1# Changelog 1# Changelog
2 2
3## v1.1.0-rc.1 (since v1.1.0-alpha.2)
4
5### Maintenance
6
7 * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk))
8 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
9 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
10 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
11 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
12
13### Docker
14
15 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
16 * Add postfix image
17 * Redirect HTTP -> HTTPS
18 * Disable Træfik web UI
19 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
20
21### Features
22
23 * Add background effect to activated menu entry
24 * Improve video upload error handling
25 * Improve message visibility on signup
26 * Auto login user on signup if email verification is disabled
27 * Speed up PeerTube startup (in particular the first one)
28 * Delete invalid or deleted remote videos
29 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
30 * Add separators in user moderation dropdown
31
32### Bug fixes
33
34 * Check follow constraints when getting a video
35 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
36 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
37 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
38 * Fix Linked Signature compatibility
39 * Fix AP collections pagination
40 * Fix too big thumbnails (when using URL import)
41 * Do not host remote AP objects: use redirection instead
42 * Fix video miniature with a long name
43 * Fix video views inconsistencies inside the federation
44 * Fix video embed in Wordpress Gutenberg
45 * Fix video channel videos url when scrolling
46 * Fix player progress bar/seeking when changing resolution
47 * Fix search tab title with no search
48 * Fix YouTube video import with some videos
49
50
3## v1.1.0-alpha.2 (since v1.1.0-alpha.1) 51## v1.1.0-alpha.2 (since v1.1.0-alpha.1)
4 52
5### Security/Maintenance/Federation 53### Security/Maintenance/Federation