diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b56b4c..332a33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.markdown b/README.markdown index 641842d..a81cd87 100644 --- a/README.markdown +++ b/README.markdown @@ -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 @@ -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 diff --git a/app/npm-shrinkwrap.json b/app/npm-shrinkwrap.json index 2adf73f..ed93896 100644 --- a/app/npm-shrinkwrap.json +++ b/app/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "soundcleod", - "version": "1.3.3-pre.0", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 7df2e88..05229e9 100644 --- a/app/package.json +++ b/app/package.json @@ -8,7 +8,7 @@ "email": "salomvary@gmail.com" }, "private": true, - "version": "1.3.3-pre.0", + "version": "1.3.3", "main": "./main.js", "dependencies": { "electron-context-menu": "^0.9.1",