chore: bump version
This commit is contained in:
10
CHANGELOG.md
10
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).
|
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
|
## [1.4.0] – 2025-11-29
|
||||||
Added:
|
Added:
|
||||||
- Support for `.apk` files
|
- Support for `.apk` files
|
||||||
@@ -43,6 +52,7 @@ Added:
|
|||||||
Initial release
|
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.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.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.2.0]: https://github.com/relikd/QLAppBundle/compare/v1.1.0...v1.2.0
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
|
|||||||
SWIFT_VERSION = 5.0
|
SWIFT_VERSION = 5.0
|
||||||
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.15
|
MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||||
MARKETING_VERSION = 1.4.0
|
MARKETING_VERSION = 1.5.0
|
||||||
PRODUCT_NAME = QLAppBundle
|
PRODUCT_NAME = QLAppBundle
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle
|
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle
|
||||||
CURRENT_PROJECT_VERSION = 2015
|
CURRENT_PROJECT_VERSION = 2018
|
||||||
|
|||||||
Reference in New Issue
Block a user