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

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Nov 20, 2016
1 parent 492d332 commit 0556662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ChangeLog
---------

### v1.1.0 (Work-In-Progress)
### v2.0.0 (2016-11-20)
* Localization of messages (English, German, French) (fixes #27 / PR #30, Thanks to @ebourg for his contribution)
* Improve the version of Java reported in the error messages (fixes #28)
* Send to java.com when the version of Java installed is too old (fixes #29)
Expand All @@ -12,7 +12,7 @@ ChangeLog
* Switch to `/bin/bash` with changes in #35
* Add support for arrays of VMOptions in Apple style Info.plists (PR #25, Thanks to @spectre683 for his contribution)
* Pass command line arguments through to the application (PR #31, Thanks to @dbankieris for his contribution)
* Allow specifying `$JAVA_HOME` relative to `$AppPackageFolder` (PR #26, Thanks to @toonetown for his contribution)
* Allow specifying `$JAVA_HOME` relative to `$AppPackageFolder` (fixes #7 / PR #26, Thanks to @toonetown for his contribution)
* This allows you to set a relative `$JAVA_HOME` via the `<LSEnvironment>` Plist key
* Which means you can bundle a custom version of Java inside your app!

Expand Down
2 changes: 1 addition & 1 deletion src/universalJavaApplicationStub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# @author Tobias Fischer #
# @url https://github.com/tofi86/universalJavaApplicationStub #
# @date 2016-11-20 #
# @version 1.0.1 #
# @version 2.0.0 #
# #
# #
##################################################################################
Expand Down

0 comments on commit 0556662

Please sign in to comment.