1
0
Fork 0
peertube/CHANGELOG.md

85 lines
1.5 KiB
Markdown
Raw Normal View History

2018-02-15 14:59:48 +00:00
# Changelog
2018-02-28 08:49:40 +00: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 09:48:53 +00: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 16:48:50 +00:00
## v0.0.27-alpha
2018-02-22 13:15:23 +00:00
### Features
* Add ability for admin to inject custom JavaScript/CSS
2018-02-23 13:36:16 +00:00
* Add help tooltip on some fields
2018-02-22 13:15:23 +00:00
2018-02-21 16:48:50 +00:00
### Bug fixes
* Fix comment reply highlighting
2018-02-16 10:19:54 +00: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 10:19:54 +00:00
## v0.0.25-alpha
2018-02-19 09:38:24 +00:00
### Features
* Add ability to link a specific comment
2018-02-16 10:19:54 +00:00
### Bug fixes
* Fix avatars on video watch page
2018-02-15 14:59:48 +00: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)