Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
* (jangatzke) add support for gpios on Raspberry Zero.
  • Loading branch information
Garfonso committed Oct 8, 2024
1 parent 6ebaa81 commit fd3b9a6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older Changes
## 1.3.0 (2021-07-16)
* (asgothian) Fix to get CPU frequencies also on Raspi 4
* (raintor) Add support for DHTxx/AM23xx Sensors
* (raintor) Configure internal Pull UP/Down Resistor
* (raintor) Add port 'label'/'friendly name' to GPIO config

## 1.2.0 (2020-01-17)
- (janfromberlin) GPIO configuration as output with defined initial value
- (foxriver76) No longer use adapter.objects
Expand Down
8 changes: 1 addition & 7 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.0 (2024-10-08)
* (jangatzke) add support for gpios on Raspberry Zero.

### 2.0.1 (2024-10-07)
Expand All @@ -182,12 +182,6 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
### 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
* (raintor) Configure internal Pull UP/Down Resistor
* (raintor) Add port 'label'/'friendly name' to GPIO config

## 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.0.1",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "add support for gpios on Raspberry Zero.",
"de": "unterstützung für gpios auf Raspberry Zero hinzugefügt.",
"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的支持."
},
"2.0.1": {
"en": "make gpio library required dependency\nmake errors clearer, if gpio library could not be initialized.",
"de": "gpio bibliothek erforderlich abhängigkeit\nfehler deutlicher machen, wenn gpio-bibliothek nicht initialisiert werden konnte.",
Expand Down Expand Up @@ -76,18 +89,6 @@
"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配置为具有定义的初始值的输出"
},
"1.1.1": {
"en": "Error messages for not existing values are logged only once",
"de": "Fehlermeldungen für nicht vorhandene Werte werden nur einmal protokolliert",
"ru": "Сообщения об ошибках для несуществующих значений регистрируются только один раз",
"pt": "Mensagens de erro para valores não existentes são registradas somente uma vez",
"nl": "Foutmeldingen voor niet bestaande waarden worden slechts één keer vastgelegd",
"fr": "Les messages d'erreur relatifs à des valeurs non existantes ne sont consignés qu'une seule fois.",
"it": "I messaggi di errore per i valori non esistenti vengono registrati solo una volta",
"es": "Los mensajes de error para valores no existentes se registran una sola vez.",
"pl": "Komunikaty o błędach dla nieistniejących wartości są rejestrowane tylko raz",
"zh-cn": "不存在的值的错误消息仅记录一次"
}
},
"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.0.1",
"version": "2.1.0",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit fd3b9a6

Please sign in to comment.