Skip to content

Commit b3e15ba

Browse files
authored
Merge pull request #42 from Grizzelbee/development
v1.3.6 (2024-06-21)
2 parents ef1eb13 + 0bc0e21 commit b3e15ba

File tree

5 files changed

+66
-28
lines changed

5 files changed

+66
-28
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [16.x, 18.x, 20.x]
25+
node-version: [18.x, 20.x]
2626

2727
steps:
2828
- uses: actions/checkout@v1
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
node-version: [16.x, 18.x, 20.x]
51+
node-version: [18.x, 20.x]
5252
os: [ubuntu-latest, windows-latest, macos-latest]
5353
exclude:
5454
# Don't test Node.js 8 on Windows. npm is weird here

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,26 @@ permission issue between the iobroker user and the ping utility.
7272

7373
### Work in progress
7474

75+
### 1.3.6 (2024-06-21)
76+
77+
- (grizzelbee) Upd: Dependencies got updated
78+
- (grizzelbee) Fix: minor fixes for AdapterChecker
79+
7580
### 1.3.5 (2024-06-04)
7681

77-
* (grizzelbee) Upd: Dependencies got updated
78-
* (grizzelbee) Upd: Requires at least admin v6.13.16
79-
* (grizzelbee) Upd: Requires at least nodeJs v18.0.2
80-
* (grizzelbee) Upd: Updated translations
81-
* (grizzelbee) Upd: Reorganized Admin-UI
82-
* (grizzelbee) New: Added Ping-Option to admin
82+
- (grizzelbee) Upd: Dependencies got updated
83+
- (grizzelbee) Upd: Requires at least admin v6.13.16
84+
- (grizzelbee) Upd: Requires at least nodeJs v18.0.2
85+
- (grizzelbee) Upd: Updated translations
86+
- (grizzelbee) Upd: Reorganized Admin-UI
87+
- (grizzelbee) New: Added Ping-Option to admin
8388

8489

8590
### 1.3.4 (2023-10-10)
8691

87-
* (grizzelbee) Chg: massive code refactoring
88-
* (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses
89-
* (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config
92+
- (grizzelbee) Chg: massive code refactoring
93+
- (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses
94+
- (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config
9095

9196
### 1.3.2 (2023-10-04)
9297

io-package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "robonect",
4-
"version": "1.3.5",
4+
"version": "1.3.6",
55
"news": {
6+
"1.3.6": {
7+
"en": "Upd: Dependencies got updated\nFix: minor fixes for adapter checker",
8+
"de": "Update: Abhängigkeiten wurden aktualisiert\nFix: kleinere Korrekturen für den Adapter-Checker",
9+
"ru": "Обновление: обновлены зависимости \n Исправлено: мелкие исправления для проверки адаптера.",
10+
"pt": "Atualização: Dependências foram atualizadas\n Correção: pequenas correções para verificador de adaptador",
11+
"nl": "Upd: Afhankelijkheden zijn bijgewerkt \n Oplossing: kleine oplossingen voor adaptercontrole",
12+
"fr": "Mise à jour : les dépendances ont été mises à jour\nCorrection : correctifs mineurs pour le vérificateur d'adaptateur",
13+
"it": "Aggiornamento: le dipendenze sono state aggiornate\nCorrezione: correzioni minori per il controllo dell'adattatore",
14+
"es": "Actualización: Se actualizaron las dependencias\n Solución: correcciones menores para el verificador de adaptadores",
15+
"pl": "Aktualizacja: Zależności zostały zaktualizowane \nPoprawka: drobne poprawki dla modułu sprawdzania adaptera",
16+
"uk": "Оновлено: залежності оновлено\nВиправлення: незначні виправлення для засобу перевірки адаптерів",
17+
"zh-cn": "更新:依赖项已更新\n修复:适配器检查器的小修复"
18+
},
619
"1.3.5": {
720
"en": "Upd: Dependencies got updated\nUpd: Requires at least admin v6.13.16\nUpd: Requires at least nodeJs v18.0.2\nUpd: Updated translations\nUpd: Reorganized Admin-UI\nNew: Added Ping-Option to admin ",
821
"de": "Upd: Abhängigkeiten wurden aktualisiert\nUpd: Erfordert mindestens Admin v6.13.16\nUpd: Erfordert mindestens NodeJs v18.0.2\nUpd: Aktualisierte Übersetzungen\nUpd: Neu organisierte Admin-UI\nNeu: Ping-Option zum Admin hinzugefügt",
@@ -132,7 +145,6 @@
132145
],
133146
"type": "garden",
134147
"tier": 2,
135-
"license": "MIT",
136148
"adminUI": {
137149
"config": "json"
138150
},
@@ -230,7 +242,7 @@
230242
"password"
231243
],
232244
"protectedNative": [
233-
"Password"
245+
"password"
234246
],
235247
"objects": [],
236248
"instanceObjects": [

package-lock.json

Lines changed: 32 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.robonect",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Robonect HX for lawn mower robots from Husquarna, Flymo, McCulloch and Gardena",
55
"keywords": [
66
"ioBroker",
@@ -63,12 +63,12 @@
6363
"@types/chai": "^4.3.16",
6464
"@types/chai-as-promised": "^7.1.8",
6565
"@types/mocha": "^10.0.6",
66-
"@types/node": "^20.14.1",
66+
"@types/node": "^20.14.7",
6767
"@types/proxyquire": "^1.3.31",
6868
"@types/sinon": "^17.0.3",
6969
"@types/sinon-chai": "^3.2.12",
7070
"chai": "^4.4.1",
71-
"chai-as-promised": "^7.1.2",
71+
"chai-as-promised": "^8.0.0",
7272
"eslint": "^8.57.0",
7373
"mocha": "^10.4.0",
7474
"proxyquire": "^2.1.3",

0 commit comments

Comments
 (0)