Skip to content

Commit 9fff9f1

Browse files
authored
Add files via upload
1 parent ebddd6f commit 9fff9f1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ NOTICE:
44
the boolean "useCache" (constructor) is still useless, the command cache will be added in future updates to make the script even faster.
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";
7+
8+
1.9.4:
9+
Added linux and mac Support for the "exec" Command.
10+
This command can now execute Shell commands on a linux or mac os device.
711

812
1.9.3:
913
Added an application listener to fire when the script finishes.
@@ -24,7 +28,6 @@ NOTICE:
2428
java -jar devscript_1.9.0.jar --execute "println foo;" -> Opens the editor window with "println foo;" as the content.
2529
- Easier input setting. Before 1.9.0, it is very complicated to implement a custom InputStream. This update provides an abstract
2630
com.devscript.raw.ApplicationInput class, to make it easier to create inputs other than the System.in: process.setInput(new ApplicationInput() {...});
27-
-
2831

2932
1.8.3:
3033
- New Command: use [STRING]; This command replaces the location of the command with code from the given string as the first argument.

0 commit comments

Comments
 (0)