aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-17 14:54:54 +0200
committerChocobozzz <me@florianbigard.com>2022-05-17 14:54:54 +0200
commitf4120aea7a4b4785cc59b690b9187621c84126af (patch)
tree7267c0bf9774b9ffcd619de014aacdf3c97bf5ef /CHANGELOG.md
parentf15f20a5be725a324f0ff7f9abda7dba3da4c4c6 (diff)
downloadPeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.tar.gz
PeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.tar.zst
PeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.zip
Fix video upload with some characters in filename
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9acd4b116..7f0426a56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,10 +36,10 @@
36 * Add an intro at the beginning and/or an outro at the end of the video 36 * Add an intro at the beginning and/or an outro at the end of the video
37 * Add an icon/watermark in the top right corner of the video 37 * Add an icon/watermark in the top right corner of the video
38 * PeerTube will automatically transcode the new video and replace the original one 38 * PeerTube will automatically transcode the new video and replace the original one
39 * :tada: Add advanced video statistics :tada: 39 * :tada: Add advanced statistics of a specific video :tada:
40 * Provide *Average watch time*, *Total watch time* and *Peak viewers* video statistics 40 * Provide *Average watch time*, *Total watch time* and *Peak viewers* video statistics
41 * Display total viewers, aggregated watch time and audience retention in interactive time series graphs 41 * Display total viewers, aggregated watch time and audience retention in interactive time series graphs
42 * Display viewer countries in bar chart if enabled by admins 42 * Display viewer countries in bar chart if not disabled by admins
43 * :tada: Add latency setting support for lives (small latency without P2P or high latency to increase P2P ratio) :tada: 43 * :tada: Add latency setting support for lives (small latency without P2P or high latency to increase P2P ratio) :tada:
44 * :tada: Add ability to save a replay of every streaming session of a permanent live :tada: 44 * :tada: Add ability to save a replay of every streaming session of a permanent live :tada:
45 * Add simple subtitle edition from video captions tab in video edition form [#4666](https://github.com/Chocobozzz/PeerTube/pull/4666) 45 * Add simple subtitle edition from video captions tab in video edition form [#4666](https://github.com/Chocobozzz/PeerTube/pull/4666)