Skip to content

Commit

Permalink
chore: release v0.3.3
Browse files Browse the repository at this point in the history
* (DutchmanNL) update state definitions, (solves [#77](#77) [#58](#58))
* (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74)
  • Loading branch information
DutchmanNL committed Oct 27, 2024
1 parent 6cc7422 commit 9bc273f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ All of this helps me to provide error-free adapters that basically never crash.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.3.3-beta.1 (2024-10-26) - Bugfixes
* (DutchmanNL) update state definitions, (solves #77 #58)
### 0.3.3 (2024-10-27) - Bugfixes
* (DutchmanNL) update state definitions, (solves [#77](https://github.com/DrozmotiX/ioBroker.bambulab/issues/77) [#58](https://github.com/DrozmotiX/ioBroker.bambulab/issues/58))
* (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74)

### 0.3.2 (2023-11-20)
* (DutchmanNL) Show finish time as ISO string

### 0.3.1 (2023-11-20)
* (DutchmanNL) Bugfix control P & A Series
* (DutchmanNL) Show end time as a separate state, resolves #53
* (DutchmanNL) Bugfix resolves missing fan speed value, resolves #36
* (DutchmanNL) Show end time as a separate state, resolves [#53](https://github.com/DrozmotiX/ioBroker.bambulab/issues/53)
* (DutchmanNL) Bugfix resolves missing fan speed value, resolves [#36](https://github.com/DrozmotiX/ioBroker.bambulab/issues/36)

### 0.3.0 (2023-11-19) - Release candidate
* (DutchmanNL) Update dependencies for state handling, resolves #50
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "bambulab",
"version": "0.3.3-beta.1",
"version": "0.3.3",
"news": {
"0.3.3-beta.1": {
"0.3.3": {
"en": "update state definitions, (solves #77 #58)\nupdate connection handling, show connection error only once (Solves #99 #78 #74)",
"de": "aktualisierung von zustandsdefinitionen, (lösungen #77 #58)\nupdate-Verbindungshandling, Verbindungsfehler nur einmal anzeigen (Solves #99 #78 #74)",
"ru": "обновление определений состояния (половки #77 #58)\nобновить обработку подключения, показать ошибку соединения только один раз (Солнце #99 #78 #74)",
Expand Down
2 changes: 1 addition & 1 deletion lib/state_attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const state_attrb = {
'big_fan2_speed': {
'name': 'Chamber Fan 2 Speed',
'modify': ['tonumber'],
'type': 'number',
'type': 'mixed',
'unit': '%',
'role': 'level',
'write': true,
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.bambulab",
"version": "0.3.3-beta.1",
"version": "0.3.3",
"description": "Connects to Bambulab 3d printers to retrieve data of current print and control main aspects",
"author": {
"name": "DutchmanNL",
Expand Down Expand Up @@ -73,7 +73,8 @@
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"translate": "translate-adapter",
"release": "release-script"
"release": "release-script --all",
"release-dry": "release-script --all --dry"
},
"bugs": {
"url": "https://github.com/DrozmotiX/ioBroker.bambulab/issues"
Expand Down

0 comments on commit 9bc273f

Please sign in to comment.