Skip to content

Commit 305f8eb

Browse files
committed
chore: release v7.4.0
* (klein0r) Download script as xml file (export) * (klein0r) Import script as file (upload) * (klein0r) Hide global folder if expert mode is disabled
1 parent f6aa1dd commit 305f8eb

13 files changed

+33
-33
lines changed

CHANGELOG_OLD.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
The newest change log is in README.md
2+
## 7.1.4 (2023-08-09)
3+
* (bluefox) Added version to the side menu
4+
* (klein0r) Added blockly blocks for `getHistory` and calculated times
5+
26
## 7.1.1 (2023-06-20)
37
* (bluefox) corrected the script export
48

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
4646
<!--
4747
### **WORK IN PROGRESS**
4848
-->
49-
### **WORK IN PROGRESS**
49+
### 7.4.0 (2023-12-08)
5050

5151
* (klein0r) Download script as xml file (export)
5252
* (klein0r) Import script as file (upload)
@@ -76,10 +76,6 @@ NodeJS 16.x is required
7676
### 7.1.5 (2023-10-09)
7777
* (bluefox) Added play-ground for ChatGPT (API key required)
7878

79-
### 7.1.4 (2023-08-09)
80-
* (bluefox) Added version to the side menu
81-
* (klein0r) Added blockly blocks for `getHistory` and calculated times
82-
8379
## License
8480
The MIT License (MIT)
8581

admin/asset-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"files": {
3-
"main.js": "/static/js/main.2afaeff2.js",
3+
"main.js": "/static/js/main.01380d13.js",
44
"static/css/864.42bfc5f3.chunk.css": "/static/css/864.42bfc5f3.chunk.css",
5-
"static/js/864.ca2d7da5.chunk.js": "/static/js/864.ca2d7da5.chunk.js",
5+
"static/js/864.d7c7a956.chunk.js": "/static/js/864.d7c7a956.chunk.js",
66
"static/js/90.356ce273.chunk.js": "/static/js/90.356ce273.chunk.js",
77
"static/js/750.cbf4f684.chunk.js": "/static/js/750.cbf4f684.chunk.js",
88
"static/js/723.6006b5e8.chunk.js": "/static/js/723.6006b5e8.chunk.js",
@@ -157,9 +157,9 @@
157157
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
158158
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
159159
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
160-
"main.2afaeff2.js.map": "/static/js/main.2afaeff2.js.map",
160+
"main.01380d13.js.map": "/static/js/main.01380d13.js.map",
161161
"864.42bfc5f3.chunk.css.map": "/static/css/864.42bfc5f3.chunk.css.map",
162-
"864.ca2d7da5.chunk.js.map": "/static/js/864.ca2d7da5.chunk.js.map",
162+
"864.d7c7a956.chunk.js.map": "/static/js/864.d7c7a956.chunk.js.map",
163163
"90.356ce273.chunk.js.map": "/static/js/90.356ce273.chunk.js.map",
164164
"750.cbf4f684.chunk.js.map": "/static/js/750.cbf4f684.chunk.js.map",
165165
"723.6006b5e8.chunk.js.map": "/static/js/723.6006b5e8.chunk.js.map",
@@ -189,6 +189,6 @@
189189
"360.59624b85.chunk.js.map": "/static/js/360.59624b85.chunk.js.map"
190190
},
191191
"entrypoints": [
192-
"static/js/main.2afaeff2.js"
192+
"static/js/main.01380d13.js"
193193
]
194194
}

admin/static/js/864.ca2d7da5.chunk.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

admin/static/js/864.ca2d7da5.chunk.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

admin/static/js/864.d7c7a956.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/864.d7c7a956.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.2afaeff2.js renamed to admin/static/js/main.01380d13.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.2afaeff2.js.map renamed to admin/static/js/main.01380d13.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/tab.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)