Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Mar 27, 2021
1 parent f5eca06 commit 53c875b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.4.0...v1.5.0) (2021-03-27)


### Features

* add automatic vol change while key pressed ([a925cd0](https://github.com/XeroxDev/YTMD-StreamDeck/commit/a925cd0a5060c10dbaf7072fb455950452565a84))
* add repeat action ([3fc6c11](https://github.com/XeroxDev/YTMD-StreamDeck/commit/3fc6c11c19671d3622e0a2e57decc2db68b17bbf))
* add shuffle action ([3ddd44a](https://github.com/XeroxDev/YTMD-StreamDeck/commit/3ddd44a64adf595f1bd3e40ec16b9cde519cc074))


### Bug Fixes

* add monospaced font to song info ([840e8f3](https://github.com/XeroxDev/YTMD-StreamDeck/commit/840e8f3018a6c4b7eb59255fef5cefa3d8f5b5d9))
* now the like action likes the track and not dislikes it ([61dd86f](https://github.com/XeroxDev/YTMD-StreamDeck/commit/61dd86f09f129afbde69878601d834c1531d8a06))
* remove leak in mute action ([9c1c6a6](https://github.com/XeroxDev/YTMD-StreamDeck/commit/9c1c6a64e920bc126e3faf1ad9c0b77f597ae980))

## [1.4.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.3.0...v1.4.0) (2021-03-07)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Description": "This Stream Deck Plugin allows you to control the YouTube Music Desktop App (https://github.com/ytmdesktop/ytmdesktop)",
"URL": "https://github.com/XeroxDev/YTMD-StreamDeck",
"Icon": "icons/action-image",
"Version": "1.4.0",
"Version": "1.5.0",
"Category": "YTMD Connector",
"CategoryIcon": "icons/category-icon",
"SDKVersion": 2,
Expand Down
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": "fun.shiro.ytmd.sdplugin",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"scripts": {
"watch": "start watchify --debug -p tsify src/ytmd-pi.ts -o bundle-pi.js && start watchify --debug -p tsify src/ytmd.ts -o bundle.js",
Expand Down

0 comments on commit 53c875b

Please sign in to comment.