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