Skip to content

Commit

Permalink
Release v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Jan 23, 2022
1 parent 5369176 commit 68a86bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.15.0...HEAD)
## [Unreleased](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.16.0...HEAD)


## [1.16.0](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.15.0...v1.16.0) - 2022-01-23

### Added

- Support [`NSHumanReadableCopyright`](https://developer.apple.com/documentation/bundleresources/information_property_list/NSHumanReadableCopyright) configuration property.
- Support [`NSAppSleepDisabled`](https://developer.apple.com/documentation/bundleresources/information_property_list/NSAppSleepDisabled) configuration property.


## [1.15.0](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.14.0...v1.15.0) - 2021-12-06
Expand Down Expand Up @@ -153,4 +161,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0](https://github.com/perdian/macosappbundler-maven-plugin/releases/tag/v1.0.0) - 2019-03-22

Initial release.
Initial release.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
<configuration>
<plist>
<JVMMainClassName>de.perdian.test.YourApplication</JVMMainClassName>
Expand All @@ -44,7 +44,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/test.icns</CFBundleIconFile>
Expand Down Expand Up @@ -92,7 +92,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/test.icns</CFBundleIconFile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.15.1-SNAPSHOT</version>
<version>1.16.0</version>

<name>macOS app bundler Maven plugin</name>
<description>Maven plugin to create a macOS application bundle</description>
Expand Down

0 comments on commit 68a86bb

Please sign in to comment.