diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8972fdf..25731ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | ### IMPORTANT NOTES | 7 | ### IMPORTANT NOTES |
8 | 8 | ||
9 | * Add `client_overrides` directory in configuration file. **You must configure it in your production.yaml** | ||
9 | * Deprecate `/videos/abuse` endpoint. | 10 | * Deprecate `/videos/abuse` endpoint. |
10 | A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0) | 11 | A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0) |
11 | * Renamed videos blacklist feature to videos blocks/blocklist | 12 | * Renamed videos blacklist feature to videos blocks/blocklist |
@@ -38,6 +39,10 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al | |||
38 | * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos) | 39 | * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos) |
39 | 40 | ||
40 | 41 | ||
42 | ### Plugins/Themes/Embed API | ||
43 | |||
44 | * Add ability to override client assets: logo - favicon - PWA icons - PWA manifest name and description [@kimsible in #2897](https://github.com/Chocobozzz/PeerTube/pull/2897) | ||
45 | |||
41 | ### Features | 46 | ### Features |
42 | 47 | ||
43 | * :tada: Add global search support (has to be explicitely enabled by admins) | 48 | * :tada: Add global search support (has to be explicitely enabled by admins) |