Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Apr 21, 2024
1 parent ad2ed67 commit 3e616ef
Show file tree
Hide file tree
Showing 5 changed files with 9,907 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:


- name: Install Dependencies
run: npm install
run: npm ci

# - name: Perform a type check
# run: npm run check:ts
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -72,7 +72,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm install
run: npm ci

# - name: Run local tests
# run: npm test
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
echo "::set-output name=BODY::$BODY"
- name: Install Dependencies
run: npm install
run: npm ci

# - name: Create a clean build
# run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2023, bluefox<dogafox@gmail.com>
Copyright (c) 2014-2024, bluefox<dogafox@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ Please note: highlighting current playing favorite is not supported.
-->
## Changelog

### WORK IN PROGRESS

(seb2010) Added support to control bass and treble of a player (NO updates of these states on external events!)
### __WORK IN PROGRESS__
* (seb2010) Added support for treble and bass information

### 3.0.0 (2023-10-09)
* (udondan) Added support for the playing Sonos playlists (added new state `playlist_set`)
Expand Down Expand Up @@ -292,7 +291,7 @@ Please note: highlighting current playing favorite is not supported.

The MIT License (MIT)

Copyright (c) 2014-2023, bluefox <dogafox@gmail.com>
Copyright (c) 2014-2024, bluefox <dogafox@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 3e616ef

Please sign in to comment.