]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
70fe71b2e02b5864f710b6b80a0f88fd89d065ca
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-beta.5
4
5 ### BREAKING CHANGES
6
7 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
8 * Rename client routes:
9 * `/admin/users/add` to `/admin/users/create`
10 * `/videos/edit/:uuid` to `/videos/update/:uuid`
11 * `/admin/users/:id/update` to `/admin/users/update/:id`
12
13
14 ### Features
15
16 * Adding basic helpers to guide users for comments/subscribe to accounts
17 * Add ability to move a video in another channel
18 * Improve web browser RAM consumption when watching (long) videos
19 * Support robots.txt in configuration
20 * Add ability to select the Redis database in configuration
21
22
23 ### Bug fixes
24
25 * Fix error message on token expiration
26 * Increase menu icon size
27 * Add timeout and TTL to request jobs to fix stuck job
28 * Fix responsive account about page
29 * Fix updating description account
30 * Account/video channel descriptions are not required anymore
31 * Fix video channel description and support max length (500 characters now)
32 * Fix "..." for buttons (delete/edit) in admin tables
33 * Fix overflow in markdown textarea preview
34 * Add ability to embed videos in a Twitter card
35 * Use `publishedAt` attribute when sorting videos
36 * Fix concurrent requests in videos list
37 * Fix player on iOS
38
39
40 ## v1.0.0-beta.4
41
42 ### BREAKING CHANGES
43
44 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
45 * Move video channels routes:
46 * `/videos/channels` routes to `/video-channels`
47 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
48 * PeerTube now listen on 127.0.0.1 by default
49 * Use ISO 639 for language (*en*, *es*, *fr*...)
50 * Tools (`import-videos`...) need the language ISO639 code instead of a number
51 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
52
53 ### Features
54
55 * Add `publishedAt` attribute to videos
56 * Improve player:
57 * Smooth progress bar
58 * Settings menu
59 * Automatic resolution (depending on the user bandwidth)
60 * Some animations/effects
61 * More reactive when clicking on play
62 * Handle autoplay blocking by some web browsers
63 * Better responsive
64 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
65 * Add an id to the body to override current CSS (for custom CSS)
66 * Add privacy argument to `upload.ts` script
67 * RSS/Atom/JSON-feed for videos recently-added/trending/account
68 * Support hostname binding in the configuration
69 * Add ability to click on an account in the video watch page (link to a search)
70 * Better responsive on many comment replies
71 * Move follows in the job queue
72 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
73 * Add video privacy information in *my videos page*
74 * Use the video name for the torrent file name instead of the UUID
75 * Handle errors in embed (video not found, server error...)
76 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
77 * Video channel view (videos uploaded in this channel + about pages)
78 * Video channel management (avatar update is still missing)
79
80 ### Bug fixes
81
82 * Fix "show more" description on video change
83 * Accept unlisted comments
84 * Don't start application until all components were initialized
85 * Fix word-break in video description and video comments
86 * Don't add a `.` after the URL in the "forgot password" email
87
88
89
90 ## v1.0.0-beta.3
91
92 ### Features
93
94 * Add hover background color in menu
95 * Add info about the initial user quota in the registration form
96 * Add link to register in the login form
97 * Prevent brute force login attack
98
99 ### Bug fixes
100
101 * Fix bad federation with videos with special utf characters in description (again)
102 * Fix views system behind a reverse proxy
103
104
105 ## v1.0.0-beta.2
106
107 ### Features
108
109 * More logging in SMTP module
110 * Add option to disable starttls in SMTP module
111 * Update STUN servers (using framasoft.org and stunprotocol.org now)
112 * Min comment length is 1 now (useful for emoji...)
113 * Better embed video player in small screens
114 * Reduce display time of title/description/control bar in embed on inactivity
115 * Add sign languages for videos attribute
116 * Add autoplay parameter for embed
117 * Videos search on account username and host too
118 * Redirect to homepage on empty search
119
120 ### Bug fixes
121
122 * Fix mentions in comment replies
123 * Logo/Title redirects to the default route
124 * Fix bad federation with videos with special utf characters in description
125 * Fix pagination on mobile
126 * Use instance name for page titles
127 * Fix bad id for Create activities (ActivityPub)
128 * Handle inner actors instead of just handling actor ids (ActivityPub)
129 * Fallback to torrent file if infohash is incorrect
130 * Fix admin config errors display/validation
131 * Add public to Announces (ActivityPub)
132 * Fix inability to run client when cookies are disabled
133 * Fix words breaking in videos description
134 * Graceful exit when import videos script fails
135 * Fix import videos with long names
136 * Fix login with a password containing special characters
137 * Fix player error flickering with an unsupported video format
138 * Fix comment delete federation
139 * Fix communication of a PeerTube instance and Mastodon
140 * Fix custom configuration with number values
141
142
143 ## v1.0.0-beta.1
144
145 Nothing new here, but PeerTube is stable enough for being in beta now.
146
147
148 ## v1.0.0-alpha.9
149
150 ### BREAKING CHANGES
151
152 * Update videos list/search/get API response:
153 * Removed `resolution` field
154 * Removed `resolutionLabel` field
155 * Removed `category` field
156 * Removed `categoryLabel` field
157 * Removed `licence` field
158 * Removed `licenceLabel` field
159 * Removed `language` field
160 * Removed `languageLabel` field
161 * Removed `privacy` field
162 * Removed `privacyLabel` field
163 * Added `resolution.id` field
164 * Added `resolution.label` field
165 * Added `category.id` field
166 * Added `category.label` field
167 * Added `licence.id` field
168 * Added `licence.label` field
169 * Added `language.id` field
170 * Added `language.label` field
171 * Added `privacy.id` field
172 * Added `privacy.label` field
173
174 ### Bug fixes
175
176 * Fix video_share_url duplicate key on failed transcoding job
177
178
179 ## v1.0.0-alpha.8
180
181 ### Features
182
183 * Add ability to set a short instance description
184
185
186 ## v1.0.0-alpha.7
187
188 ### BREAKING CHANGES
189
190 * Update videos list/search API response:
191 * Removed `accountName` field
192 * Removed `serverHost` field
193 * Added `account.name` field
194 * Added `account.displayName` field
195 * Added `account.host` field
196 * Added `account.url` field
197 * Added `account.avatar` field
198 * Update video abuses API response:
199 * Removed `reporterUsername` field
200 * Removed `reporterServerHost` field
201 * Removed `videoId` field
202 * Removed `videoUUID` field
203 * Removed `videoName` field
204 * Added `reporterAccount` field
205 * Added `video.id` field
206 * Added `video.name` field
207 * Added `video.uuid` field
208 * Added `video.url` field
209
210 ### Features
211
212 * Add "Local" in menu that lists only local videos
213
214
215 ## v1.0.0-alpha.4
216
217 ### Features
218
219 * Add iOS support
220
221
222 ## v1.0.0-alpha.1
223
224 ### Features
225
226 * Add messages about privacy and P2P
227 * Add stats route
228 * Add playback setting
229
230
231 ## v0.0.29-alpha
232
233 ### BREAKING CHANGES
234
235 * Use only 1 thread for transcoding by default
236
237 ### Features
238
239 * Add help to JS/CSS custom configuration inputs
240 * Keep ratio in video thumbnail generation
241 * Handle video in portrait mode
242
243 ### Bug fixes
244
245 * Fix complete description on some videos
246 * Fix job sorting in administration
247
248
249 ## v0.0.28-alpha
250
251 ### BREAKING CHANGES
252
253 * Enable original file transcoding by default in configuration
254 * Disable transcoding in other definitions in configuration
255
256 ### Features
257
258 * Fallback to HTTP if video cannot be loaded
259 * Limit to 30 FPS in transcoding
260
261
262 ## v0.0.27-alpha
263
264 ### Features
265
266 * Add ability for admin to inject custom JavaScript/CSS
267 * Add help tooltip on some fields
268
269 ### Bug fixes
270
271 * Fix comment reply highlighting
272
273
274 ## v0.0.26-alpha
275
276 ### BREAKING CHANGES
277
278 * Renamed script `import-youtube.js` to `import-videos.js`
279 * Renamed `import-video.js` argument `youtube-url` to `target-url`
280
281 ### Features
282
283 * Add "Support" attribute/button on videos
284 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
285
286 ### Bug fixes
287
288 * Fix custom instance name overflow
289
290
291 ## v0.0.25-alpha
292
293 ### Features
294
295 * Add ability to link a specific comment
296
297 ### Bug fixes
298
299 * Fix avatars on video watch page
300
301
302 ## v0.0.24-alpha
303
304 ### Features
305
306 * Publish comments with *ctrl + enter*
307
308 ### Bug fixes
309
310 * Don't stuck on active jobs
311 * Fix deleting a video with comments
312 * Fix infinite scroll (videos list)