Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kicumkicum committed Sep 8, 2021
1 parent c40066e commit 09c1552
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 20 deletions.
50 changes: 32 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,52 @@
# v0.4.0
# Changelog

## Feature
## 0.4.1

Add playing magnet URI
### Fix

## Fix
* Emit error event
* Fix resuming

Fix long pausing
## Improvement

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

## v0.4.0

### Feature

* Add playing magnet URI

# v0.3.4
### Fix

* Fix long pausing

## v0.3.4

...

# v0.3.3
## v0.3.3

## Improvement
### Improvement

Rewrite to typescript
* Rewrite to typescript

# v0.3.1 (19.04.2017)
## v0.3.1 (19.04.2017)

## Feature
### Feature
* [#47](https://github.com/kicumkicum/stupid-player/issues/47)
Add offset tracking, API and tests

# v0.3.0 (25.11.2016)
## v0.3.0 (25.11.2016)

## Feature
### Feature
* [#9](https://github.com/kicumkicum/stupid-player/issues/9)
Add play/pause
* [#25](https://github.com/kicumkicum/stupid-player/issues/25)
Change volume range from 0-1 to 0-100

## Improvement
### Improvement
* [#19](https://github.com/kicumkicum/stupid-player/issues/19)
Add tests
* [#24](https://github.com/kicumkicum/stupid-player/issues/24)
Expand All @@ -44,20 +58,20 @@ Add rule for `*.md` files in editorconfig
* [#42](https://github.com/kicumkicum/stupid-player/issues/42)
Set node.js version in package.json as engine

## Fix
### Fix
* [#13](https://github.com/kicumkicum/stupid-player/issues/13)
Fix crash if url is empty
* [#39](https://github.com/kicumkicum/stupid-player/issues/39)
Fix some crashes

# v0.2.0 (19.06.2016)
## v0.2.0 (19.06.2016)

## Feature
### Feature
* [#15](https://github.com/kicumkicum/stupid-player/issues/15)
Rename event **StupidPlayer.prototype.EVENT_START** to **StupidPlayer.prototype.EVENT_PLAY**
* [#16](https://github.com/kicumkicum/stupid-player/issues/16)
Add method **StupidPlayer.prototype.getState**

## Fix
### Fix
* [#20](https://github.com/kicumkicum/stupid-player/issues/20)
Fix crash build
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stupid-player",
"version": "0.4.0",
"version": "0.4.1",
"engines": {
"node": ">=8.5.0 <9"
},
Expand Down

0 comments on commit 09c1552

Please sign in to comment.