iobroker.javascript 9.0.3 → 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,11 @@ 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
+
29
34
  ### 9.0.3 (2025-06-12)
30
35
 
31
36
  * (@GermanBluefox) Corrected the rule editor
@@ -48,10 +53,6 @@ Executes Javascript, Typescript Scripts.
48
53
  * (@GermanBluefox) Corrected blockly function editor
49
54
  * (@GermanBluefox) Corrected creation of folders
50
55
 
51
- ### 8.9.0 (2025-01-22)
52
- * (@GermanBluefox) Migrated GUI to TypeScript
53
- * (@klein0r) Added count attribute to getHistory in blockly
54
-
55
56
  ## License
56
57
  The MIT License (MIT)
57
58