Skip to content

Commit b97d736

Browse files
committed
Updated packages
1 parent 59ec9bc commit b97d736

File tree

11 files changed

+93236
-88591
lines changed

11 files changed

+93236
-88591
lines changed

.github/workflows/test-and-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v4
33-
- name: Use Node.js ${{ matrix.node-version }}
33+
- name: Use Node.js 20.x
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18.x
37-
36+
node-version: 20.x
3837

3938
- name: Install Dependencies
4039
run: npm install
@@ -96,10 +95,10 @@ jobs:
9695
- name: Checkout code
9796
uses: actions/checkout@v4
9897

99-
- name: Use Node.js ${{ matrix.node-version }}
98+
- name: Use Node.js 20.x
10099
uses: actions/setup-node@v4
101100
with:
102-
node-version: 18.x
101+
node-version: 20.x
103102

104103
- name: Extract the version and commit body from the tag
105104
id: extract_release

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You have to install the pam-devel package:
8484
- Remove: `del bonjoursdksetup.exe`
8585
- Set: `set BONJOUR_SDK_HOME=C:\Program Files\Bonjour SDK`
8686

87-
And after that install yahka adapter.
87+
And after that, install yahka adapter.
8888

8989
## Some words about HomeKit
9090
The architecture of HomeKit is as follows:
@@ -186,10 +186,11 @@ This repo includes one submodule, so before building you need to also close/init
186186
### **WORK IN PROGRESS**
187187
-->
188188
## Changelog
189-
### 1.1.0 (2025-01-14)
190-
* (tarikweiss) Updated github build file. Try testing build-process with github.
189+
### 1.1.0 (2025-04-16)
190+
* (tarikweiss) Updated GitHub build file. Try testing a build-process with GitHub.
191191
* Updated design to be more responsive
192192
* Restructured code a bit
193+
* (@GermanBluefox) Updated packages
193194

194195
### 1.0.9 (2024-09-08)
195196
* Corrected Admin GUI
@@ -203,7 +204,7 @@ This repo includes one submodule, so before building you need to also close/init
203204

204205
### 1.0.4 (2024-08-12)
205206
* (Apollon77) Important: js-controller 5.0 is required at least
206-
* (tarikweiss) Rewrote community types from submodule (js) to typescript
207+
* (tarikweiss) Rewrote community types from submodule (js) to TypeScript
207208
* (tarikweiss) Added the ability to set an ioBroker state for the availability indication in HomeKit
208209

209210
### 1.0.3 (2023-03-29)

0 commit comments

Comments
 (0)