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

Commit 475d0cf

Browse files
committed
version 3.1.0
1 parent 87df4af commit 475d0cf

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [3.1.0] - 2021-01-07
10+
### Added
11+
- Support for macOS 11.0 "Big Sur" (#91)
12+
- Support for JDK's installed via SDKMAN! (#95)
13+
- Apple `VMOptions` key: expand variables `$APP_PACKAGE`, `$JAVAROOT`, `$USER_HOME` (#84)
14+
- Translation of messages to Spanish (PR #88, Thanks to @fvarrui for his contribution)
15+
- Added a CI action for automated releases that builds and publishes binary releases with `shc` (#85, #87, PR #96)
16+
17+
### Changed
18+
- Suppress empty `-splash` option if no splash image is specified in `Info.plist` (#94)
19+
- Replace Travis CI with GitHub Actions CI
20+
21+
922
## [3.0.6] - 2020-03-19
1023
### Fixed
1124
- Fixed an issue related to Java 4-8 version number detection (PR #81, Thanks to @thatChadM for his contribution)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2020 Tobias Fischer
3+
Copyright (c) 2014-2021 Tobias Fischer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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 2021-01-06 #
15-
# @version 3.1.0-beta #
14+
# @date 2021-01-07 #
15+
# @version 3.1.0 #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)