Skip to content

Commit

Permalink
Making sure scroll action error doesn't nuke browser panel, package u…
Browse files Browse the repository at this point in the history
…pgrades

Fixes #141
  • Loading branch information
pascalopitz committed Jul 19, 2021
1 parent 2838315 commit f58d835
Show file tree
Hide file tree
Showing 7 changed files with 590 additions and 617 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,7 +32,7 @@ Find the latest .AppImage on the [release page](https://github.com/pascalopitz/u
You can right click it on Ubuntu, then under "Permissions" mark is as executable. ALternatively run:

```bash
chmod +x sonos-controller-unofficial-amd64-0.2.6.AppImage
chmod +x sonos-controller-unofficial-amd64-0.2.7.AppImage
```

After that it can be launched by double click or via invoking it through the terminal.
Expand All @@ -48,7 +48,7 @@ Type=Application
Categories=Audio;
Name=sonos-controller-unofficial
Icon=appimagekit-sonos-controller-unofficial
Exec="/home/username/Downloads/sonos-controller-unofficial-0.2.6.AppImage" %U
Exec="/home/username/Downloads/sonos-controller-unofficial-0.2.7.AppImage" %U
```

## Install via .deb file
Expand All @@ -57,7 +57,7 @@ Find the latest .deb on the [release page](https://github.com/pascalopitz/unoffi
On Ubuntu, you can double click the downloaded file to install it via the Software Center. Alternatively run

```bash
sudo dpkg -i sonos-controller-unofficial-amd64-0.2.6.AppImage
sudo dpkg -i sonos-controller-unofficial-amd64-0.2.7.AppImage
```

## and Run locally
Expand Down
92 changes: 35 additions & 57 deletions app/package-lock.json

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

12 changes: 6 additions & 6 deletions app/package.json
@@ -1,7 +1,7 @@
{
"name": "sonos-controller-unofficial",
"description": "Unoffical sonos controller for linux.",
"version": "0.2.6",
"version": "0.2.7",
"author": "Pascal Opitz <contact@pascalopitz.com>",
"main": "main.js",
"dependencies": {
Expand All @@ -11,7 +11,7 @@
"deep-equal": "^2.0.5",
"dotenv": "^10.0.0",
"electron-window-state": "^5.0.3",
"file-type": "^16.5.0",
"file-type": "^16.5.1",
"ip": "^1.1.5",
"ip-regex": "^4.3.0",
"koa": "^2.13.1",
Expand All @@ -22,7 +22,7 @@
"mask-json": "^1.0.3",
"mime": "^2.5.2",
"moment": "^2.29.1",
"music-metadata": "^7.8.6",
"music-metadata": "^7.8.8",
"omit-keys": "^0.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -36,10 +36,10 @@
"redux-promise": "^0.6.0",
"reselect": "^4.0.0",
"shallow-compare": "^1.2.2",
"sonos": "^1.15.0-alpha.2",
"sonos": "^1.15.0-alpha.3",
"sql.js": "^1.5.0",
"sweetalert2": "^11.0.17",
"sweetalert2-react-content": "^4.0.1",
"sweetalert2": "^11.0.19",
"sweetalert2-react-content": "^4.1.0",
"use-is-in-viewport": "^1.0.9",
"uuid": "^8.3.2",
"wake-event": "^0.0.1",
Expand Down

0 comments on commit f58d835

Please sign in to comment.