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