Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
* (Garfonso) make gpio library required dependency
* (Garfonso) make errors more clear, if gpio library could not be initialized.
  • Loading branch information
Garfonso committed Oct 7, 2024
1 parent 4e88872 commit 97a3de0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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-07)
* (Garfonso) make gpio library required dependency
* (Garfonso) make errors more clear, if gpio library could not be initialized.

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rpi2",
"version": "2.0.0",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "make gpio library required dependency\nmake errors more clear, if gpio library could not be initialized.",
"de": "gpio bibliothek erforderlich abhängigkeit\nfehler deutlicher machen, wenn die gpio-bibliothek nicht initialisiert werden konnte.",
"ru": "сделать библиотеку gpio необходимой зависимость\nсделать ошибки более ясными, если библиотека gpio не может быть инициализирована.",
"pt": "fazer gpio biblioteca necessária dependência\nfazer erros mais claros, se a biblioteca de gpio não poderia ser inicializada.",
"nl": "gpio-bibliotheek vereiste afhankelijkheid maken\nmaak fouten duidelijker, als gpio-bibliotheek niet geïnitialiseerd kon worden.",
"fr": "rendre la bibliothèque gpio nécessaire dépendance\nrendre les erreurs plus claires, si la bibliothèque gpio ne pouvait pas être initialisée.",
"it": "rendere la libreria gpio necessaria dipendenza\nrendere gli errori più chiari, se la libreria di gpio non potrebbe essere inizializzata.",
"es": "hacer gpio biblioteca requerida dependencia\nhacer errores más claros, si la biblioteca de gpio no puede ser inicializada.",
"pl": "sprawiają, że biblioteka gpio wymaga zależności\njeśli biblioteka gpio nie może być inicjalizowana.",
"uk": "зробити бібліотеку gpio необхідною залежностю\nзробити помилки більш чіткими, якщо бібліотека gpio не може бути ініціалізована.",
"zh-cn": "使 gpio 库需要依赖\n如果 gpio 库无法初始化, 请让错误更清晰 ."
},
"2.0.0": {
"en": "reworked GPIO input and output to work with Bookworm.\nBREAKING CHANGE: removed support for GPIO-Buttons. \nBREAKING CHANGE: remove unsupported button states and create input state.\nadd support for Raspberry 5.\non startup set GPIO outputs from ioBroker states.\nswitch to opengpio library.\nfixed: reading network and filesystem statistics.\nmove parsers from io-package.json to separate file.\nget rid of old sync-exec.\nGet development stuff up to date...",
"de": "überarbeitete GPIO Eingabe und Ausgabe, um mit Bookworm zu funktionieren.\nBREAKING CHANGE: entfernte Unterstützung für GPIO-Buttons.\nBREAKING CHANGE: Entfernt die nicht mehr unterstützten states für Buttons und erstellt einen Eingabe-State.\nunterstützung für Raspberry 5.\nsetzt beim start GPIO-Ausgänge auf den Wert, der in ioBroker states steht.\nauf opengpio bibliothek umgestiegen.\nfixed: netzwerk- und dateisystemstatistik lesen.\nparsers-Code von io-package.json in eigene JSON verschoben, um die datei zu trennen.\nalte sync-exec loswerden.\nAktualisierter Code und drumherum für einfacherer Weiterentwicklung",
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.0",
"version": "2.1.0",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit 97a3de0

Please sign in to comment.