Skip to content

Commit

Permalink
Merge pull request #42 from Grizzelbee/development
Browse files Browse the repository at this point in the history
v1.3.6 (2024-06-21)
  • Loading branch information
Grizzelbee authored Jun 21, 2024
2 parents ef1eb13 + 0bc0e21 commit b3e15ba
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -48,7 +48,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]
exclude:
# Don't test Node.js 8 on Windows. npm is weird here
Expand Down
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,26 @@ permission issue between the iobroker user and the ping utility.

### Work in progress

### 1.3.6 (2024-06-21)

- (grizzelbee) Upd: Dependencies got updated
- (grizzelbee) Fix: minor fixes for AdapterChecker

### 1.3.5 (2024-06-04)

* (grizzelbee) Upd: Dependencies got updated
* (grizzelbee) Upd: Requires at least admin v6.13.16
* (grizzelbee) Upd: Requires at least nodeJs v18.0.2
* (grizzelbee) Upd: Updated translations
* (grizzelbee) Upd: Reorganized Admin-UI
* (grizzelbee) New: Added Ping-Option to admin
- (grizzelbee) Upd: Dependencies got updated
- (grizzelbee) Upd: Requires at least admin v6.13.16
- (grizzelbee) Upd: Requires at least nodeJs v18.0.2
- (grizzelbee) Upd: Updated translations
- (grizzelbee) Upd: Reorganized Admin-UI
- (grizzelbee) New: Added Ping-Option to admin


### 1.3.4 (2023-10-10)

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

### 1.3.2 (2023-10-04)

Expand Down
18 changes: 15 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "robonect",
"version": "1.3.5",
"version": "1.3.6",
"news": {
"1.3.6": {
"en": "Upd: Dependencies got updated\nFix: minor fixes for adapter checker",
"de": "Update: Abhängigkeiten wurden aktualisiert\nFix: kleinere Korrekturen für den Adapter-Checker",
"ru": "Обновление: обновлены зависимости \n Исправлено: мелкие исправления для проверки адаптера.",
"pt": "Atualização: Dependências foram atualizadas\n Correção: pequenas correções para verificador de adaptador",
"nl": "Upd: Afhankelijkheden zijn bijgewerkt \n Oplossing: kleine oplossingen voor adaptercontrole",
"fr": "Mise à jour : les dépendances ont été mises à jour\nCorrection : correctifs mineurs pour le vérificateur d'adaptateur",
"it": "Aggiornamento: le dipendenze sono state aggiornate\nCorrezione: correzioni minori per il controllo dell'adattatore",
"es": "Actualización: Se actualizaron las dependencias\n Solución: correcciones menores para el verificador de adaptadores",
"pl": "Aktualizacja: Zależności zostały zaktualizowane \nPoprawka: drobne poprawki dla modułu sprawdzania adaptera",
"uk": "Оновлено: залежності оновлено\nВиправлення: незначні виправлення для засобу перевірки адаптерів",
"zh-cn": "更新:依赖项已更新\n修复:适配器检查器的小修复"
},
"1.3.5": {
"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 ",
"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",
Expand Down Expand Up @@ -132,7 +145,6 @@
],
"type": "garden",
"tier": 2,
"license": "MIT",
"adminUI": {
"config": "json"
},
Expand Down Expand Up @@ -230,7 +242,7 @@
"password"
],
"protectedNative": [
"Password"
"password"
],
"objects": [],
"instanceObjects": [
Expand Down
43 changes: 32 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.robonect",
"version": "1.3.5",
"version": "1.3.6",
"description": "Robonect HX for lawn mower robots from Husquarna, Flymo, McCulloch and Gardena",
"keywords": [
"ioBroker",
Expand Down Expand Up @@ -63,12 +63,12 @@
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.1",
"@types/node": "^20.14.7",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"chai-as-promised": "^8.0.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit b3e15ba

Please sign in to comment.