You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ NOTICE:
5
5
Another future plan: Command: "include <abs|rel> <pathToFile>" a command to include external compiled libraries "plug in style".
6
6
Added in 1.8.0 with the command: import "path_to_jar";
7
7
8
+
1.9.6:
9
+
- Added error stream eo "exec" command
10
+
11
+
1.9.5:
12
+
- Added optional "setup(Process process)" function to libraries. Fired once, when the library is imported. When a process is running. Useful to set up listeners etc.
13
+
- Added "executeEventFunction()" to libraries. Use this function to fire funtions in a running process.
14
+
- Fixed bug where the Process would throw an error if you tried to import custom libraries with the "import" command
15
+
- Custom Libraries can now only have one Process attacted which is now accessible in CustomLibrary not only through commands anymore.
16
+
8
17
1.9.4:
9
18
Added linux and mac Support for the "exec" Command.
10
19
This command can now execute Shell commands on a linux or mac os device.
0 commit comments