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