Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dedpnd committed May 4, 2021
1 parent d2a7cc7 commit d8ad6af
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# GitHub
gh-token.env

# Notification [dev]
100x100.jpeg

Expand Down
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -62,4 +100,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |



Expand Down

0 comments on commit d8ad6af

Please sign in to comment.