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

Commit d641639

Browse files
committed
Updated CHANGELOG & README after merge of PR #25 #31
1 parent ae1048a commit d641639

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ ChangeLog
1010
* Use highest available Java version for execution if `JVMversion` is NOT specified (fixes #37)
1111
* matches the new behaviour for when `JVMversion` IS specified (#35)
1212
* Switch to `/bin/bash` with changes in #35
13-
14-
13+
* Add support for arrays of VMOptions in Apple style Info.plists (PR #25, Thanks to @spectre683 for his contribution)
14+
* Pass command line arguments through to the application (PR #31, Thanks to @dbankieris for his contribution)
1515

1616
### v1.0.1 (2015-11-02)
1717
* Improved display error message with applescript (PR #22, Thanks to @ygesnel for his initial contribution)
1818
* Reorder search for Java VM locations when specific JVM version is required (PR #22, Thanks to @yoe for his contribution)
1919

20-
2120
### v1.0.0 (2015-10-08)
2221
* Support for a splash file (PR #19)
2322
* For details see https://github.com/tofi86/universalJavaApplicationStub/pull/19

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# #
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
16-
# @date 2016-08-27 #
16+
# @date 2016-10-11 #
1717
# @version 1.0.1 #
1818
# #
1919
# #

0 commit comments

Comments
 (0)