From 49a93c46eb34ca64cff77bedae6439e449bdca66 Mon Sep 17 00:00:00 2001 From: Garfonso Date: Mon, 6 Jan 2025 10:56:03 +0100 Subject: [PATCH] chore: release v2.3.1 * (Garfonso) fixed: GPIO library failed to load after recent dependency update. --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 75ed62c..22a2abb 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older Changes +## 2.1.2 (2024-10-13) +* (Garfonso) transmit all GPIO changes to iobroker states. + ## 2.1.1 (2024-10-13) * (Garfonso) fix gpio undefined errors. diff --git a/README.md b/README.md index 356b283..139ca81 100755 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https: PLACEHOLDER for the next version: ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.3.1 (2025-01-06) * (Garfonso) fixed: GPIO library failed to load after recent dependency update. ### 2.3.0 (2024-12-23) @@ -171,9 +171,6 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https: ### 2.2.0 (2024-10-15) * (Garfonso) rebuild config in JSONConfig. -### 2.1.2 (2024-10-13) -* (Garfonso) transmit all GPIO changes to iobroker states. - ## License MIT License diff --git a/io-package.json b/io-package.json index 685371c..77ed6d6 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "rpi2", - "version": "2.3.0", + "version": "2.3.1", "news": { + "2.3.1": { + "en": "fixed: GPIO library failed to load after recent dependency update.", + "de": "behoben: Die GPIO-Bibliothek konnte nach dem aktuellen Abhängigkeitsupdate nicht geladen werden.", + "ru": "фиксированный: библиотека GPIO не загрузилась после недавнего обновления зависимости.", + "pt": "corrigido: Biblioteca GPIO não conseguiu carregar após atualização recente de dependência.", + "nl": "vast: GPIO-bibliotheek kon niet worden geladen na recente afhankelijkheidsupdate.", + "fr": "corrigé : la bibliothèque GPIO n'a pas réussi à se charger après la mise à jour récente de la dépendance.", + "it": "fisso: la libreria GPIO non è riuscita a caricare dopo il recente aggiornamento della dipendenza.", + "es": "fijo: la biblioteca GPIO no se carga después de la actualización reciente de dependencia.", + "pl": "stałe: biblioteka GPIO nie wczytała się po ostatniej aktualizacji zależności.", + "uk": "виправлено: Бібліотека GPIO не вдалося завантажити після останнього оновлення залежності.", + "zh-cn": "固定: GPIO 库在最近依赖更新后无法加载 ." + }, "2.3.0": { "en": "correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.", "de": "Interpretation der Startwerteinstellung korrigiert. Ausgang mit dem Anfangswert 0/1 setzt den GPIO beim Start entsprechend. Ausgang ohne Ausgangszustand wird GPIO beim Starten überhaupt nicht setzen.", @@ -80,19 +93,6 @@ "pl": "naprawić nieokreślone błędy gpio.", "uk": "виправити gpio не визначені помилки.", "zh-cn": "修复未定义的 gpio 错误." - }, - "2.1.0": { - "en": "add support for gpios on Raspberry Zero.", - "de": "unterstützung für gpios auf Raspberry Zero hinzufügen.", - "ru": "добавьте поддержку gpios на Raspberry Zero.", - "pt": "adicionar suporte para gpios no Raspberry Zero.", - "nl": "voeg ondersteuning voor gpios op Raspberry Zero.", - "fr": "ajouter le support pour gpios sur Raspberry Zero.", - "it": "aggiungere il supporto per gpios su Raspberry Zero.", - "es": "añadir soporte para gpios en Raspberry Zero.", - "pl": "dodaj wsparcie dla gpios na Malina Zero.", - "uk": "додати підтримку gpios на Raspberry Zero.", - "zh-cn": "在Raspberry Zero上添加对gpios的支持." } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 68b6748..5720a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.rpi2", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.rpi2", - "version": "2.3.0", + "version": "2.3.1", "hasInstallScript": true, "license": "MIT", "os": [ diff --git a/package.json b/package.json index c04d37c..5bcf10e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.rpi2", - "version": "2.3.0", + "version": "2.3.1", "description": "RPI-Monitor for ioBroker Installations", "author": { "name": "husky-koglhof",