]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Fix responsive in videos watch
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
164e6c87
C
3## v1.0.0-beta.1
4
5Nothing new here, but PeerTube is stable enough for being in beta now.
6
7
09700934
C
8## v1.0.0-alpha.9
9
10### BREAKING CHANGES
11
a7977280 12 * Update videos list/search/get API response:
09700934
C
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
a7977280
C
34### Bug fixes
35
36 * Fix video_share_url duplicate key on failed transcoding job
37
09700934 38
cd139178
C
39## v1.0.0-alpha.8
40
41### Features
42
43 * Add ability to set a short instance description
44
45
19a3b914
C
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
066e94c5
C
70### Features
71
a7977280 72 * Add "Local" in menu that lists only local videos
066e94c5 73
19a3b914 74
774ec2a9
C
75## v1.0.0-alpha.4
76
77### Features
78
79 * Add iOS support
80
81
99915ae3 82## v1.0.0-alpha.1
82828fb4
C
83
84### Features
85
86 * Add messages about privacy and P2P
87 * Add stats route
88 * Add playback setting
89
90
20b40b19
C
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
73c69591
C
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
86ec3e53
C
122## v0.0.27-alpha
123
78967fca
C
124### Features
125
126 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 127 * Add help tooltip on some fields
78967fca 128
86ec3e53
C
129### Bug fixes
130
131 * Fix comment reply highlighting
132
b6a4fd6b 133
61b3e146
C
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
b6a4fd6b
C
151## v0.0.25-alpha
152
1263fc4e
C
153### Features
154
155 * Add ability to link a specific comment
156
b6a4fd6b
C
157### Bug fixes
158
159 * Fix avatars on video watch page
160
161
e33b53ab
C
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)