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