aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-28 11:47:09 +0100
committerChocobozzz <me@florianbigard.com>2019-10-28 11:48:47 +0100
commit76cfb6ed8d2e44e0edfe0a97a9d806b89b3cf5e3 (patch)
tree5aa82d550395416c1a4ed5ae383a7494e762f058 /CHANGELOG.md
parent42aac9fcfc837ddd60ac304a6e0f54b6e0e7a8e0 (diff)
downloadPeerTube-76cfb6ed8d2e44e0edfe0a97a9d806b89b3cf5e3.tar.gz
PeerTube-76cfb6ed8d2e44e0edfe0a97a9d806b89b3cf5e3.tar.zst
PeerTube-76cfb6ed8d2e44e0edfe0a97a9d806b89b3cf5e3.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md74
1 files changed, 74 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 215ef59a2..3ea2a5497 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,79 @@
1# Changelog 1# Changelog
2 2
3## v2.0.0-rc.1
4
5### IMPORTANT NOTES
6
7 * Removed old JSON LD signature implementation. There will be some **federation incompatibilities** with forwarded activities sent
8 by PeerTube instances < v2.0.0
9 * Replaced configuration key `email.object` with `email.subject`: https://github.com/Chocobozzz/PeerTube/commit/916937d7daf386e4e2d37b2ca22db07b644b02df
10
11### Plugins/Themes API
12
13 * Add plugin hook on registration `filter:api.user.signup.allowed.result`
14
15### Maintenance
16
17 * Add `--tmpdir`, `--first`, `--last` and `--verbose [level]` parameters to peertube-import-videos script ([Yetangitu](https://github.com/Yetangitu))
18 * Improve REST API documentation ([@frankstrater](https://github.com/frankstrater))
19 * Improve plugin management documentation
20
21### Features
22
23 * Better instance admin responsibility:
24 * Add ability to set more information about your instance. This will be used in the future on https://joinpeertube.org to help people find
25 the appropriate PeerTube instance on which they can register:
26 * Main **Categories**
27 * **Languages** you/your moderators speak
28 * **Code of Conduct**
29 * **Moderation information** (who moderates your instance, NSFW policy etc)
30 * Who is **behind the instance** (a single person? non-profit?)
31 * Why did the admin **create this instance**
32 * How long the admin plan to **maintain the instance**
33 * How the administrator **will finance** the PeerTube server
34 * **Hardware** information
35 * Add these information in the about page and in the signup page
36 * Add a welcome modal at first admin login with some explanations of PeerTube and some useful links
37 * Add warning modal when the administrators enables or enabled signup but did not fill some important information regarding their instance
38 (for now the instance **name**, **terms**, **administrator** and **maintenance lifetime** information)
39 * Add ability to automatically follow back other instances
40 * Add ability to automatically follow instances from [the public registry](https://instances.joinpeertube.org/)
41 * Add *Most liked videos* page ([@alcalyn](https://github.com/alcalyn))
42 * Add a drag&drop delay on playlist videos to allow user scroll on small screens ([@alcalyn](https://github.com/alcalyn))
43 * Allow to toggle video publication date to display absolute date ([@alcalyn](https://github.com/alcalyn))
44 * Add statistics in about page ([@alcalyn](https://github.com/alcalyn))
45 * Improve the *feature table* in about page
46 * Add contributors in about page
47 * Clearer warning of IP address leaking on embedded videos ([@robinkooli](https://github.com/robinkooli))
48 * Case insensitive search on video tags
49 * Add video name in "video publish notification"
50 * Add ability to autoplay next recommended video (opt in) ([@LoveIsGrief](https://github.com/LoveIsGrief))
51 * Add link behind the subscribe via RSS button ([@frankstrater](https://github.com/frankstrater))
52 * Support text/plain caption files
53 * Speedup theme injection
54
55### Bug fixes
56
57 * Fix audio upload
58 * Fix traefik version docker compose
59 * Handle video reports from mastodon
60 * Fix videos redundancy exceeding the limit
61 * Fix search when user defined video languages in their preferences
62 * Don't quick transcode with the wrong pixel format
63 * Hide videos abuses of muted accounts
64 * Fix account avatar widths
65 * Fix default `commentsEnabled` and `downloadEnabled` values on video upload/import ([@frankstrater](https://github.com/frankstrater))
66 * Disable auto complete of email field when editing another user information in admin panel ([@Knackie](https://github.com/Knackie))
67 * Fix federation issues with some actors (that have long descriptions, or missing optional AP fields)
68 * Remove down redundancy endpoints in HLS player
69 * Fix user notifications with multiple opened tabs
70 * Replace "overview" by "discover" in webpage titles
71 * Clearer IP debug message in admin panel
72 * Fix checkbox styles when using a theme
73 * Don't redirect on verify account page after login
74 * Fix player captions menu after choosing a subtitle
75
76
3## v1.4.1 77## v1.4.1
4 78
5### Bug fixes 79### Bug fixes