From d8ad6aff734dfcb214d76cba4191b5634268bebd Mon Sep 17 00:00:00 2001 From: dedpnd Date: Tue, 4 May 2021 19:01:17 +0300 Subject: [PATCH] Update CHANGELOG --- .gitignore | 3 +++ CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++++- package.json | 5 +---- readme.md | 4 ++-- 4 files changed, 45 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ae228f8..b1439fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# GitHub +gh-token.env + # Notification [dev] 100x100.jpeg diff --git a/CHANGELOG.md b/CHANGELOG.md index 122ccb5..a4d679c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +# Changelog + +## [v1.0.3](https://github.com/dedpnd/yaradio-yamusic/tree/v1.0.3) (2021-05-04) + +[Full Changelog](https://github.com/dedpnd/yaradio-yamusic/compare/v1.0.2...v1.0.3) + +**Implemented enhancements:** + +- Please add "go to home page" action on "Radio" and "Music" buttons [\#28](https://github.com/dedpnd/yaradio-yamusic/issues/28) + +**Fixed bugs:** + +- Application blocks side panel [\#43](https://github.com/dedpnd/yaradio-yamusic/issues/43) +- Some office shortcuts keys does not works when YaMusic running [\#42](https://github.com/dedpnd/yaradio-yamusic/issues/42) +- Unable to use bluetooth actions such as prev/next/start/stop functions [\#37](https://github.com/dedpnd/yaradio-yamusic/issues/37) +- wrong icon path for deb package [\#32](https://github.com/dedpnd/yaradio-yamusic/issues/32) + +## [v1.0.2](https://github.com/dedpnd/yaradio-yamusic/tree/v1.0.2) (2021-02-24) + +[Full Changelog](https://github.com/dedpnd/yaradio-yamusic/compare/v1.0.1...v1.0.2) + +**Implemented enhancements:** + +- Custom global HotKeys [\#29](https://github.com/dedpnd/yaradio-yamusic/issues/29) + +## [v1.0.1](https://github.com/dedpnd/yaradio-yamusic/tree/v1.0.1) (2021-02-16) + +[Full Changelog](https://github.com/dedpnd/yaradio-yamusic/compare/v1.0.0...v1.0.1) + +**Fixed bugs:** + +- issue with macOS 10.15.6 [\#23](https://github.com/dedpnd/yaradio-yamusic/issues/23) +- Using the back/forward mouse click stops the song that is currently playing [\#14](https://github.com/dedpnd/yaradio-yamusic/issues/14) + +**Closed issues:** + +- Ctrl+Q hotkey is stopping app [\#30](https://github.com/dedpnd/yaradio-yamusic/issues/30) + ## [v1.0.0](https://github.com/dedpnd/yaradio-yamusic/tree/v1.0.0) (2021-01-10) [Full Changelog](https://github.com/dedpnd/yaradio-yamusic/compare/v.0.4.0...v1.0.0) @@ -62,4 +100,4 @@ -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/package.json b/package.json index 41362f2..917ebbf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps", - "gen:changelog": "docker run -it --rm -v docker:/usr/local/src/your-app ferrarimarco/github-changelog-generator -u dedpnd -p yaradio-yamusic" + "gen:changelog": "docker run -it --rm --env-file gh-token.env -v docker:/usr/local/src/your-app ferrarimarco/github-changelog-generator -u dedpnd -p yaradio-yamusic" }, "repository": { "type": "git", @@ -23,11 +23,8 @@ "license": "MIT", "keyword": [ "electron", - "electron.app", "yandex music app", - "yandex.music.app", "yandex radio app", - "yandex.radio.app", "electron music player", "yamusic", "yaradio", diff --git a/readme.md b/readme.md index d1e7c80..5bd392d 100644 --- a/readme.md +++ b/readme.md @@ -33,8 +33,8 @@ Choose a package that is suitable for your OS and install. ## Download | Windows | Linux | Mac | | ------------ | ------------ | ------------ | -| [Download - (**exe**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-Setup-1.0.2.exe) | [Download - (**AppImage**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-1.0.2.AppImage) | [Download - (**dmg**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-1.0.2.dmg) | -| | [Download - (**deb**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/yaradio-yamusic_1.0.2_amd64.deb) | | +| [Download - (**exe**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-Setup-1.0.3.exe) | [Download - (**AppImage**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-1.0.3.AppImage) | [Download - (**dmg**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/YaMusic.app-1.0.3.dmg) | +| | [Download - (**deb**)](https://github.com/dedpnd/yaradio-yamusic/releases/latest/download/yaradio-yamusic_1.0.3_amd64.deb) | |