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