Releases: kicumkicum/stupid-player
Releases · kicumkicum/stupid-player
v0.4.3
Fix
- Fix check file path for windows
- Fix build on node@14
v0.4.1
Fix
- Emit error event
- Fix resuming
Improvement
- Add info about building in README
- Add info about playing magnet link in README
v0.3.1
Feature
- #47 Add offset tracking, API and tests
v0.3.0
Feature
- #9 Add play/pause
- #25 Change volume range from 0-1 to 0-100
Improvement
- #19 Add tests
- #24 Rewrite code use ES6 classes
- #28 Add interface for adding new protocols getting audio
- #38 Add rule for
*.md
files in editorconfig
- #42 Set node.js version in package.json as engine
Fix
- #13 Fix crash if url is empty
- #39 Fix some crashes
v0.2.0
Feature
- #15
Rename event StupidPlayer.prototype.EVENT_START to StupidPlayer.prototype.EVENT_PLAY
- #16
Add method StupidPlayer.prototype.getState
Fix
v0.1.0
- Use promises
- Make reuseble
- Add readme
v0.0.6
- Move it from kicumkicum/vknplayer
- Refactoring