Skip to content

Commit

Permalink
Merge branch 'master' into prepare-pr-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Aug 7, 2024
2 parents 1cce7b5 + d978d54 commit 24fa9ca
Show file tree
Hide file tree
Showing 73 changed files with 3,166 additions and 2,866 deletions.
49 changes: 28 additions & 21 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
The newest change log is in README.md
## 8.7.3 (2024-07-25)
* (@klein0r) Fixed script deletion (icon was missing)
* (@klein0r) Fixed some translations and Blockly definitions

## 8.7.2 (2024-07-23)
* (foxriver76) fixed subpath imports with controller v6 (needs js-controller v6.0.9)

## 8.7.1 (2024-07-22)
* (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)
* (foxriver76) load the correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)

## 8.7.0 (2024-07-18)
* (klein0r) Escape all field inputs correctly when using single quotes
Expand All @@ -17,15 +24,15 @@ The newest change log is in README.md
## 8.6.0 (2024-06-14)

* (foxriver76) fixed issue with additional node modules which are installed from GitHub (controller v6)
* (klein0r) Added new Blockly block to save http response into temp file
* (klein0r) Added new Blockly block to save http response into a temp file
* (klein0r) Escape single quotes in all object Blockly blocks
* (klein0r) Grouped Blockly blocks / changed order of blocks
* (klein0r) Allow multi line comments

## 8.5.2 (2024-06-11)

* (foxriver76) fixed issue with additional node modules when using js-controller version 6
* (klein0r) Added Blockly block to check if text includes another text
* (klein0r) Added Blockly block to check if a text includes another text
* (klein0r) Fixed onFile error when file has been deleted

## 8.5.1 (2024-06-10)
Expand All @@ -35,7 +42,7 @@ The newest change log is in README.md

## 8.5.0 (2024-06-07)

* (klein0r) Ack flag on state object has priorty (in setState/setStateDelayed)
* (klein0r) Ack flag on state object has priority (in setState/setStateDelayed)
* (klein0r) Fixed all blockly declarations (to avoid warnings in logs)
* (klein0r) Updated Blockly Core to 10.4.3

Expand Down Expand Up @@ -74,11 +81,11 @@ The newest change log is in README.md

* (klein0r) Added createTempFile to sandbox
* (klein0r) Fixed log message on script start
* (klein0r) Added instance/from to log window (like in admin)
* (klein0r) Added instance/from to a log window (like in admin)

## 8.2.0 (2024-05-07)

* (PeterVoronov) Added toArray to result object of $-selector
* (PeterVoronov) Added toArray to a result object of $-selector
* (klein0r) Added Blockly block for onLog

## 8.1.1 (2024-05-03)
Expand All @@ -95,7 +102,7 @@ The newest change log is in README.md

## 8.0.2 (2024-04-08)

* (klein0r) Forced downgrade of socket-client (object change issues)
* (klein0r) Forced downgrade of a socket-client (object change issues)

## 8.0.1 (2024-04-08)

Expand All @@ -104,11 +111,11 @@ The newest change log is in README.md

## 8.0.0 (2024-04-05)

NodeJS >= 18.x and js-controller >= 5 is required
NodeJS >= 18.x and js-controller >= 5 are required

* (klein0r) Breaking change: Removed support for binary states (deprecated since v6.2.0)
* (klein0r) Breaking change: Protected filesystem (iobroker-data/files) to prevent direct file writes
* (klein0r) Breaking change: request property has been removed of the sandbox (require the module if still needed)
* (klein0r) Breaking change: Protected filesystem (iobroker-data/files) to prevent a direct file writes
* (klein0r) Breaking change: request property has been removed from the sandbox (require the module if still needed)
* (klein0r) Added blockly block for global variables (e.g. script name)
* (klein0r) Added missing functions to protectFS
* (klein0r) Fixed httpPost (missing data)
Expand All @@ -124,8 +131,8 @@ NodeJS >= 18.x and js-controller >= 5 is required

## 7.11.0 (2024-03-26)

