Skip to content

Commit

Permalink
Packages were updated (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Aug 6, 2024
1 parent eaa4699 commit d978d54
Show file tree
Hide file tree
Showing 49 changed files with 1,669 additions and 1,525 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The newest change log is in README.md
* (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 @@ -24,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 @@ -42,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 @@ -81,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 @@ -102,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 @@ -111,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 @@ -131,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 @@ -142,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 @@ -173,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 @@ -212,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 @@ -222,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 @@ -288,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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (bluefox) packages were updated

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

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

### 8.7.6 (2024-07-28)
* (foxriver76) fix error with subpath imports in scripts
Expand Down
70 changes: 35 additions & 35 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.d79356b6.js",
"static/css/253.d364a287.chunk.css": "/static/css/253.d364a287.chunk.css",
"static/js/253.22103681.chunk.js": "/static/js/253.22103681.chunk.js",
"static/js/498.79fdd20e.chunk.js": "/static/js/498.79fdd20e.chunk.js",
"static/js/160.207f86ee.chunk.js": "/static/js/160.207f86ee.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.4d3ae554.chunk.js": "/static/js/117.4d3ae554.chunk.js",
"static/js/61.913ccfa8.chunk.js": "/static/js/61.913ccfa8.chunk.js",
"static/js/232.739c176a.chunk.js": "/static/js/232.739c176a.chunk.js",
"static/js/998.86398cde.chunk.js": "/static/js/998.86398cde.chunk.js",
"static/js/530.66657347.chunk.js": "/static/js/530.66657347.chunk.js",
"static/js/846.7353c3b4.chunk.js": "/static/js/846.7353c3b4.chunk.js",
"static/js/845.dbd3dcab.chunk.js": "/static/js/845.dbd3dcab.chunk.js",
"static/js/577.48df0cd2.chunk.js": "/static/js/577.48df0cd2.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 Down Expand Up @@ -145,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.d79356b6.js.map": "/static/js/main.d79356b6.js.map",
"253.d364a287.chunk.css.map": "/static/css/253.d364a287.chunk.css.map",
"253.22103681.chunk.js.map": "/static/js/253.22103681.chunk.js.map",
"498.79fdd20e.chunk.js.map": "/static/js/498.79fdd20e.chunk.js.map",
"160.207f86ee.chunk.js.map": "/static/js/160.207f86ee.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.4d3ae554.chunk.js.map": "/static/js/117.4d3ae554.chunk.js.map",
"61.913ccfa8.chunk.js.map": "/static/js/61.913ccfa8.chunk.js.map",
"232.739c176a.chunk.js.map": "/static/js/232.739c176a.chunk.js.map",
"998.86398cde.chunk.js.map": "/static/js/998.86398cde.chunk.js.map",
"530.66657347.chunk.js.map": "/static/js/530.66657347.chunk.js.map",
"846.7353c3b4.chunk.js.map": "/static/js/846.7353c3b4.chunk.js.map",
"845.dbd3dcab.chunk.js.map": "/static/js/845.dbd3dcab.chunk.js.map",
"577.48df0cd2.chunk.js.map": "/static/js/577.48df0cd2.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.d79356b6.js"
"static/js/main.cd68c174.js"
]
}
Loading

0 comments on commit d978d54

Please sign in to comment.