]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Change video abuse API response
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
19a3b914
C
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
774ec2a9
C
28## v1.0.0-alpha.4
29
30### Features
31
32 * Add iOS support
33
34
99915ae3 35## v1.0.0-alpha.1
82828fb4
C
36
37### Features
38
39 * Add messages about privacy and P2P
40 * Add stats route
41 * Add playback setting
42
43
20b40b19
C
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
73c69591
C
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
86ec3e53
C
75## v0.0.27-alpha
76
78967fca
C
77### Features
78
79 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 80 * Add help tooltip on some fields
78967fca 81
86ec3e53
C
82### Bug fixes
83
84 * Fix comment reply highlighting
85
b6a4fd6b 86
61b3e146
C
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
b6a4fd6b
C
104## v0.0.25-alpha
105
1263fc4e
C
106### Features
107
108 * Add ability to link a specific comment
109
b6a4fd6b
C
110### Bug fixes
111
112 * Fix avatars on video watch page
113
114
e33b53ab
C
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)