]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Add privacy setting to upload.js cli (#422)
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
05b49c1d
C
3## v1.0.0-beta.2
4
5### Features
6
7 * More logging in SMTP module
8 * Add option to disable starttls in SMTP module
9 * Update STUN servers (using framasoft.org and stunprotocol.org now)
10 * Min comment length is 1 now (useful for emoji...)
11 * Better embed video player in small screens
12 * Reduce display time of title/description/control bar in embed on inactivity
13 * Add sign languages for videos attribute
14 * Add autoplay parameter for embed
15 * Videos search on account username and host too
16 * Redirect to homepage on empty search
17
18### Bug fixes
19
20 * Fix mentions in comment replies
21 * Logo/Title redirects to the default route
22 * Fix bad federation with videos with special utf characters in description
23 * Fix pagination on mobile
24 * Use instance name for page titles
25 * Fix bad id for Create activities (ActivityPub)
26 * Handle inner actors instead of just handling actor ids (ActivityPub)
27 * Fallback to torrent file if infohash is incorrect
28 * Fix admin config errors display/validation
29 * Add public to Announces (ActivityPub)
30 * Fix inability to run client when cookies are disabled
31 * Fix words breaking in videos description
32 * Graceful exit when import videos script fails
33 * Fix import videos with long names
34 * Fix login with a password containing special characters
35 * Fix player error flickering with an unsupported video format
36 * Fix comment delete federation
37 * Fix communication of a PeerTube instance and Mastodon
38 * Fix custom configuration with number values
39
164e6c87
C
40## v1.0.0-beta.1
41
42Nothing new here, but PeerTube is stable enough for being in beta now.
43
44
09700934
C
45## v1.0.0-alpha.9
46
47### BREAKING CHANGES
48
a7977280 49 * Update videos list/search/get API response:
09700934
C
50 * Removed `resolution` field
51 * Removed `resolutionLabel` field
52 * Removed `category` field
53 * Removed `categoryLabel` field
54 * Removed `licence` field
55 * Removed `licenceLabel` field
56 * Removed `language` field
57 * Removed `languageLabel` field
58 * Removed `privacy` field
59 * Removed `privacyLabel` field
60 * Added `resolution.id` field
61 * Added `resolution.label` field
62 * Added `category.id` field
63 * Added `category.label` field
64 * Added `licence.id` field
65 * Added `licence.label` field
66 * Added `language.id` field
67 * Added `language.label` field
68 * Added `privacy.id` field
69 * Added `privacy.label` field
70
a7977280
C
71### Bug fixes
72
73 * Fix video_share_url duplicate key on failed transcoding job
74
09700934 75
cd139178
C
76## v1.0.0-alpha.8
77
78### Features
79
80 * Add ability to set a short instance description
81
82
19a3b914
C
83## v1.0.0-alpha.7
84
85### BREAKING CHANGES
86
87 * Update videos list/search API response:
88 * Removed `accountName` field
89 * Removed `serverHost` field
90 * Added `account.name` field
91 * Added `account.displayName` field
92 * Added `account.host` field
93 * Added `account.url` field
94 * Added `account.avatar` field
95 * Update video abuses API response:
96 * Removed `reporterUsername` field
97 * Removed `reporterServerHost` field
98 * Removed `videoId` field
99 * Removed `videoUUID` field
100 * Removed `videoName` field
101 * Added `reporterAccount` field
102 * Added `video.id` field
103 * Added `video.name` field
104 * Added `video.uuid` field
105 * Added `video.url` field
106
066e94c5
C
107### Features
108
a7977280 109 * Add "Local" in menu that lists only local videos
066e94c5 110
19a3b914 111
774ec2a9
C
112## v1.0.0-alpha.4
113
114### Features
115
116 * Add iOS support
117
118
99915ae3 119## v1.0.0-alpha.1
82828fb4
C
120
121### Features
122
123 * Add messages about privacy and P2P
124 * Add stats route
125 * Add playback setting
126
127
20b40b19
C
128## v0.0.29-alpha
129
130### BREAKING CHANGES
131
132 * Use only 1 thread for transcoding by default
133
134### Features
135
136 * Add help to JS/CSS custom configuration inputs
137 * Keep ratio in video thumbnail generation
138 * Handle video in portrait mode
139
140### Bug fixes
141
142 * Fix complete description on some videos
143 * Fix job sorting in administration
144
145
73c69591
C
146## v0.0.28-alpha
147
148### BREAKING CHANGES
149
150 * Enable original file transcoding by default in configuration
151 * Disable transcoding in other definitions in configuration
152
153### Features
154
155 * Fallback to HTTP if video cannot be loaded
156 * Limit to 30 FPS in transcoding
157
158
86ec3e53
C
159## v0.0.27-alpha
160
78967fca
C
161### Features
162
163 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 164 * Add help tooltip on some fields
78967fca 165
86ec3e53
C
166### Bug fixes
167
168 * Fix comment reply highlighting
169
b6a4fd6b 170
61b3e146
C
171## v0.0.26-alpha
172
173### BREAKING CHANGES
174
175 * Renamed script `import-youtube.js` to `import-videos.js`
176 * Renamed `import-video.js` argument `youtube-url` to `target-url`
177
178### Features
179
180 * Add "Support" attribute/button on videos
181 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
182
183### Bug fixes
184
185 * Fix custom instance name overflow
186
187
b6a4fd6b
C
188## v0.0.25-alpha
189
1263fc4e
C
190### Features
191
192 * Add ability to link a specific comment
193
b6a4fd6b
C
194### Bug fixes
195
196 * Fix avatars on video watch page
197
198
e33b53ab
C
199## v0.0.24-alpha
200
201### Features
202
203* Publish comments with *ctrl + enter*
204
205### Bug fixes
206
207* Don't stuck on active jobs
208* Fix deleting a video with comments
209* Fix infinite scroll (videos list)