aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-21 10:02:51 +0200
committerChocobozzz <me@florianbigard.com>2020-07-21 10:02:51 +0200
commit99d031a2abbfb7a243811215deb8e67e85f30e19 (patch)
tree074d62f46f103112b24bd25751a38be52a63ecbf /CHANGELOG.md
parent73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c (diff)
downloadPeerTube-99d031a2abbfb7a243811215deb8e67e85f30e19.tar.gz
PeerTube-99d031a2abbfb7a243811215deb8e67e85f30e19.tar.zst
PeerTube-99d031a2abbfb7a243811215deb8e67e85f30e19.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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.
10A 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) 11A 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)