chore: bump version

This commit is contained in:
relikd
2025-12-01 01:41:20 +01:00
parent 62d1407d17
commit 9105ee563a
2 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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