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