Skip to content

Commit

Permalink
chore: release v2.0.4
Browse files Browse the repository at this point in the history
* (crycode-de) Fix js-controller 5 compatibility
  • Loading branch information
crycode-de committed Aug 20, 2023
1 parent 0742be1 commit 3db65cf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ioBroker.ds18b20

## Older changelog
## 1.6.1 (2022-12-15)

* (crycode-de) Remote client setup url displayed in admin UI fixed

## 1.6.0 (2022-01-29)

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Dies ist ein ioBroker-Adapter zur Integration von DS18B20 1-Wire Temperatursenso
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.4 (2023-08-20)

* (crycode-de) Fix js-controller 5 compatibility

Expand Down Expand Up @@ -65,10 +65,6 @@ Dies ist ein ioBroker-Adapter zur Integration von DS18B20 1-Wire Temperatursenso
* (crycode-de) Code optimizations and upgrades to current standards
* (crycode-de) Updated dependencies

### 1.6.1 (2022-12-15)

* (crycode-de) Remote client setup url displayed in admin UI fixed

## License

Copyright (c) 2019-2023 Peter Müller <peter@crycode.de>
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": "ds18b20",
"version": "2.0.3",
"version": "2.0.4",
"news": {
"2.0.4": {
"en": "Fix js-controller 5 compatibility",
"de": "Kompatibilität mit js-controller 5 verbessert",
"ru": "Fix js-контроллер 5 совместимость",
"pt": "Corrigir compatibilidade js-controller 5",
"nl": "Vertaling:",
"fr": "Correction de la compatibilité js-controller 5",
"it": "Fix js-controller 5 compatibilità",
"es": "Corrección js-controller 5 compatibilidad",
"pl": "Kompatybilność fix js-kontroler 5",
"uk": "Виправлення сумісності js-controller 5",
"zh-cn": "Fix j. 控制容忍 5"
},
"2.0.3": {
"en": "Dependency updates",
"de": "Abhängigkeiten aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano sortowanie czujników w admin i zachowanie porządku sortowania. Zezwól na użycie w1_bus_masterX bezpośrednio jako w1DevicesPath.",
"zh-cn": "在管理员中添加传感器排序并保持排序顺序。允许将 w1_bus_masterX 直接用作 w1DevicesPath。",
"uk": "Додано сортування датчиків в адмінку та збереження порядку сортування. Дозволити використання w1_bus_masterX безпосередньо як w1DevicesPath."
},
"1.5.4": {
"en": "Catch errors while sending request to remote client",
"de": "Fehler beim Senden einer Anfrage an einen Remote-Client werden nun abfangen",
"ru": "Выявление ошибок при отправке запроса удаленному клиенту",
"pt": "Capture erros ao enviar solicitação ao cliente remoto",
"nl": "Vang fouten op tijdens het verzenden van een verzoek naar een externe client",
"fr": "Détecter les erreurs lors de l'envoi de la demande au client distant",
"it": "Rileva gli errori durante l'invio della richiesta al client remoto",
"es": "Detectar errores al enviar una solicitud a un cliente remoto",
"pl": "Wyłap błędy podczas wysyłania żądania do zdalnego klienta",
"zh-cn": "向远程客户端发送请求时捕获错误",
"uk": "Виявлення помилок під час надсилання запиту віддаленому клієнту"
}
},
"title": "DS18B20",
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.ds18b20",
"version": "2.0.3",
"version": "2.0.4",
"description": "This is an ioBroker-Adapter to integrate DS18B20 1-wire temperature sensors.",
"author": {
"name": "Peter Müller",
Expand Down

0 comments on commit 3db65cf

Please sign in to comment.