Skip to content

Releases: kicumkicum/stupid-player

v0.4.3

21 Oct 12:48
Compare
Choose a tag to compare

Fix

  • Fix check file path for windows
  • Fix build on node@14

v0.4.1

08 Sep 19:39
Compare
Choose a tag to compare

Fix

  • Emit error event
  • Fix resuming

Improvement

  • Add info about building in README
  • Add info about playing magnet link in README

v0.4.0

08 Sep 19:38
Compare
Choose a tag to compare
Version 0.4.0

v0.3.2

07 Dec 17:59
Compare
Choose a tag to compare

Fixes

  • #56 Fix long stopping

v0.3.1

20 Apr 16:05
Compare
Choose a tag to compare

Feature

  • #47 Add offset tracking, API and tests

v0.3.0

20 Apr 16:01
Compare
Choose a tag to compare

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

18 Jun 17:04
Compare
Choose a tag to compare

Feature

  • #15
    Rename event StupidPlayer.prototype.EVENT_START to StupidPlayer.prototype.EVENT_PLAY
  • #16
    Add method StupidPlayer.prototype.getState

Fix

  • #20
    Fix crash build

v0.1.0

31 Aug 04:10
Compare
Choose a tag to compare
  • Use promises
  • Make reuseble
  • Add readme

v0.0.6

23 Aug 18:17
Compare
Choose a tag to compare
  • Move it from kicumkicum/vknplayer
  • Refactoring