]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Implement video channel feeds
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
9309c3df
C
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
48dce1c9 8 * Move video channels routes:
cc918ac3 9 * `/videos/channels` routes to `/video-channels`
48dce1c9 10 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
82e392f8 11 * PeerTube now listen on 127.0.0.1 by default
9309c3df 12 * Use ISO 639 for language (*en*, *es*, *fr*...)
3186046d
C
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
9309c3df
C
15
16### Features
17
18 * Add `publishedAt` attribute to videos
19 * Improve player:
3186046d
C
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
9309c3df
C
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
8e03c5f4 50## v1.0.0-beta.3
d8c2e379
C
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
05b49c1d
C
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
d8c2e379 102
164e6c87
C
103## v1.0.0-beta.1
104
105Nothing new here, but PeerTube is stable enough for being in beta now.
106
107
09700934
C
108## v1.0.0-alpha.9
109
110### BREAKING CHANGES
111
a7977280 112 * Update videos list/search/get API response:
09700934
C
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
a7977280
C
134### Bug fixes
135
136 * Fix video_share_url duplicate key on failed transcoding job
137
09700934 138
cd139178
C
139## v1.0.0-alpha.8
140
141### Features
142
143 * Add ability to set a short instance description
144
145
19a3b914
C
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
066e94c5
C
170### Features
171
a7977280 172 * Add "Local" in menu that lists only local videos
066e94c5 173
19a3b914 174
774ec2a9
C
175## v1.0.0-alpha.4
176
177### Features
178
179 * Add iOS support
180
181
99915ae3 182## v1.0.0-alpha.1
82828fb4
C
183
184### Features
185
186 * Add messages about privacy and P2P
187 * Add stats route
188 * Add playback setting
189
190
20b40b19
C
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
73c69591
C
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
86ec3e53
C
222## v0.0.27-alpha
223
78967fca
C
224### Features
225
226 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 227 * Add help tooltip on some fields
78967fca 228
86ec3e53
C
229### Bug fixes
230
231 * Fix comment reply highlighting
232
b6a4fd6b 233
61b3e146
C
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
b6a4fd6b
C
251## v0.0.25-alpha
252
1263fc4e
C
253### Features
254
255 * Add ability to link a specific comment
256
b6a4fd6b
C
257### Bug fixes
258
259 * Fix avatars on video watch page
260
261
e33b53ab
C
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)