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