* (klein0r) Added blockly block for read and write file
* (klein0r) Allow to select other object types than state in some blocks
* (klein0r) Added blockly block for a read and write file
* (klein0r) Allow selecting other object types than state in some blocks
* (klein0r) Improved translations
* (klein0r) Removed 'type' from dropdown (is always 'state')
* (klein0r) Use highlight in search (instead of select)
Expand All @@ -135,7 +142,7 @@ NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Fixed httpGet/httpPost issue when using without options
* (klein0r) Updated integration testing
* (klein0r) Protect jsonl file access
* (klein0r) Protect JSONl file access

## 7.10.1 (2024-03-22)

Expand Down Expand Up @@ -166,26 +173,26 @@ Removed request (deprecated since 4+ years from sandbox defaults)
## 7.9.1 (2024-03-15)

* (klein0r) Configurable trigger warning limit (default: 100 per script)
* (klein0r) Allow to use objects in create state blocks for common
* (klein0r) Allow using objects in create state blocks for common
* (klein0r) Added warning if latitude or longitude is not configured correctly

## 7.9.0 (2024-03-13)

* (klein0r) Added block to create new objects
* (klein0r) Added HTTP get and post function
* (klein0r) Droped support of coffeescript (deprecated since version 6.0.0)
* (klein0r) Dropped support of coffeescript (deprecated since version 6.0.0)
* (klein0r) Raise warning if more than 100 triggers have been registered (per script)
* (klein0r) Fixed astro state calculation (and display server time in dialog)

## 7.8.0 (2024-01-29)

* (klein0r) Added block for multiple or conditions
* (klein0r) Added block for multiple `or` conditions
* (klein0r) Raised supported ecmaVersion from es2018 to es2021
* (klein0r) Fixed getIdByName (returned the same id as array)
* (klein0r) Fixed getIdByName (returned the same id as an array)

## 7.7.0 (2024-01-14)

* (klein0r) Added block for multiple and conditions
* (klein0r) Added block for multiple `and` conditions

## 7.6.3 (2024-01-11)

Expand All @@ -205,7 +212,7 @@ Removed request (deprecated since 4+ years from sandbox defaults)
## 7.5.1 (2023-12-18)

* (klein0r) Added option for calendar week to Blockly
* (klein0r) Fixed inpaired round brackets of getMinutes (Blockly)
* (klein0r) Fixed unpaired round brackets of getMinutes (Blockly)

## 7.5.0 (2023-12-15)

Expand All @@ -215,7 +222,7 @@ Removed request (deprecated since 4+ years from sandbox defaults)

## 7.4.0 (2023-12-08)

* (klein0r) Download script as xml file (export)
* (klein0r) Download script as XML file (export)
* (klein0r) Import script as file (upload)
* (klein0r) Hide global folder if expert mode is disabled

Expand Down Expand Up @@ -281,7 +288,7 @@ NodeJS 16.x is required
* (bluefox) Corrected CRON card in rules
* (bluefox) Added additional options to show the attributes of object in blockly
* (bluefox) Corrected `existsStateAsync` function
* (bluefox) Added `isDaylightSaving` state to indicate day saving time
* (bluefox) Added `isDaylightSaving` state to indicate day-saving time
* (AlCalzone) Pinned `@types/node` to v14
* (bluefox) Added list of astrological events in GUI

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Executes Javascript, Typescript Scripts.
### **WORK IN PROGRESS**
* (@GermanBluefox) updated dependencies

### 8.8.0 (2024-08-05)
* (@klein0r) Added option to register notifications via scripts
* (@klein0r) Fixed sendTo block with an empty name list

### 8.7.7 (2024-08-04)
* (@klein0r) Fixed import scripts dialog
* (@klein0r) Allowed removing all custom packages (empty list)

### 8.7.6 (2024-07-28)
* (foxriver76) fix error with subpath imports in scripts

Expand All @@ -40,13 +48,6 @@ Executes Javascript, Typescript Scripts.
### 8.7.4 (2024-07-27)
* (foxriver76) added fallback to require the adapters `request` module if no own installed

### 8.7.3 (2024-07-25)
* (@klein0r) Fixed script deletion (icon was missing)
* (@klein0r) Fixed some translations and Blockly definitions

