aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-03 09:54:34 +0100
committerChocobozzz <me@florianbigard.com>2018-12-03 09:54:34 +0100
commit556ec6d0bc559685b9d5fcc878095e73c5a36bf7 (patch)
treeee9b0b6a306005a3e46d9badb326887fb9e98db2 /CHANGELOG.md
parentdbe6aa698eaacf9125d2c4232dee6e3e1f0d7ba1 (diff)
downloadPeerTube-556ec6d0bc559685b9d5fcc878095e73c5a36bf7.tar.gz
PeerTube-556ec6d0bc559685b9d5fcc878095e73c5a36bf7.tar.zst
PeerTube-556ec6d0bc559685b9d5fcc878095e73c5a36bf7.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md89
1 files changed, 89 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae66805e3..a50884690 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,94 @@
1# Changelog 1# Changelog
2 2
3## v1.1.0
4
5## Since v1.0.1
6
7### Maintenance
8
9 * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk))
10 * Add basic ActivityPub documentation: https://docs.joinpeertube.org/lang/en/devdocs/federation.html ([@rigelk](https://github.com/rigelk))
11 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
12 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
13 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
14 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
15
16### Scripts
17
18 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
19 * Add REPL script ([@McFlat](https://github.com/mcflat))
20
21### Docker
22
23 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
24 * Add docker dev image ([@am97](https://github.com/am97))
25 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
26 * Add postfix image
27 * Redirect HTTP -> HTTPS
28 * Disable Træfik web UI
29 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
30
31### Features
32
33 * Automatically resume videos if the user is logged in
34 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
35 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
36 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
37 * Add moderation tools in the account page
38 * Add bulk actions in users table (Delete/Ban for now)
39 * Add search filter in admin users table
40 * Add search filter in admin following
41 * Add search filter in admin followers
42 * Add ability to list all local videos
43 * Add ability for users to mute an account or an instance
44 * Add ability for administrators to mute an account or an instance
45 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
46 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
47 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
48 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
49 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
50 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
51 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
52 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
53 * Add background effect to activated menu entry
54 * Improve video upload error handling
55 * Improve message visibility on signup
56 * Auto login user on signup if email verification is disabled
57 * Speed up PeerTube startup (in particular the first one)
58 * Delete invalid or deleted remote videos
59 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
60 * Add separators in user moderation dropdown
61
62### Bug fixes
63
64 * AP mimeType -> mediaType
65 * PeerTube is not in beta anymore
66 * PeerTube is not in alpha anymore :p
67 * Fix optimize old videos script
68 * Check follow constraints when getting a video
69 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
70 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
71 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
72 * Fix Linked Signature compatibility
73 * Fix AP collections pagination
74 * Fix too big thumbnails (when using URL import)
75 * Do not host remote AP objects: use redirection instead
76 * Fix video miniature with a long name
77 * Fix video views inconsistencies inside the federation
78 * Fix video embed in Wordpress Gutenberg
79 * Fix video channel videos url when scrolling
80 * Fix player progress bar/seeking when changing resolution
81 * Fix search tab title with no search
82 * Fix YouTube video import with some videos
83
84## Since v1.1.0-rc.1
85
86### Bug fixes
87
88 * Fix AP infinite redirection
89 * Fix trending page
90
91
3## v1.1.0-rc.1 (since v1.1.0-alpha.2) 92## v1.1.0-rc.1 (since v1.1.0-alpha.2)
4 93
5### Maintenance 94### Maintenance