Skip to content

Commit 0fb6869

Browse files
Merge branch 'master' into feature-docs
2 parents e571fe5 + 49b917c commit 0fb6869

File tree

191 files changed

+6245
-6271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+6245
-6271
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
publish-config:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
strategy:
2121
matrix:

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
strategy:
6868
matrix:
69-
node-version: [18.x, 20.x]
69+
node-version: [18.x, 20.x, 22.x]
7070
os: [ubuntu-latest, windows-latest, macos-latest]
7171

7272
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ package-lock.json
1515
/src/dist
1616
/src-editor/dist
1717
/src-editor/.__mf__temp
18+
/src-admin/.__mf__temp

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+
## 8.8.0 (2024-08-05)
3+
* (@klein0r) Added option to register notifications via scripts
4+
* (@klein0r) Fixed sendTo block with an empty name list
5+
26
## 8.7.7 (2024-08-04)
37
* (@klein0r) Fixed import scripts dialog
48
* (@klein0r) Allowed removing all custom packages (empty list)

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29+
### 8.9.2 (2025-04-27)
30+
31+
* (@GermanBluefox) Updated packages for GUI
32+
* (@GermanBluefox) Used TypeScript for an admin component
33+
2934
### 8.9.1 (2025-01-26)
3035

3136
* (@GermanBluefox) Corrected blockly function editor
@@ -41,10 +46,6 @@ Executes Javascript, Typescript Scripts.
4146
### 8.8.2 (2024-08-07)
4247
* (bluefox) updated dependencies
4348

44-
### 8.8.0 (2024-08-05)
45-
* (@klein0r) Added option to register notifications via scripts
46-
* (@klein0r) Fixed sendTo block with an empty name list
47-
4849
## License
4950
The MIT License (MIT)
5051

admin/assets/createSvgIcon-ChB2N0i2.js

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

admin/assets/createSvgIcon-v6HH9Q5E.js

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

admin/assets/docs-6na4NFtj.js renamed to admin/assets/docs-BrInh2Pn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,13 +1946,13 @@ _Requires version >= 8.3.0_
19461946
19471947
\`\`\`js
19481948
httpGet(
1949-
'https://raw.githubusercontent.com/ioBroker/ioBroker.javascript/master/admin/javascript.png',
1949+
'https://raw.githubusercontent.com/ioBroker/ioBroker.javascript/master/admin/javascript.svg',
19501950
{ responseType: 'arraybuffer' },
19511951
async (err, response) => {
19521952
if (err) {
19531953
console.error(err);
19541954
} else {
1955-
const tempFilePath = createTempFile('javascript.png', response.data);
1955+
const tempFilePath = createTempFile('javascript.svg', response.data);
19561956
console.log(\`Saved to \${tempFilePath}\`);
19571957
19581958
// Use the new path in other scripts (e.g. sendTo)

admin/assets/hostInit-WWj7Ma6O.js renamed to admin/assets/hostInit-fzxL8JAx.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/assets/index-B0CiKPEe.js

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

admin/assets/index-B4TCes5W.js

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

admin/assets/index-BDNqlORe.js

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

admin/assets/index-BLPltTwe.js

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

admin/assets/index-BWAFEQwV.js

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

admin/assets/index-CL66iekK.js

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

admin/assets/index-D0dJGv8q.js

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

admin/assets/index-BrA2IcWW.js renamed to admin/assets/index-Do-nCdWy.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/assets/index-GB1Q3dtw.js

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

admin/assets/index-VJEmNMe0.js

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

0 commit comments

Comments
 (0)