diff --git a/CHANGELOG.md b/CHANGELOG.md index c9da9fc..a82db02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.5.0] – 2025-12-01 +Fixed: +- `.appex` macOS extensions (`Info.plist` was not found) +- Removed `.appex` from `ThumbnailProvider` (extension probably dont have icons anyway) + +Changed: +- Template uses `{{X}}` instead of `__X__` + + ## [1.4.0] – 2025-11-29 Added: - Support for `.apk` files @@ -43,6 +52,7 @@ Added: Initial release +[1.5.0]: https://github.com/relikd/QLAppBundle/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/relikd/QLAppBundle/compare/v1.3.0...v1.4.0 [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 diff --git a/Config.xcconfig b/Config.xcconfig index 65911e7..2768a0a 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES SWIFT_VERSION = 5.0 MACOSX_DEPLOYMENT_TARGET = 10.15 -MARKETING_VERSION = 1.4.0 +MARKETING_VERSION = 1.5.0 PRODUCT_NAME = QLAppBundle PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle -CURRENT_PROJECT_VERSION = 2015 +CURRENT_PROJECT_VERSION = 2018