Skip to content

Commit 3cdc489

Browse files
author
Philipp Gersch
authored
Add files via upload
1 parent 3030386 commit 3cdc489

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ NOTICE:
55
Another future plan: Command: "include <abs|rel> <pathToFile>" a command to include external compiled libraries "plug in style".
66
Added in 1.8.0 with the command: import "path_to_jar";
77

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+
817
1.9.4:
918
Added linux and mac Support for the "exec" Command.
1019
This command can now execute Shell commands on a linux or mac os device.

0 commit comments

Comments
 (0)