-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGES
79 lines (55 loc) · 1.83 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[1.8.0]
- Fix compatibility with Gradle 7.x
- Fix garbage collector args being incorrectly passed to Mac app
[1.7.1]
- Fix appbundler task not referencing ant project correctly
[1.7.0]
- Upgrade to Gradle 5.4.1
- Add configuration to set Windows process priority
- Update to appbundler based on github.com/TheInfiniteKind/appbundler
[1.6.1]
- Exe now writes logs to folder in AppData if write permissions are not available for working directory
[1.6.0]
- Exe now passes command line arguments to packaged program
[1.5.0]
- Minimum Gradle version is now 4.10.3
- Added support for incremental builds
[1.4.0]
- Exe now pipes StandardOut to out.log and StandardError to error.log
- Exe and .sh classpaths now use * pattern to match runtime jars
[1.3.1]
- Fixed VM arg wrapping on Linux
[1.3.0]
- Update to appbundler 1.1.0 to support OS X Sierra and higher
[1.2.1]
- Zip archive name can now be configured via zipName parameter
[1.2.0]
- Added bundleNativeZip task to generate a zip archive of the application
[1.1.0]
- Include appbundler from libs folder instead of mini2Dx repo
[1.0.12]
- Fix plugin compatability with Gradle 3.x
[1.0.11]
- Fix windows using app settings instead of exe settings (thanks Vladimir Slav)
[1.0.10]
- parcl.pdb no longer included in generated exes
[1.0.9]
- Include parcl.exe in plugin repository
[1.0.8]
- Linux launchers can now optionally prefer system JRE
[1.0.7]
- Plugin now lives under min2Dx family as org.mini2Dx.parcl
[1.0.6]
- Fixed existing Java installation detection on Windows
[1.0.5]
- Fixed Linux launcher containing Windows line breaks
[1.0.4]
- Fixed Linux launchers not working on some storefronts
[1.0.3]
- Forcing Java 7 compatibility
[1.0.2]
- Improved APPLICATION_HOME resolution on Linux
[1.0.1]
- Fixed Windows exe not launching correctly when paths have spaces in them
[1.0.0]
- Initial release