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

Commit f05c9ec

Browse files
committed
version 0.8.0
1 parent 046a50e commit f05c9ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
ChangeLog
22
---------
33

4+
### v0.8.0 (2015-02-22)
5+
* support for `JVMVersion` key (fixes #13, Thanks to @Dylan-M for his contribution)
6+
* use `$HOME` instead of `~` to set the users home directory (fixes #11)
7+
* WorkingDirectory: improved substitution of variables ($JAVAROOT, $APP_PACKAGE, $USER_HOME) (fixes #12)
8+
* use different non-zero exit codes
9+
410
### v0.7.0 (2014-10-12)
511
* read ClassPath from ApplePlist in either Array or String style (PR #5, Thanks to Philipp Holzschneider for his contribution)
612
* read StartOnMainThread (issue #4, Thanks to @wrstlbrnft for his contribution)
713

8-
914
### v0.6.3 (2014-07-31)
1015
* check Info.plist for Apple style Java keys. Better indicator to distinguish between Apple or Oracle parsing...
1116

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
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-02-22 #
17-
# @version 0.7.0 #
17+
# @version 0.8.0 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)