Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit e32e2de

Browse files
committed
version 1.0.0
1 parent ce0f4d6 commit e32e2de

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
ChangeLog
22
---------
33

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
13+
414
### v0.9.0 (2015-05-15)
515
* added support for `JavaX` Plist key (fixes #9)
616

src/universalJavaApplicationStub

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
1616
# @date 2015-10-08 #
17-
# @version 0.9.0 #
17+
# @version 1.0.0 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)