Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
salomvary committed Feb 25, 2018
1 parent d5d0d88 commit 39806ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.3 (February 26, 2018)
- Fix reposting and liking tracks while searching #163 #165
- Fix Bluetooth headphone Play/Pause #159
- Fix "window is not defined" on network errors #149

## 1.3.2 (November 28, 2017)
- Fix notification spam when seeking or restarting play
- Adds a "repost" option to all of the menus
Expand Down
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ SoundCleod is a weird name. [How to pronounce it?](https://soundcloud.com/senart

## How to get it?

Current version is 1.3.2 (November 28, 2017) [see changes](https://github.com/salomvary/soundcleod/blob/master/CHANGELOG.md)
Current version is 1.3.3 (February 25, 2018) [see changes](https://github.com/salomvary/soundcleod/blob/master/CHANGELOG.md)

### For macOS

- [Download macOS installer from
here](https://github.com/salomvary/soundcleod/releases/download/v1.3.2/soundcleod-1.3.2.dmg)
here](https://github.com/salomvary/soundcleod/releases/download/v1.3.3/soundcleod-1.3.3.dmg)
- Double click the file
- Drag SoundCleod into your Applications folder
- Go to Applications, right click (or control-click) on SoundCleod
Expand All @@ -32,7 +32,7 @@ Current version is 1.3.2 (November 28, 2017) [see changes](https://github.com/sa
### For Windows

- [Download Windows installer from
here](https://github.com/salomvary/soundcleod/releases/download/v1.3.2/soundcleod-Setup-1.3.2.exe)
here](https://github.com/salomvary/soundcleod/releases/download/v1.3.3/soundcleod-Setup-1.3.3.exe)
- Save the file when prompted
- Run the downloaded installer

Expand Down
2 changes: 1 addition & 1 deletion app/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]"
},
"private": true,
"version": "1.3.3-pre.0",
"version": "1.3.3",
"main": "./main.js",
"dependencies": {
"electron-context-menu": "^0.9.1",
Expand Down

0 comments on commit 39806ce

Please sign in to comment.