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