### 8.7.2 (2024-07-23)
* (foxriver76) fixed subpath imports with controller v6 (needs js-controller v6.0.9)

## License
The MIT License (MIT)

Expand Down
71 changes: 35 additions & 36 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"files": {
"main.js": "/static/js/main.fb205034.js",
"static/css/253.d364a287.chunk.css": "/static/css/253.d364a287.chunk.css",
"static/js/253.59baf1c4.chunk.js": "/static/js/253.59baf1c4.chunk.js",
"static/js/498.660757a3.chunk.js": "/static/js/498.660757a3.chunk.js",
"static/js/160.c8d32710.chunk.js": "/static/js/160.c8d32710.chunk.js",
"static/js/586.cfd14ef3.chunk.js": "/static/js/586.cfd14ef3.chunk.js",
"static/js/173.4e774f7f.chunk.js": "/static/js/173.4e774f7f.chunk.js",
"static/js/43.67f9143e.chunk.js": "/static/js/43.67f9143e.chunk.js",
"static/js/950.394dda0b.chunk.js": "/static/js/950.394dda0b.chunk.js",
"static/js/117.78299f04.chunk.js": "/static/js/117.78299f04.chunk.js",
"static/js/61.913ccfa8.chunk.js": "/static/js/61.913ccfa8.chunk.js",
"static/js/232.72af1b3f.chunk.js": "/static/js/232.72af1b3f.chunk.js",
"static/js/998.5401f5e8.chunk.js": "/static/js/998.5401f5e8.chunk.js",
"static/js/310.eff4a7b8.chunk.js": "/static/js/310.eff4a7b8.chunk.js",
"static/js/846.6b198633.chunk.js": "/static/js/846.6b198633.chunk.js",
"static/js/845.2d3754a7.chunk.js": "/static/js/845.2d3754a7.chunk.js",
"static/js/817.a2381df9.chunk.js": "/static/js/817.a2381df9.chunk.js",
"main.js": "/static/js/main.cd68c174.js",
"static/css/135.6101495f.chunk.css": "/static/css/135.6101495f.chunk.css",
"static/js/135.95e826cb.chunk.js": "/static/js/135.95e826cb.chunk.js",
"static/js/90.21047909.chunk.js": "/static/js/90.21047909.chunk.js",
"static/js/706.13b8ca39.chunk.js": "/static/js/706.13b8ca39.chunk.js",
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
"static/js/7.647eff54.chunk.js": "/static/js/7.647eff54.chunk.js",
"static/js/791.d075f437.chunk.js": "/static/js/791.d075f437.chunk.js",
"static/js/164.0e280b83.chunk.js": "/static/js/164.0e280b83.chunk.js",
"static/js/815.3b8c1922.chunk.js": "/static/js/815.3b8c1922.chunk.js",
"static/js/675.7e9d7842.chunk.js": "/static/js/675.7e9d7842.chunk.js",
"static/js/261.d5f66391.chunk.js": "/static/js/261.d5f66391.chunk.js",
"static/js/274.47c324f3.chunk.js": "/static/js/274.47c324f3.chunk.js",
"static/js/141.f8e28279.chunk.js": "/static/js/141.f8e28279.chunk.js",
"static/js/982.2ba0e8b8.chunk.js": "/static/js/982.2ba0e8b8.chunk.js",
"static/js/894.e378a23c.chunk.js": "/static/js/894.e378a23c.chunk.js",
"static/js/996.0a55c650.chunk.js": "/static/js/996.0a55c650.chunk.js",
"static/media/tileRules.png": "/static/media/tileRules.7ed5885a66686cc288b1.png",
"static/media/docs.md": "/static/media/docs.c82b29d10f8276da4eeb.md",
"static/media/back.jpg": "/static/media/back.bda2bbe51be338a0f657.jpg",
Expand All @@ -31,7 +31,6 @@
"static/media/Anteroom.svg": "/static/media/Anteroom.93a742135f2c060ad619.svg",
"static/media/Corridor.svg": "/static/media/Corridor.93a742135f2c060ad619.svg",
"static/media/blockly2js.svg": "/static/media/blockly2js.8fb8f9319a060341c081277b7b760c74.svg",
"static/media/names.txt": "/static/media/names.3a7dae0bd6b8b03b280f.txt",
"static/media/Home Theater.svg": "/static/media/Home Theater.1e5f19a0b2a013f153f5.svg",
"static/media/rules2js.svg": "/static/media/rules2js.a3f8ea14eb2673da17e7611b2299af6f.svg",
"static/media/Driveway.svg": "/static/media/Driveway.fbd31101c5a80a8bb37a.svg",
Expand Down Expand Up @@ -146,25 +145,25 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.fb205034.js.map": "/static/js/main.fb205034.js.map",
"253.d364a287.chunk.css.map": "/static/css/253.d364a287.chunk.css.map",
"253.59baf1c4.chunk.js.map": "/static/js/253.59baf1c4.chunk.js.map",
"498.660757a3.chunk.js.map": "/static/js/498.660757a3.chunk.js.map",
"160.c8d32710.chunk.js.map": "/static/js/160.c8d32710.chunk.js.map",
"586.cfd14ef3.chunk.js.map": "/static/js/586.cfd14ef3.chunk.js.map",
"173.4e774f7f.chunk.js.map": "/static/js/173.4e774f7f.chunk.js.map",
"43.67f9143e.chunk.js.map": "/static/js/43.67f9143e.chunk.js.map",
"950.394dda0b.chunk.js.map": "/static/js/950.394dda0b.chunk.js.map",
"117.78299f04.chunk.js.map": "/static/js/117.78299f04.chunk.js.map",
"61.913ccfa8.chunk.js.map": "/static/js/61.913ccfa8.chunk.js.map",
"232.72af1b3f.chunk.js.map": "/static/js/232.72af1b3f.chunk.js.map",
"998.5401f5e8.chunk.js.map": "/static/js/998.5401f5e8.chunk.js.map",
"310.eff4a7b8.chunk.js.map": "/static/js/310.eff4a7b8.chunk.js.map",
"846.6b198633.chunk.js.map": "/static/js/846.6b198633.chunk.js.map",
"845.2d3754a7.chunk.js.map": "/static/js/845.2d3754a7.chunk.js.map",
"817.a2381df9.chunk.js.map": "/static/js/817.a2381df9.chunk.js.map"
"main.cd68c174.js.map": "/static/js/main.cd68c174.js.map",
"135.6101495f.chunk.css.map": "/static/css/135.6101495f.chunk.css.map",
"135.95e826cb.chunk.js.map": "/static/js/135.95e826cb.chunk.js.map",
"90.21047909.chunk.js.map": "/static/js/90.21047909.chunk.js.map",
"706.13b8ca39.chunk.js.map": "/static/js/706.13b8ca39.chunk.js.map",
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
"7.647eff54.chunk.js.map": "/static/js/7.647eff54.chunk.js.map",
"791.d075f437.chunk.js.map": "/static/js/791.d075f437.chunk.js.map",
"164.0e280b83.chunk.js.map": "/static/js/164.0e280b83.chunk.js.map",
"815.3b8c1922.chunk.js.map": "/static/js/815.3b8c1922.chunk.js.map",
"675.7e9d7842.chunk.js.map": "/static/js/675.7e9d7842.chunk.js.map",
"261.d5f66391.chunk.js.map": "/static/js/261.d5f66391.chunk.js.map",
"274.47c324f3.chunk.js.map": "/static/js/274.47c324f3.chunk.js.map",
"141.f8e28279.chunk.js.map": "/static/js/141.f8e28279.chunk.js.map",
"982.2ba0e8b8.chunk.js.map": "/static/js/982.2ba0e8b8.chunk.js.map",
"894.e378a23c.chunk.js.map": "/static/js/894.e378a23c.chunk.js.map",
"996.0a55c650.chunk.js.map": "/static/js/996.0a55c650.chunk.js.map"
},
"entrypoints": [
"static/js/main.fb205034.js"
"static/js/main.cd68c174.js"
]
}
Loading

0 comments on commit 24fa9ca

Please sign in to comment.