Skip to content

Commit

Permalink
chore: release v1.0.11
Browse files Browse the repository at this point in the history
-   improved CAN bus mode reading
  • Loading branch information
Klaus Weber committed Nov 22, 2024
1 parent ff27ff6 commit a67140b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.11 (2024-11-22)
- improved CAN bus mode reading
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.10",
"version": "1.0.11",
"messagebox": true,
"news": {
"1.0.11": {
"en": "improved CAN bus mode reading",
"de": "verbesserte CAN-Busmodusmessung",
"ru": "улучшенный режим автобуса",
"pt": "melhor leitura do modo de ônibus CAN",
"nl": "verbeterde CAN bus modus lezen",
"fr": "meilleure lecture du mode de bus CAN",
"it": "migliore lettura della modalità CAN bus",
"es": "mejora del modo de autobús CAN",
"pl": "ulepszone czytanie magistrali CAN",
"uk": "покращений читання режиму CAN",
"zh-cn": "改进的 CAN 总线模式读取"
},
"1.0.10": {
"en": "improved reading device info\nfixed handling of negative temperatures",
"de": "verbesserte lesegerät-info\nfeste handhabung negativer temperaturen",
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.uvr16xx-blnet",
"version": "1.0.10",
"version": "1.0.11",
"description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit a67140b

Please sign in to comment.