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