Skip to content

Commit

Permalink
Version bump, null safe bugfix, package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Nov 26, 2020
1 parent 52250c7 commit 3049267
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.1.AppImage
chmod +x sonos-controller-unofficial-amd64-0.2.2.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.1.AppImage" %U
Exec="/home/username/Downloads/sonos-controller-unofficial-0.2.2.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.1.AppImage
sudo dpkg -i sonos-controller-unofficial-amd64-0.2.2.AppImage
```

## and Run locally
Expand Down
24 changes: 12 additions & 12 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "sonos-controller-unofficial",
"description": "Unoffical sonos controller for linux.",
"version": "0.2.1",
"version": "0.2.2",
"author": "Pascal Opitz <[email protected]>",
"main": "main.js",
"dependencies": {
"array-union": "^2.0.0",
"bluebird": "^3.5.4",
"classnames": "^2.2.6",
"deep-equal": "^2.0.3",
"deep-equal": "^2.0.4",
"dotenv": "^8.2.0",
"electron-prompt": "^1.6.0",
"file-type": "^15.0.1",
"file-type": "^16.0.1",
"ip": "^1.1.5",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-logger": "^3.2.1",
"koa-router": "^9.4.0",
"koa-router": "^10.0.0",
"lodash": "^4.17.20",
"mask-json": "^1.0.3",
"mime": "^2.4.6",
"moment": "^2.29.0",
"music-metadata": "^7.4.0",
"moment": "^2.29.1",
"music-metadata": "^7.5.0",
"omit-keys": "^0.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.2",
"react-tiny-virtual-list": "^2.2.0",
"react-viewport-list": "^3.0.0",
"react-viewport-list": "^3.0.1",
"react-virtual-list": "^2.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
"redux": "^4.0.1",
Expand All @@ -36,8 +36,8 @@
"reselect": "^4.0.0",
"shallow-compare": "^1.2.2",
"sonos": "^1.15.0-alpha.1",
"sql.js": "^1.3.0",
"uuid": "^8.3.0",
"sql.js": "^1.4.0",
"uuid": "^8.3.1",
"wake-event": "^0.0.1",
"walkdir": "^0.4.1"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonos-controller-unofficial",
"version": "0.2.1",
"version": "0.2.2",
"description": "Unoffical sonos controller for linux",
"main": "app/main.js",
"homepage": "http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/",
Expand Down Expand Up @@ -120,27 +120,27 @@
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"babel-eslint": "^10.0.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"electron": "^10.1.2",
"electron-builder": "^22.8.1",
"electron": "^11.0.3",
"electron-builder": "^22.9.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.0",
"eslint": "^7.10.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"jest": "^26.4.2",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"material-design-icons": "^3.0.1",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"prettier": "^2.2.0",
"react": "^16.14.0",
"react-dom": "^17.0.1",
"watch": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sonos-controller-unofficial # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '0.2.1' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: Unofficial Sonos Controller for Linux # 79 char long summary
description: |
An Electron based app to control Sonos systems on Linux desktops.
Expand Down
2 changes: 1 addition & 1 deletion src/ui/reduxActions/BrowserListActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function _fetchMusicServices() {
}

export async function _getItem(item) {
if (item._raw['r:resMD']) {
if (item._raw && item._raw['r:resMD']) {
return {
...item,
metadata: item._raw['r:resMD'],
Expand Down

0 comments on commit 3049267

Please sign in to comment.