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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
ChangeLog
2
2
---------
3
3
4
+
### v1.0.0 (2015-10-08)
5
+
* Support for a splash file (PR #19)
6
+
* For details see https://github.com/tofi86/universalJavaApplicationStub/pull/19
7
+
* Also search for JRE's (not only for JDK's) when a specific JVMversion is required (fixes #15)
8
+
* Expand variables like $APP_ROOT or $JAVAROOT in Apple formatted Plist files so as to match the Oracle format (PR #17, Thanks to @cxbrooks for his contribution)
9
+
* support for `JVMClasspath` in Oracle formatted Plist files (PR #16, Thanks to @pedrofvteixeira for his contribution)
10
+
* Mark script as executable (PR #18, Thanks to @yoe for his contribution)
11
+
* bugfix: fix JVMDefaultOptions when retrieved from array
12
+
* bugfix: hide the retrieved java home path in stdout
0 commit comments