iobroker.javascript 9.0.2 → 9.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,6 +26,16 @@ Executes Javascript, Typescript Scripts.
26
26
  <!--
27
27
  ### **WORK IN PROGRESS**
28
28
  -->
29
+ ### 9.0.4 (2025-06-16)
30
+ * (@GermanBluefox) Corrected script editor for Polish language
31
+ * (@GermanBluefox) Corrected import of Blockly blocks
32
+ * (@GermanBluefox) Corrected editing of Blockly
33
+
34
+ ### 9.0.3 (2025-06-12)
35
+
36
+ * (@GermanBluefox) Corrected the rule editor
37
+ * (@GermanBluefox) Removed the unused JS files
38
+
29
39
  ### 9.0.2 (2025-06-04)
30
40
 
31
41
  * (@klein0r) Added possibility to escape chars in formatTimeDiff
@@ -43,13 +53,6 @@ Executes Javascript, Typescript Scripts.
43
53
  * (@GermanBluefox) Corrected blockly function editor
44
54
  * (@GermanBluefox) Corrected creation of folders
45
55
 
46
- ### 8.9.0 (2025-01-22)
47
- * (@GermanBluefox) Migrated GUI to TypeScript
48
- * (@klein0r) Added count attribute to getHistory in blockly
49
-
50
- ### 8.8.3 (2024-09-05)
51
- * (bluefox) Fixed object selector in rules
52
-
53
56
  ## License
54
57
  The MIT License (MIT)
55
58