Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
* (Garfonso) fix gpio undefined errors.
  • Loading branch information
Garfonso committed Oct 13, 2024
1 parent 11bfda2 commit e135b0f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e135b0f

Please sign in to comment.