Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
* (Garfonso) fixed: GPIO library failed to load after recent dependency update.
  • Loading branch information
Garfonso committed Jan 6, 2025
1 parent 8d5f182 commit 49a93c4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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
## 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.

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.3.1 (2025-01-06)
* (Garfonso) fixed: GPIO library failed to load after recent dependency update.

### 2.3.0 (2024-12-23)
Expand All @@ -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

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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": {
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.3.0",
"version": "2.3.1",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit 49a93c4

Please sign in to comment.