Skip to content

Commit

Permalink
chore: release v7.6.1
Browse files Browse the repository at this point in the history
* (klein0r) Added missing console.info()
* (klein0r) Added missing type hints
* (klein0r) Creation of astro states is now optional
* (klein0r) Fixed logging of objects/sets
  • Loading branch information
klein0r committed Jan 2, 2024
1 parent a7dca3a commit 82162f8
Show file tree
Hide file tree
Showing 11 changed files with 665 additions and 665 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
The newest change log is in README.md
## 7.3.0 (2023-12-07)

* (klein0r) Updated blockly logo
* (klein0r) Always set variables like isDaylightSaving
* (klein0r) Added astro times as states
* (klein0r) Fixed copied time blocks

## 7.2.0 (2023-12-04)
NodeJS 16.x is required

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.6.1 (2024-01-02)

* (klein0r) Added missing console.info()
* (klein0r) Added missing type hints
Expand Down Expand Up @@ -74,13 +74,6 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
* (klein0r) Import script as file (upload)
* (klein0r) Hide global folder if expert mode is disabled

### 7.3.0 (2023-12-07)

* (klein0r) Updated blockly logo
* (klein0r) Always set variables like isDaylightSaving
* (klein0r) Added astro times as states
* (klein0r) Fixed copied time blocks

## License
The MIT License (MIT)

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.1a13a217.js",
"main.js": "/static/js/main.bf239cec.js",
"static/css/864.42bfc5f3.chunk.css": "/static/css/864.42bfc5f3.chunk.css",
"static/js/864.a97e1313.chunk.js": "/static/js/864.a97e1313.chunk.js",
"static/js/864.2ff346be.chunk.js": "/static/js/864.2ff346be.chunk.js",
"static/js/90.356ce273.chunk.js": "/static/js/90.356ce273.chunk.js",
"static/js/750.cbf4f684.chunk.js": "/static/js/750.cbf4f684.chunk.js",
"static/js/723.6006b5e8.chunk.js": "/static/js/723.6006b5e8.chunk.js",
Expand Down Expand Up @@ -157,9 +157,9 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.1a13a217.js.map": "/static/js/main.1a13a217.js.map",
"main.bf239cec.js.map": "/static/js/main.bf239cec.js.map",
"864.42bfc5f3.chunk.css.map": "/static/css/864.42bfc5f3.chunk.css.map",
"864.a97e1313.chunk.js.map": "/static/js/864.a97e1313.chunk.js.map",
"864.2ff346be.chunk.js.map": "/static/js/864.2ff346be.chunk.js.map",
"90.356ce273.chunk.js.map": "/static/js/90.356ce273.chunk.js.map",
"750.cbf4f684.chunk.js.map": "/static/js/750.cbf4f684.chunk.js.map",
"723.6006b5e8.chunk.js.map": "/static/js/723.6006b5e8.chunk.js.map",
Expand Down Expand Up @@ -189,6 +189,6 @@
"360.59624b85.chunk.js.map": "/static/js/360.59624b85.chunk.js.map"
},
"entrypoints": [
"static/js/main.1a13a217.js"
"static/js/main.bf239cec.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

1,286 changes: 643 additions & 643 deletions io-package.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "7.6.0",
"version": "7.6.1",
"description": "Rules Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "7.6.0",
"version": "7.6.1",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 82162f8

Please sign in to comment.