Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
* (Garfonso) rebuild config in JSONConfig.
  • Loading branch information
Garfonso committed Oct 15, 2024
1 parent 8067322 commit fbfd744
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Older Changes
## 2.0.0 (2024-06-24)
* (Garfonso) reworked GPIO input and output to work with Bookworm.
* (Garfonso) BREAKING CHANGE: removed support for GPIO-Buttons.
* (Garfonso) BREAKING CHANGE: remove unsupported button states and create input state.
* (Garfonso) add support for Raspberry 5.
* (Garfonso) on startup set GPIO outputs from ioBroker states.
* (Garfonso) switch to opengpio library.
* (Grothesk242) fixed: reading network and filesystem statistics.
* (Garfonso) move parsers from io-package.json to separate file.
* (Garfonso) get rid of old sync-exec.
* (Garfonso) Get development stuff up to date...

## 1.3.2 (2022-02-17)
* 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
Expand Down
14 changes: 1 addition & 13 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.2.0 (2024-10-15)
* (Garfonso) rebuild config in JSONConfig.

### 2.1.2 (2024-10-13)
Expand All @@ -172,18 +172,6 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
* (Garfonso) make gpio library required dependency
* (Garfonso) make errors clearer, if gpio library could not be initialized.

### 2.0.0 (2024-06-24)
* (Garfonso) reworked GPIO input and output to work with Bookworm.
* (Garfonso) BREAKING CHANGE: removed support for GPIO-Buttons.
* (Garfonso) BREAKING CHANGE: remove unsupported button states and create input state.
* (Garfonso) add support for Raspberry 5.
* (Garfonso) on startup set GPIO outputs from ioBroker states.
* (Garfonso) switch to opengpio library.
* (Grothesk242) fixed: reading network and filesystem statistics.
* (Garfonso) move parsers from io-package.json to separate file.
* (Garfonso) get rid of old sync-exec.
* (Garfonso) Get development stuff up to date...

## 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.1.2",
"version": "2.2.0",
"news": {
"2.2.0": {
"en": "rebuild config in JSONConfig.",
"de": "Umbau der config auf JSONConfig.",
"ru": "восстановить конфигурацию в JSONConfig.",
"pt": "reconstruir a configuração em JSONConfig.",
"nl": "config opnieuw opbouwen in JSONConfig.",
"fr": "reconstruire la configuration de JSONConfig.",
"it": "ricostruire la configurazione in JSONConfig.",
"es": "reconstruir config en JSONConfig.",
"pl": "odbudowa konfiguracji w JSONConfig.",
"uk": "rebuild config в JSONConfig.",
"zh-cn": "在 JSONConfig 中重建配置."
},
"2.1.2": {
"en": "transmit all GPIO changes to iobroker states.",
"de": "alle GPIO-Änderungen an iobroker States übertragen.",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Wymaga kontrolera js w wersji 3.3 lub nowszej! Allo js.controller do przebudowy, gdy GPIO jest skonfigurowane, ale się nie powiedzie",
"zh-cn": "需要 js-controller 3.3 或更高版本! Allo js.controller 在配置 GPIO 但失败时进行重建",
"uk": "Потрібен js-контролер 3.3 або вище! Allo js.controller для виконання перебудови, коли GPIO налаштовано, але не вдається"
},
"1.3.1": {
"en": "js-controller 3.3 warnings prevented",
"de": "js-controller 3.3 Warnungen verhindert",
"ru": "js-controller 3.3 предупреждения предотвращены",
"pt": "Avisos do js-controller 3.3 evitados",
"nl": "js-controller 3.3 waarschuwingen voorkomen",
"fr": "js-controller 3.3 avertissements empêchés",
"it": "js-controller 3.3 avvisi impediti",
"es": "advertencias de js-controller 3.3 prevenidas",
"pl": "js-controller 3.3 zablokowano ostrzeżenia",
"zh-cn": "js-controller 3.3 警告被阻止",
"uk": "попередження js-controller 3.3 запобігли"
}
},
"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.1.2",
"version": "2.2.0",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit fbfd744

Please sign in to comment.