Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Executes Javascript, Typescript Scripts.
* (@krobipd) Fixed saving of Blockly scripts under Blockly 13: a script containing a named timeout, interval or schedule could not be saved anymore - the save button did not appear (#2349)
* (@krobipd) Fixed saving of Blockly scripts containing a function with a return value and no statements (#1958)
* (@krobipd) The Blockly regression tests now also cover saving: every block is serialized the way the editor does it and reloaded to the same code
* (@krobipd) When a block fails while the script is regenerated after a change, the editor now shows the error instead of silently never offering the save button; a failing export shows its error too

### 10.1.1 (2026-08-24)
* (@GermanBluefox) The credentials of the central storage (Basic settings -> Credentials) are available in the scripts as `SECRETS`, e.g. `SECRETS.CameraPassword.key`. The values are decrypted, read-only and are updated live when a credential is edited in the admin UI
Expand Down
242 changes: 242 additions & 0 deletions admin/assets/AiChatPanel-AefbI3hv.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions admin/assets/Debugger-osayggsE.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/assets/RulesEditor-DwJ0UTnU.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions admin/assets/ScriptEditor-DiCKl9d2.js

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

3 changes: 3 additions & 0 deletions admin/assets/ScriptEditorVanillaMonaco-BPeIEG64.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/assets/aiPromptBuilder-CXetnpLr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{t as e}from"./AiChatPanel-AefbI3hv.js";export{e as buildActionPrompt};
1 change: 1 addition & 0 deletions admin/assets/blocks_action-Cax68JNQ.js

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

Loading
Loading