Skip to content

Commit

Permalink
port the cover image from binary states to files (#201)
Browse files Browse the repository at this point in the history
* port the cover image from binary states to files

* rm node 14 tests
  • Loading branch information
foxriver76 authored Sep 19, 2023
1 parent 6934cea commit 3f543c6
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 261 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ Please note: highlighting current playing favorite is not supported.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (foxriver76) store the cover file in files instead of binary states

### 2.3.1 (2023-03-22)
* (Apollon77) Prepare for future js-controller versions

Expand Down
10 changes: 9 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,13 @@
}
]
},
"objects": []
"objects": [
{
"_id": "sonos",
"type": "meta",
"common": {
"name": "Sonos files"
}
}
]
}
Loading

0 comments on commit 3f543c6

Please sign in to comment.