Skip to content

Commit 24701bc

Browse files
authored
[OFFICIAL RELEASE] 9.2.0
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply * (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running * (Eistee82) Fix: only restart scripts on the instance that owns them * (Eistee82) Added OID display mode toggle for Blockly editor: 4 display modes (Name, Name path, State ID, Full ID) with toolbar dropdown, context menu, optional object icons, and translations in 11 languages * (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks * (@GermanBluefox) Added support for plain import/export * (@GermanBluefox) Correcting error in configuration * (@GermanBluefox) disallow writing into node_modules folder by scripts * (@GermanBluefox) Correcting start of the script more than one time if restart is triggered * (@GermanBluefox) All delayed writings are stopped by the script stop * (@GermanBluefox) Added check if a script has been modified by another user/window * (@GermanBluefox) Make the instance number more prominent
1 parent 7a90409 commit 24701bc

27 files changed

Lines changed: 12497 additions & 12171 deletions

CHANGELOG_OLD.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
The newest change log is in README.md
2+
## 9.0.10 (2025-07-27)
3+
* (@klein0r) Added Blockly block to format a numeric value
4+
* (@GermanBluefox) Fixing some blocks in blockly: cron, time
5+
* (@GermanBluefox) Added a new block: "unconditional return"
6+
* (@GermanBluefox) Type definitions for TypeScript were updated
7+
* (@GermanBluefox) Corrected bug with deleting of sub-folders
8+
29
## 9.0.7 (2025-06-29)
310
* (@GermanBluefox) Fixing some blocks in blockly: time, function
411

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29-
### **WORK IN PROGRESS**
29+
### 9.2.0 (2026-04-11)
3030
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
3131
* (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
3232
* (Eistee82) Fix: only restart scripts on the instance that owns them
@@ -62,13 +62,6 @@ Executes Javascript, Typescript Scripts.
6262
* (@GermanBluefox) Corrected the rule editor if the condition is empty
6363
* (@GermanBluefox) Corrected types for TypeScript
6464

65-
### 9.0.10 (2025-07-27)
66-
* (@klein0r) Added Blockly block to format a numeric value
67-
* (@GermanBluefox) Fixing some blocks in blockly: cron, time
68-
* (@GermanBluefox) Added a new block: "unconditional return"
69-
* (@GermanBluefox) Type definitions for TypeScript were updated
70-
* (@GermanBluefox) Corrected bug with deleting of sub-folders
71-
7265
## License
7366
The MIT License (MIT)
7467

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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/assets/index-DjOvi9Qm.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/index-SHs7_wDh.js

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/assets/index-Zpv5MGdY.js

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

admin/assets/index-hwplVCgv.js

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

0 commit comments

Comments
 (0)