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