]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Update videos response api
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
cd139178
C
3## v1.0.0-alpha.8
4
5### Features
6
7 * Add ability to set a short instance description
8
9
19a3b914
C
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
066e94c5
C
34### Features
35
36 * Add "Local" in menu that lists only local videos
37
38
19a3b914 39
774ec2a9
C
40## v1.0.0-alpha.4
41
42### Features
43
44 * Add iOS support
45
46
99915ae3 47## v1.0.0-alpha.1
82828fb4
C
48
49### Features
50
51 * Add messages about privacy and P2P
52 * Add stats route
53 * Add playback setting
54
55
20b40b19
C
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
73c69591
C
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
86ec3e53
C
87## v0.0.27-alpha
88
78967fca
C
89### Features
90
91 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 92 * Add help tooltip on some fields
78967fca 93
86ec3e53
C
94### Bug fixes
95
96 * Fix comment reply highlighting
97
b6a4fd6b 98
61b3e146
C
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
b6a4fd6b
C
116## v0.0.25-alpha
117
1263fc4e
C
118### Features
119
120 * Add ability to link a specific comment
121
b6a4fd6b
C
122### Bug fixes
123
124 * Fix avatars on video watch page
125
126
e33b53ab
C
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)