]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Fix video_share_url duplicate key in transcoding job
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-alpha.9
4
5 ### BREAKING CHANGES
6
7 * Update videos list/search/get API response:
8 * Removed `resolution` field
9 * Removed `resolutionLabel` field
10 * Removed `category` field
11 * Removed `categoryLabel` field
12 * Removed `licence` field
13 * Removed `licenceLabel` field
14 * Removed `language` field
15 * Removed `languageLabel` field
16 * Removed `privacy` field
17 * Removed `privacyLabel` field
18 * Added `resolution.id` field
19 * Added `resolution.label` field
20 * Added `category.id` field
21 * Added `category.label` field
22 * Added `licence.id` field
23 * Added `licence.label` field
24 * Added `language.id` field
25 * Added `language.label` field
26 * Added `privacy.id` field
27 * Added `privacy.label` field
28
29 ### Bug fixes
30
31 * Fix video_share_url duplicate key on failed transcoding job
32
33
34 ## v1.0.0-alpha.8
35
36 ### Features
37
38 * Add ability to set a short instance description
39
40
41 ## v1.0.0-alpha.7
42
43 ### BREAKING CHANGES
44
45 * Update videos list/search API response:
46 * Removed `accountName` field
47 * Removed `serverHost` field
48 * Added `account.name` field
49 * Added `account.displayName` field
50 * Added `account.host` field
51 * Added `account.url` field
52 * Added `account.avatar` field
53 * Update video abuses API response:
54 * Removed `reporterUsername` field
55 * Removed `reporterServerHost` field
56 * Removed `videoId` field
57 * Removed `videoUUID` field
58 * Removed `videoName` field
59 * Added `reporterAccount` field
60 * Added `video.id` field
61 * Added `video.name` field
62 * Added `video.uuid` field
63 * Added `video.url` field
64
65 ### Features
66
67 * Add "Local" in menu that lists only local videos
68
69
70 ## v1.0.0-alpha.4
71
72 ### Features
73
74 * Add iOS support
75
76
77 ## v1.0.0-alpha.1
78
79 ### Features
80
81 * Add messages about privacy and P2P
82 * Add stats route
83 * Add playback setting
84
85
86 ## v0.0.29-alpha
87
88 ### BREAKING CHANGES
89
90 * Use only 1 thread for transcoding by default
91
92 ### Features
93
94 * Add help to JS/CSS custom configuration inputs
95 * Keep ratio in video thumbnail generation
96 * Handle video in portrait mode
97
98 ### Bug fixes
99
100 * Fix complete description on some videos
101 * Fix job sorting in administration
102
103
104 ## v0.0.28-alpha
105
106 ### BREAKING CHANGES
107
108 * Enable original file transcoding by default in configuration
109 * Disable transcoding in other definitions in configuration
110
111 ### Features
112
113 * Fallback to HTTP if video cannot be loaded
114 * Limit to 30 FPS in transcoding
115
116
117 ## v0.0.27-alpha
118
119 ### Features
120
121 * Add ability for admin to inject custom JavaScript/CSS
122 * Add help tooltip on some fields
123
124 ### Bug fixes
125
126 * Fix comment reply highlighting
127
128
129 ## v0.0.26-alpha
130
131 ### BREAKING CHANGES
132
133 * Renamed script `import-youtube.js` to `import-videos.js`
134 * Renamed `import-video.js` argument `youtube-url` to `target-url`
135
136 ### Features
137
138 * Add "Support" attribute/button on videos
139 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
140
141 ### Bug fixes
142
143 * Fix custom instance name overflow
144
145
146 ## v0.0.25-alpha
147
148 ### Features
149
150 * Add ability to link a specific comment
151
152 ### Bug fixes
153
154 * Fix avatars on video watch page
155
156
157 ## v0.0.24-alpha
158
159 ### Features
160
161 * Publish comments with *ctrl + enter*
162
163 ### Bug fixes
164
165 * Don't stuck on active jobs
166 * Fix deleting a video with comments
167 * Fix infinite scroll (videos list)