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

Commit 5ba9bde

Browse files
committed
separate changelog from readme
1 parent 9734f4c commit 5ba9bde

2 files changed

Lines changed: 26 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
ChangeLog
2+
---------
3+
4+
### v0.6.1 (2014-07-27)
5+
* Standard Working Directory for Apple PList apparently is the AppRoot directory
6+
7+
### v0.6 *(2014-07-12)*
8+
* also catch fixed paths for Plist key `JVMWorkDir` *(thanks @dpolivaev)*
9+
10+
### v0.5 *(2014-06-30)*
11+
* bugfix for pathes / App bundles containing spaces (#2)
12+
13+
### v0.4 *(2014-06-30)*
14+
* read and set WorkingDirectory based on the key in `Info.plist` (#1)
15+
* interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
16+
* fallback to root / as standard
17+
18+
### v0.3 *(2014-03-16)*
19+
* enable drag&drop to the dock icon
20+
21+
### v0.2 *(2014-03-16)*
22+
* trim whitespace from variables and commandline
23+
* don't show errors in output for Info.plist querying
24+
25+
### v0.1 *(2014-03-09)*
26+
* initial release of 'universalJavaApplicationStub'

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -123,34 +123,6 @@ At the moment, there's no support for
123123
An AppleScript dialog would be nice to prevent Java execution if the requirements aren't met.
124124

125125

126-
ChangeLog
127-
---------
128-
129-
### v0.6.1 (2014-07-27)
130-
* Standard Working Directory for Apple PList apparently is the AppRoot directory
131-
132-
### v0.6 *(2014-07-12)*
133-
* also catch fixed paths for Plist key `JVMWorkDir` *(thanks @dpolivaev)*
134-
135-
### v0.5 *(2014-06-30)*
136-
* bugfix for pathes / App bundles containing spaces (#2)
137-
138-
### v0.4 *(2014-06-30)*
139-
* read and set WorkingDirectory based on the key in `Info.plist` (#1)
140-
* interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
141-
* fallback to root / as standard
142-
143-
### v0.3 *(2014-03-16)*
144-
* enable drag&drop to the dock icon
145-
146-
### v0.2 *(2014-03-16)*
147-
* trim whitespace from variables and commandline
148-
* don't show errors in output for Info.plist querying
149-
150-
### v0.1 *(2014-03-09)*
151-
* initial release
152-
153-
154126
License
155127
-------
156128

0 commit comments

Comments
 (0)