diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e909cdd..e980654a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -32,6 +32,8 @@ | |||
32 | 32 | ||
33 | * Add client plugin hooks: | 33 | * Add client plugin hooks: |
34 | * `filter:api.video-watch.video-playlist-elements.get.params` and `filter:api.video-watch.video-playlist-elements.get.result` [#4387](https://github.com/Chocobozzz/PeerTube/pull/4387) | 34 | * `filter:api.video-watch.video-playlist-elements.get.params` and `filter:api.video-watch.video-playlist-elements.get.result` [#4387](https://github.com/Chocobozzz/PeerTube/pull/4387) |
35 | * Introduce plugin id selectors: https://docs.joinpeertube.org/contribute-plugins?id=plugin-selector-on-html-elements | ||
36 | * Add `#plugin-selector-login-form` to login form | ||
35 | 37 | ||
36 | ### Docker | 38 | ### Docker |
37 | 39 | ||
@@ -71,6 +73,7 @@ | |||
71 | * Add embed preview in share modal | 73 | * Add embed preview in share modal |
72 | * Add user username in modal when deleting a user | 74 | * Add user username in modal when deleting a user |
73 | * Add video name in modal when blocking/removing a video | 75 | * Add video name in modal when blocking/removing a video |
76 | * Improve notification settings organization | ||
74 | * Video/live views: | 77 | * Video/live views: |
75 | * Add ability for admins to change local buffer update interval | 78 | * Add ability for admins to change local buffer update interval |
76 | * Add ability for admins to change view expiration for a specific IP | 79 | * Add ability for admins to change view expiration for a specific IP |
@@ -83,6 +86,7 @@ | |||
83 | * Correctly set HTTP request timeout | 86 | * Correctly set HTTP request timeout |
84 | * Process slow/bad targets in a dedicated queue | 87 | * Process slow/bad targets in a dedicated queue |
85 | * Optimize ActivityPub outbox fetch | 88 | * Optimize ActivityPub outbox fetch |
89 | * Automatically update `publishedAt` attribute when re-streaming in a permanent live | ||
86 | * Add ability for users to view their followers | 90 | * Add ability for users to view their followers |
87 | * Add ability for users to filter their videos per channel | 91 | * Add ability for users to filter their videos per channel |
88 | * Add ability for admins to show author display name instead of username in video miniatures [#4422](https://github.com/Chocobozzz/PeerTube/pull/4422) | 92 | * Add ability for admins to show author display name instead of username in video miniatures [#4422](https://github.com/Chocobozzz/PeerTube/pull/4422) |
@@ -111,6 +115,8 @@ | |||
111 | * Fix account switch in account channels page | 115 | * Fix account switch in account channels page |
112 | * Hide job progress information for jobs that don't support it | 116 | * Hide job progress information for jobs that don't support it |
113 | * Fix player settings menu keyboard navigation | 117 | * Fix player settings menu keyboard navigation |
118 | * Fix player placeholder width | ||
119 | * Fix playlist miniature size with big description | ||
114 | 120 | ||
115 | 121 | ||
116 | ## v3.4.1 | 122 | ## v3.4.1 |