chore: bump version
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [1.3.0] – 2025-11-06
|
||||
Added:
|
||||
- Show macOS apps in `.xcarchive`
|
||||
- Show `.xcarchive` developer notes
|
||||
|
||||
Fixed:
|
||||
- Cancel preview (and allow other plugins to run) if there is no `Info.plist` in `.xcarchive`
|
||||
|
||||
Changed:
|
||||
- Hide Transport Security and Entitlements if they are empty
|
||||
|
||||
|
||||
## [1.2.0] – 2025-11-04
|
||||
Added:
|
||||
- Customizable HTML template
|
||||
@@ -25,6 +37,7 @@ Added:
|
||||
Initial release
|
||||
|
||||
|
||||
[1.3.0]: https://github.com/relikd/QLAppBundle/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/relikd/QLAppBundle/compare/v1.1.0...v1.2.0
|
||||
[1.1.0]: https://github.com/relikd/QLAppBundle/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://github.com/relikd/QLAppBundle/compare/9b0761318c85090d1ef22f12d3eab67a9a194882...v1.0.0
|
||||
|
||||
@@ -8,6 +8,6 @@ ENABLE_HARDENED_RUNTIME = YES
|
||||
SWIFT_VERSION = 5.0
|
||||
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||
MARKETING_VERSION = 1.2.0
|
||||
MARKETING_VERSION = 1.3.0
|
||||
PRODUCT_NAME = QLAppBundle
|
||||
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle
|
||||
|
||||
@@ -720,7 +720,7 @@
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1655;
|
||||
CURRENT_PROJECT_VERSION = 1791;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_TEAM = UY657LKNHJ;
|
||||
@@ -787,7 +787,7 @@
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1655;
|
||||
CURRENT_PROJECT_VERSION = 1791;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = UY657LKNHJ;
|
||||
|
||||
Reference in New Issue
Block a user