Skip to content

Commit

Permalink
chore: release v8.4.3
Browse files Browse the repository at this point in the history
* (klein0r) Added response time to httpGet and httpPost result
* (klein0r) Added trigger block to ack new values
* (bluefox) Allowed selecting different ChatGPT models for AI code generator
  • Loading branch information
GermanBluefox committed Jun 4, 2024
1 parent 8fa2272 commit fff65c4
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
The newest change log is in README.md
## 8.3.0 (2024-05-09)

* (klein0r) Added createTempFile to sandbox
* (klein0r) Fixed log message on script start
* (klein0r) Added instance/from to log window (like in admin)

## 8.2.0 (2024-05-07)

* (PeterVoronov) Added toArray to result object of $-selector
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 8.4.3 (2024-06-04)

* (klein0r) Added response time to httpGet and httpPost result
* (klein0r) Added trigger block to ack new values
Expand Down Expand Up @@ -57,12 +57,6 @@ Executes Javascript, Typescript Scripts.
* (paul53) Allow negative values in formatTimeDiff
* (klein0r) Updated tests and fixed Blockly translations

### 8.3.0 (2024-05-09)

* (klein0r) Added createTempFile to sandbox
* (klein0r) Fixed log message on script start
* (klein0r) Added instance/from to log window (like in admin)

## 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.847d4cdf.js",
"main.js": "/static/js/main.f4474211.js",
"static/css/409.d23f964d.chunk.css": "/static/css/409.d23f964d.chunk.css",
"static/js/409.e89fadb7.chunk.js": "/static/js/409.e89fadb7.chunk.js",
"static/js/409.2e64fd76.chunk.js": "/static/js/409.2e64fd76.chunk.js",
"static/js/90.4413343f.chunk.js": "/static/js/90.4413343f.chunk.js",
"static/js/837.8ef69c35.chunk.js": "/static/js/837.8ef69c35.chunk.js",
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
Expand Down Expand Up @@ -151,9 +151,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.847d4cdf.js.map": "/static/js/main.847d4cdf.js.map",
"main.f4474211.js.map": "/static/js/main.f4474211.js.map",
"409.d23f964d.chunk.css.map": "/static/css/409.d23f964d.chunk.css.map",
"409.e89fadb7.chunk.js.map": "/static/js/409.e89fadb7.chunk.js.map",
"409.2e64fd76.chunk.js.map": "/static/js/409.2e64fd76.chunk.js.map",
"90.4413343f.chunk.js.map": "/static/js/90.4413343f.chunk.js.map",
"837.8ef69c35.chunk.js.map": "/static/js/837.8ef69c35.chunk.js.map",
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
Expand All @@ -175,6 +175,6 @@
"146.ace79201.chunk.js.map": "/static/js/146.ace79201.chunk.js.map"
},
"entrypoints": [
"static/js/main.847d4cdf.js"
"static/js/main.f4474211.js"
]
}
2 changes: 2 additions & 0 deletions admin/static/js/409.2e64fd76.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/409.2e64fd76.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions admin/static/js/main.f4474211.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions admin/static/js/main.f4474211.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit fff65c4

Please sign in to comment.