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