]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Fixe Quotation marks on database backup files
[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...)
2297b239
C
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)
f6dcad4f 41 * Video channel management (avatar update is still missing)
9309c3df
C
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
8e03c5f4 53## v1.0.0-beta.3
d8c2e379
C
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
05b49c1d
C
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
d8c2e379 105
164e6c87
C
106## v1.0.0-beta.1
107
108Nothing new here, but PeerTube is stable enough for being in beta now.
109
110
09700934
C
111## v1.0.0-alpha.9
112
113### BREAKING CHANGES
114
a7977280 115 * Update videos list/search/get API response:
09700934
C
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
a7977280
C
137### Bug fixes
138
139 * Fix video_share_url duplicate key on failed transcoding job
140
09700934 141
cd139178
C
142## v1.0.0-alpha.8
143
144### Features
145
146 * Add ability to set a short instance description
147
148
19a3b914
C
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
066e94c5
C
173### Features
174
a7977280 175 * Add "Local" in menu that lists only local videos
066e94c5 176
19a3b914 177
774ec2a9
C
178## v1.0.0-alpha.4
179
180### Features
181
182 * Add iOS support
183
184
99915ae3 185## v1.0.0-alpha.1
82828fb4
C
186
187### Features
188
189 * Add messages about privacy and P2P
190 * Add stats route
191 * Add playback setting
192
193
20b40b19
C
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
73c69591
C
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
86ec3e53
C
225## v0.0.27-alpha
226
78967fca
C
227### Features
228
229 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 230 * Add help tooltip on some fields
78967fca 231
86ec3e53
C
232### Bug fixes
233
234 * Fix comment reply highlighting
235
b6a4fd6b 236
61b3e146
C
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
b6a4fd6b
C
254## v0.0.25-alpha
255
1263fc4e
C
256### Features
257
258 * Add ability to link a specific comment
259
b6a4fd6b
C
260### Bug fixes
261
262 * Fix avatars on video watch page
263
264
e33b53ab
C
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)