aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-22 14:52:11 +0100
committerChocobozzz <me@florianbigard.com>2020-01-22 14:52:11 +0100
commit0736b2735f3dcbaa17304fa229f0973e70f763b8 (patch)
tree68fc6d11fbbb02a0f32fef2677da69a7a9d16fb1 /CHANGELOG.md
parent496b02e38f272622a84ba22db412858d478ae7b0 (diff)
downloadPeerTube-0736b2735f3dcbaa17304fa229f0973e70f763b8.tar.gz
PeerTube-0736b2735f3dcbaa17304fa229f0973e70f763b8.tar.zst
PeerTube-0736b2735f3dcbaa17304fa229f0973e70f763b8.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3aa069c7..6a5e29845 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,7 +87,7 @@ We added some sections in the documentation website:
87 * Add "Watch later" button in video miniature overlay ([@rigelk](https://github.com/rigelk)) 87 * Add "Watch later" button in video miniature overlay ([@rigelk](https://github.com/rigelk))
88 * Add ability to transcode videos in an audio only video container ([@Yetangitu](https://github.com/Yetangitu)) 88 * Add ability to transcode videos in an audio only video container ([@Yetangitu](https://github.com/Yetangitu))
89 * Add playlist search input in *add to playlist* dropdown ([@rigelk](https://github.com/rigelk)) 89 * Add playlist search input in *add to playlist* dropdown ([@rigelk](https://github.com/rigelk))
90 * Add search bars for a user's videos and playlist library ([@rigelk](https://github.com/rigelk)) 90 * Add search bars for a user's videos and playlists ([@rigelk](https://github.com/rigelk))
91 * Support playlists in share modal 91 * Support playlists in share modal
92 * Better UI for a better world: 92 * Better UI for a better world:
93 * Add play/pause bezels to the video player ([@rigelk](https://github.com/rigelk)) 93 * Add play/pause bezels to the video player ([@rigelk](https://github.com/rigelk))
@@ -99,15 +99,23 @@ We added some sections in the documentation website:
99 * Improve likes-dislikes bar usability 99 * Improve likes-dislikes bar usability
100 * Alter titles section header style ([@rigelk](https://github.com/rigelk)) 100 * Alter titles section header style ([@rigelk](https://github.com/rigelk))
101 * Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn)) 101 * Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn))
102 * Add a button in the videos from subscriptions page to manage subscriptions ([@rigelk](https://github.com/rigelk))
103 * Add duration to video attributes in watch view ([@rigelk](https://github.com/rigelk))
104 * Add a message in the login form when signup is disabled for people that are looking for an account ([@rigelk](https://github.com/rigelk))
105 * Add "Manage" button in owned account and channels pages ([@rigelk](https://github.com/rigelk))
106 * Improve password input accessibility ([@rigelk](https://github.com/rigelk))
107 * Add descriptions in moderation dropdown ([@rigelk](https://github.com/rigelk))
102 * Performances improvements: 108 * Performances improvements:
103 * Lazy load categories, licences, languages and video/playlist privacies in the client 109 * Lazy load categories, licences, languages and video/playlist privacies in the client
104 * Only update remote actor avatar if the filename changed 110 * Only update remote actor avatar if the filename changed
105 * Optimize transcoding by using the lowest resolution as input file 111 * Optimize transcoding by using the lowest resolution as input file
106 * Speedup embed first paint 112 * Speedup embed first paint
107 * Small videos list SQL query optimization 113 * Optimize videos list SQL query
108 * Optimize local videos list SQL query 114 * Optimize local videos list SQL query
109 * Cache `peertube` instance actor SQL result 115 * Cache `peertube` instance actor SQL result
110 * Cache HLS/WebTorrent InfoHash SQL result 116 * Cache HLS/WebTorrent InfoHash SQL result
117 * Optimize notification endpoint on specific cases
118 * Optimize "list my playlists" SQL query
111 * Improve search filters: ([@rigelk](https://github.com/rigelk)) 119 * Improve search filters: ([@rigelk](https://github.com/rigelk))
112 * Add ability to sort results 120 * Add ability to sort results
113 * Improve tags filter inputs 121 * Improve tags filter inputs
@@ -118,6 +126,8 @@ We added some sections in the documentation website:
118 * Autoplay next video support for playlists 126 * Autoplay next video support for playlists
119 * Add *next* video button to the player 127 * Add *next* video button to the player
120 * Add loop setting when watching a playlist 128 * Add loop setting when watching a playlist
129 * Add option to download subtitles in download modal ([@rigelk](https://github.com/rigelk))
130 * Add a button in account page to follow all account channels ([@rigelk](https://github.com/rigelk))
121 * Add ability to search a video directly by its UUID 131 * Add ability to search a video directly by its UUID
122 * Case insensitive tags search 132 * Case insensitive tags search
123 * Add ability to disable WebTorrent (and only enable HLS) (**experimental and breaks federation with PeerTube instances < 2.1**) 133 * Add ability to disable WebTorrent (and only enable HLS) (**experimental and breaks federation with PeerTube instances < 2.1**)
@@ -159,6 +169,9 @@ We added some sections in the documentation website:
159 * Fix dropdown on video miniature for unlogged users 169 * Fix dropdown on video miniature for unlogged users
160 * Fix video support field in update form 170 * Fix video support field in update form
161 * Fix video import having a long thumbnail url (Facebook for example) 171 * Fix video import having a long thumbnail url (Facebook for example)
172 * Add correct HTTP status on not found video
173 * Fix bug on login when username has a special character (`_` for example)
174 * Fix plugin unregistration that did not remove properly its hooks ([@JohnXLivingston](https://github.com/JohnXLivingston))
162 175
163 176
164## v2.0.0 177## v2.0.0