PeerTube/CHANGELOG.md

126 lines
2.3 KiB
Markdown
Raw Normal View History

2018-02-15 15:59:48 +01:00
# Changelog
2018-03-12 11:29:46 +01:00
## v1.0.0-alpha.7
### BREAKING CHANGES
* Update videos list/search API response:
* Removed `accountName` field
* Removed `serverHost` field
* Added `account.name` field
* Added `account.displayName` field
* Added `account.host` field
* Added `account.url` field
* Added `account.avatar` field
* Update video abuses API response:
* Removed `reporterUsername` field
* Removed `reporterServerHost` field
* Removed `videoId` field
* Removed `videoUUID` field
* Removed `videoName` field
* Added `reporterAccount` field
* Added `video.id` field
* Added `video.name` field
* Added `video.uuid` field
* Added `video.url` field
2018-03-06 11:26:13 +01:00
## v1.0.0-alpha.4
### Features
* Add iOS support
2018-03-01 14:48:54 +01:00
## v1.0.0-alpha.1
2018-03-01 14:29:40 +01:00
### Features
* Add messages about privacy and P2P
* Add stats route
* Add playback setting
2018-02-28 09:49:40 +01:00
## v0.0.29-alpha
### BREAKING CHANGES
* Use only 1 thread for transcoding by default
### Features
* Add help to JS/CSS custom configuration inputs
* Keep ratio in video thumbnail generation
* Handle video in portrait mode
### Bug fixes
* Fix complete description on some videos
* Fix job sorting in administration
2018-02-26 10:48:53 +01:00
## v0.0.28-alpha
### BREAKING CHANGES
* Enable original file transcoding by default in configuration
* Disable transcoding in other definitions in configuration
### Features
* Fallback to HTTP if video cannot be loaded
* Limit to 30 FPS in transcoding
2018-02-21 17:48:50 +01:00
## v0.0.27-alpha
2018-02-22 14:15:23 +01:00
### Features
* Add ability for admin to inject custom JavaScript/CSS
2018-02-23 14:36:16 +01:00
* Add help tooltip on some fields
2018-02-22 14:15:23 +01:00
2018-02-21 17:48:50 +01:00
### Bug fixes
* Fix comment reply highlighting
2018-02-16 11:19:54 +01:00
## v0.0.26-alpha
### BREAKING CHANGES
* Renamed script `import-youtube.js` to `import-videos.js`
* Renamed `import-video.js` argument `youtube-url` to `target-url`
### Features
* Add "Support" attribute/button on videos
* Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
### Bug fixes
* Fix custom instance name overflow
2018-02-16 11:19:54 +01:00
## v0.0.25-alpha
2018-02-19 10:38:24 +01:00
### Features
* Add ability to link a specific comment
2018-02-16 11:19:54 +01:00
### Bug fixes
* Fix avatars on video watch page
2018-02-15 15:59:48 +01:00
## v0.0.24-alpha
### Features
* Publish comments with *ctrl + enter*
### Bug fixes
* Don't stuck on active jobs
* Fix deleting a video with comments
* Fix infinite scroll (videos list)