From e135b0ff2d732c9876a0dfbac829f7894feda615 Mon Sep 17 00:00:00 2001 From: Garfonso Date: Sun, 13 Oct 2024 20:26:15 +0200 Subject: [PATCH] chore: release v2.1.1 * (Garfonso) fix gpio undefined errors. --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 06e78d6..93495e9 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older Changes +## 1.3.1 (2021-07-16) +* (Apollon77) Prevent js-controller 3.3 warnings + ## 1.3.0 (2021-07-16) * (asgothian) Fix to get CPU frequencies also on Raspi 4 * (raintor) Add support for DHTxx/AM23xx Sensors diff --git a/README.md b/README.md index d3dee5e..66f190d 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.1.1 (2024-10-13) * (Garfonso) fix gpio undefined errors. ### 2.1.0 (2024-10-13) @@ -182,9 +182,6 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https: * Important: This version requires at leas js-controller 3.3 * (Apollon77) Stop the adapter when GPIO module is configured but not working due to a needed rebuild that js-controller can pick up -### 1.3.1 (2021-07-16) -* (Apollon77) Prevent js-controller 3.3 warnings - ## License MIT License diff --git a/io-package.json b/io-package.json index ca79d99..4c06c88 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "rpi2", - "version": "2.1.0", + "version": "2.1.1", "news": { + "2.1.1": { + "en": "fix gpio undefined errors.", + "de": "gpio undefinierte fehler beheben.", + "ru": "исправить ошибки gpio.", + "pt": "corrigir erros indefinidos do gpio.", + "nl": "fix gpio ongedefinieerde fouten.", + "fr": "corriger les erreurs non définies de gpio.", + "it": "correggere errori gpio non definiti.", + "es": "corrige errores sin definir.", + "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.", @@ -77,18 +90,6 @@ "es": "Agregue soporte para sensores DHTxx / AM23xx, configure la resistencia interna Pull UP / Down, optimizaciones y correcciones", "pl": "Dodaj wsparcie dla czujników DHTxx/AM23xx, skonfiguruj wewnętrzny rezystor pull up/down, optymalizacje i poprawki", "zh-cn": "添加对 DHTxx/AM23xx 传感器的支持、配置内部上拉/下拉电阻、优化和修复" - }, - "1.2.0": { - "en": "GPIO configuration as output with defined initial value", - "de": "GPIO Konfiguration als Ausgang mit definiertem Startwert", - "ru": "Конфигурация GPIO как выход с заданным начальным значением", - "pt": "Configuração GPIO como saída com valor inicial definido", - "nl": "GPIO-configuratie als uitgang met gedefinieerde beginwaarde", - "fr": "Configuration GPIO en sortie avec valeur initiale définie", - "it": "Configurazione GPIO come output con valore iniziale definito", - "es": "Configuración GPIO como salida con valor inicial definido", - "pl": "Konfiguracja GPIO jako wyjście ze zdefiniowaną wartością początkową", - "zh-cn": "GPIO配置为具有定义的初始值的输出" } }, "title": "RPI-Monitor", diff --git a/package-lock.json b/package-lock.json index 89e9002..ebf1ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.rpi2", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.rpi2", - "version": "2.1.0", + "version": "2.1.1", "hasInstallScript": true, "license": "MIT", "os": [ diff --git a/package.json b/package.json index a49b352..78ebf4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.rpi2", - "version": "2.1.0", + "version": "2.1.1", "description": "RPI-Monitor for ioBroker Installations", "author": { "name": "husky-koglhof",