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

Commit d2f781b

Browse files
committed
version 3.0.5
1 parent 08ff1cc commit d2f781b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
### v3.0.5 (2019-12-15)
5+
* If java is missing, offer a choice between Oracle and AdoptOpenJDK download buttons (#78)
6+
* Support Array style `Java:Arguments` for Apple Plist style (#76)
7+
* Bugfix: do not crash if `CFBundleIconFile` is provided without ".icns" extension (#75)
8+
* Minor French translation fix (PR #73, Thanks to @ebourg for his contribution)
9+
410
### v3.0.4 (2018-08-24)
511
* Bugfix: Variables `$APP_PACKAGE`, `$JAVAROOT`, `$USER_HOME` in `JVMOptions` key (Oracle) or `Java:Properties` key (Apple) were not expanded (#69)
612

src/universalJavaApplicationStub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# #
1212
# @author Tobias Fischer #
1313
# @url https://github.com/tofi86/universalJavaApplicationStub #
14-
# @date 2019-12-09 #
15-
# @version 3.0.4 #
14+
# @date 2019-12-15 #
15+
# @version 3.0.5 #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)