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

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
salomvary committed Jan 14, 2017
1 parent ad364d1 commit 5e74e11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.7 (January 14, 2017)
- Add experimental swipe back/forward navigation
- Fix media key flakyness under some circumstances
- Fix crash on startup #130

## 1.1.6 (November 23, 2016)
- Release SoundCleod for Windows
- Yet another fix for Facebook login
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.1.6 (November 23, 2016) [see changes](https://github.com/salomvary/soundcleod/blob/master/CHANGELOG.md)
Current version is 1.1.7 (January 14, 2017) [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.1.6/SoundCleod-1.1.6.dmg)
here](https://github.com/salomvary/soundcleod/releases/download/v1.1.7/SoundCleod-1.1.7.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.1.6 (November 23, 2016) [see changes](https://github.com/sa
### For Windows

- [Download Windows installer from
here](https://github.com/salomvary/soundcleod/releases/download/v1.1.6/SoundCleod.Setup.1.1.6.exe)
here](https://github.com/salomvary/soundcleod/releases/download/v1.1.7/SoundCleod.Setup.1.1.7.exe)
- Save the file when prompted
- Run the downloaded installer

Expand Down
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.1.7-pre.1",
"version": "1.1.7",
"main": "./main.js",
"dependencies": {
"debounce": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"eslint": "eslint .",
"pack": "build --dir",
"postinstall": "install-app-deps",
"release": "build",
"start": "electron ./app --profile=development --no-auto-updater --developer-tools",
"test": "mocha",
"svg2png": "svg2png"
Expand Down

0 comments on commit 5e74e11

Please sign in to comment.