Releases: vitalygashkov/streamyx
Releases · vitalygashkov/streamyx
CLI v4.0.1
What's Changed
- Fixed 4K downloading for START streaming service by @vitalygashkov in #234
- Fixed downloading of unencrypted videos by @vitalygashkov in #235
Full Changelog: cli-v4.0.0...cli-v4.0.1
CLI v4.0.0
What's Changed
- Updated arguments: see
streamyx --help
for details - Added support for Amediateka, START
- Added plugin system for building your own streaming service support with JavaScript
- Completely rewritten download module with increased download speed & stability
- Completely rewritten manifest parsing module
Changes from last RC
- Fixed MPD request error in START streaming service by @vitalygashkov in #233
Full Changelog: cli-v4.0.0-rc.16...cli-v4.0.0
CLI v4.0.0-rc.16
What's Changed
- Added auth via email for START by @vitalygashkov in #229
- Updated dependencies by @vitalygashkov in #232
Full Changelog: cli-v4.0.0-rc.15...cli-v4.0.0-rc.16
CLI v4.0.0-rc.15
What's Changed
- Changed default IVI auth to auth via connection code, fixed decryption for filenames with comma, fixed muxing external subtitles with mp4 progressive stream by @vitalygashkov in #227
Full Changelog: cli-v4.0.0-rc.14...cli-v4.0.0-rc.15
CLI v4.0.0-rc.14
What's Changed
- Fixed IVI season & episode number parsing, fixed total display for download progress by @vitalygashkov in #226
Full Changelog: cli-v4.0.0-rc.13...cli-v4.0.0-rc.14
CLI v4.0.0-rc.13
What's Changed
- Added various fixes to improve compatibility with m3u8 playlists by @vitalygashkov in #225
Full Changelog: cli-v4.0.0-rc.12...cli-v4.0.0-rc.13
CLI v4.0.0-rc.12
What's Changed
- Fixed external module import by @vitalygashkov in #223
Full Changelog: cli-v4.0.0-rc.11...cli-v4.0.0-rc.12
CLI v4.0.0-rc.11
What's Changed
- Fixed external service adding, added
.js
support for external services to improve development cycle by @vitalygashkov in #222
Full Changelog: cli-v4.0.0-rc.10...cli-v4.0.0-rc.11
CLI v4.0.0-rc.10
What's Changed
- Fixed episode numbers parsing, fixed evaluation of JS objects from string by @vitalygashkov in #221
Full Changelog: cli-v4.0.0-rc.9...cli-v4.0.0-rc.10
CLI v4.0.0-rc.9
What's Changed
- Added
safeEval
to@streamyx/core
instead of using globaleval
, updated default filename templates in help info by @vitalygashkov in #215 - Added desktop app submodule repo, improved
@streamyx/core
scripts by @vitalygashkov in #216 - Changed service API interface to optimize fetching many episodes with separate API methods for DRM & manifest URL retrieving by @vitalygashkov in #217
- Added check for updates, added external services support via loading from
./services/*.tgz
packages by @vitalygashkov in #218 - Added
list
,add
andremove
commands to control external services, addedzip
support for services, improved help output by @vitalygashkov in #219 - Fixed imports for text colors library and zip library by @vitalygashkov in #220
Full Changelog: cli-v4.0.0-rc.8...cli-v4.0.0-rc.9