Skip to content

Commit 91d5f2e

Browse files
authored
[OFFICIAL RELEASE] 9.2.4
* (arteck) Performance optimizations part 2 * (arteck) fix filter in tab scripts * (@GermanBluefox) Fixed a subscription leak on script stop for RegExp-notation string ids (dispatch index) * (@GermanBluefox) `extendObject` no longer throws into the script when the object contains non-clonable values (e.g. functions)
1 parent 2b0a48e commit 91d5f2e

24 files changed

Lines changed: 10503 additions & 10503 deletions

CHANGELOG_OLD.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
The newest change log is in README.md
2+
## 9.2.0 (2026-04-11)
3+
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
4+
* (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
5+
* (Eistee82) Fix: only restart scripts on the instance that owns them
6+
* (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
7+
* (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
8+
* (@GermanBluefox) Added support for plain import/export
9+
* (@GermanBluefox) Correcting error in configuration
10+
* (@GermanBluefox) disallow writing into node_modules folder by scripts
11+
* (@GermanBluefox) Correcting start of the script more than one time if restart is triggered
12+
* (@GermanBluefox) All delayed writings are stopped by the script stop
13+
* (@GermanBluefox) Added check if a script has been modified by another user/window
14+
* (@GermanBluefox) Make the instance number more prominent
15+
216
## 9.1.1 (2026-03-19)
317
* (GermanBluefox) Small GUI optimizations
418
* Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Executes Javascript, Typescript Scripts.
2727
-->
2828

2929
## Changelog
30-
### **WORK IN PROGRESS**
30+
### 9.2.4 (2026-06-08)
3131
* (arteck) Performance optimizations part 2
3232
* (arteck) fix filter in tab scripts
3333
* (@GermanBluefox) Fixed a subscription leak on script stop for RegExp-notation string ids (dispatch index)
@@ -57,20 +57,6 @@ Executes Javascript, Typescript Scripts.
5757
* (Eistee82) `search_datapoints` covers every object type (channels, devices, folders, enums, …) and matches on role; `get_object_info` lists children for containers — fixes finding aliases/motion-sensors modeled as channels
5858
* (Eistee82) Non-chat model filter expanded (embeddings, image/audio/video/TTS, transcription, moderation, web-search, Ollama single-task models, …)
5959

60-
### 9.2.0 (2026-04-11)
61-
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
62-
* (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
63-
* (Eistee82) Fix: only restart scripts on the instance that owns them
64-
* (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
65-
* (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
66-
* (@GermanBluefox) Added support for plain import/export
67-
* (@GermanBluefox) Correcting error in configuration
68-
* (@GermanBluefox) disallow writing into node_modules folder by scripts
69-
* (@GermanBluefox) Correcting start of the script more than one time if restart is triggered
70-
* (@GermanBluefox) All delayed writings are stopped by the script stop
71-
* (@GermanBluefox) Added check if a script has been modified by another user/window
72-
* (@GermanBluefox) Make the instance number more prominent
73-
7460
## License
7561
The MIT License (MIT)
7662

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/ScriptEditorVanillaMonaco-BFFgw2u2.js renamed to admin/assets/ScriptEditorVanillaMonaco-ColXheQH.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.
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: 38 additions & 38 deletions
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.

0 commit comments

Comments
 (0)