Skip to content

Commit

Permalink
Release 1.0.5: persistent sensor configuration
Browse files Browse the repository at this point in the history
* Fixed sensors dropping custom configuration after a restart
* Updated dependencies: version bump for `adapter-core`
  • Loading branch information
Sibgatulin committed Oct 29, 2024
1 parent 15c9259 commit ee45c9c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ The data will be retrieved and shown in the objects-tab according to your config

## Changelog <a id="change" />

### 1.0.5
* Fixed sensors dropping custom configuration after a restart
* Updated dependencies: version bump for `adapter-core`

### 1.0.4

* Updated dependencies: bumped multiple packages (`chai-as-promised`, `sinon`, `mocha`) to address vulnerabilities
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "air-q",
"version": "1.0.4",
"version": "1.0.5",
"tier": 2,
"news": {
"0.0.1": {
Expand Down Expand Up @@ -81,6 +81,19 @@
"pl": "Zaktualizowano różne zależności",
"uk": "Оновлено різні залежності",
"zh-cn": "更新了各種依賴項"
},
"1.0.5": {
"en": "Fix sensors dropping custom configuration after a restart and bump dependency version",
"de": "Behebung des Verlusts der benutzerdefinierten Konfiguration der Sensoren nach einem Neustart und Aktualisierung der Abhängigkeitsversion",
"ru": "Исправление сброса пользовательской конфигурации датчиков после перезапуска и обновление версии зависимости",
"pt": "Correção para sensores que perdem configuração personalizada após reiniciar e atualização da versão de dependência",
"nl": "Oplossing voor sensoren die hun aangepaste configuratie verliezen na een herstart en verhoging van de afhankelijkheidsversie",
"fr": "Correction des capteurs perdant leur configuration personnalisée après un redémarrage et mise à jour de la version de dépendance",
"it": "Correzione dei sensori che perdono la configurazione personalizzata dopo un riavvio e aggiornamento della versione di dipendenza",
"es": "Corrección para que los sensores no pierdan su configuración personalizada tras un reinicio y actualización de la versión de dependencia",
"pl": "Naprawa problemu z utratą niestandardowej konfiguracji czujników po ponownym uruchomieniu oraz aktualizacja wersji zależności",
"uk": "Виправлено скидання користувацької конфігурації датчиків після перезапуску та оновлення версії залежності",
"zh-cn": "修复传感器在重启后丢失自定义配置的问题并更新依赖项版本"
}
},
"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.air-q",
"version": "1.0.4",
"version": "1.0.5",
"description": "Adapter for air-Q devices",
"author": {
"name": "Katharina K.",
Expand Down

0 comments on commit ee45c9c

Please sign in to comment.