d845d2f3eaac8a9ba6e7ef273c2dac19a9f734dc
[oweals/peertube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-alpha.7
4
5 ### BREAKING CHANGES
6
7  * Update videos list/search API response:
8    * Removed `accountName` field
9    * Removed `serverHost` field
10    * Added `account.name` field
11    * Added `account.displayName` field
12    * Added `account.host` field
13    * Added `account.url` field
14    * Added `account.avatar` field
15  * Update video abuses API response:
16    * Removed `reporterUsername` field
17    * Removed `reporterServerHost` field
18    * Removed `videoId` field
19    * Removed `videoUUID` field
20    * Removed `videoName` field
21    * Added `reporterAccount` field
22    * Added `video.id` field
23    * Added `video.name` field
24    * Added `video.uuid` field
25    * Added `video.url` field
26
27
28 ## v1.0.0-alpha.4
29
30 ### Features
31
32  * Add iOS support
33
34
35 ## v1.0.0-alpha.1
36
37 ### Features
38
39  * Add messages about privacy and P2P
40  * Add stats route
41  * Add playback setting
42
43
44 ## v0.0.29-alpha
45
46 ### BREAKING CHANGES
47
48  * Use only 1 thread for transcoding by default
49
50 ### Features
51
52  * Add help to JS/CSS custom configuration inputs
53  * Keep ratio in video thumbnail generation
54  * Handle video in portrait mode
55
56 ### Bug fixes
57
58  * Fix complete description on some videos
59  * Fix job sorting in administration
60
61
62 ## v0.0.28-alpha
63
64 ### BREAKING CHANGES
65
66  * Enable original file transcoding by default in configuration
67  * Disable transcoding in other definitions in configuration
68
69 ### Features
70
71  * Fallback to HTTP if video cannot be loaded
72  * Limit to 30 FPS in transcoding
73
74
75 ## v0.0.27-alpha
76
77 ### Features
78
79  * Add ability for admin to inject custom JavaScript/CSS
80  * Add help tooltip on some fields
81
82 ### Bug fixes
83
84  * Fix comment reply highlighting
85
86
87 ## v0.0.26-alpha
88
89 ### BREAKING CHANGES
90
91  * Renamed script `import-youtube.js` to `import-videos.js`
92  * Renamed `import-video.js` argument `youtube-url` to `target-url`
93
94 ### Features
95
96  * Add "Support" attribute/button on videos
97  * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
98
99 ### Bug fixes
100
101  * Fix custom instance name overflow
102
103
104 ## v0.0.25-alpha
105
106 ### Features
107
108  * Add ability to link a specific comment 
109
110 ### Bug fixes
111
112  * Fix avatars on video watch page
113
114
115 ## v0.0.24-alpha
116
117 ### Features
118
119 * Publish comments with *ctrl + enter*
120
121 ### Bug fixes
122
123 * Don't stuck on active jobs
124 * Fix deleting a video with comments
125 * Fix infinite scroll (videos list)