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