diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3fdd7..c9da9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4.0] – 2025-11-29 +Added: +- Support for `.apk` files +- Support for `.apkm` files + + ## [1.3.0] – 2025-11-06 Added: - Show macOS apps in `.xcarchive` @@ -37,6 +43,7 @@ Added: Initial release +[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 [1.1.0]: https://github.com/relikd/QLAppBundle/compare/v1.0.0...v1.1.0 diff --git a/Config.xcconfig b/Config.xcconfig index 6008cb5..67df077 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.3.0 +MARKETING_VERSION = 1.4.0 PRODUCT_NAME = QLAppBundle PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle -CURRENT_PROJECT_VERSION = 1804 +CURRENT_PROJECT_VERSION = 1930 diff --git a/README.md b/README.md index afd69be..cca7b24 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ QLAppBundle =========== -A QuickLook plugin for app bundles (`.ipa`, `.tipa`, `.appex`, `.xcarchive`, `.apk`). +A QuickLook plugin for app bundles (`.ipa`, `.tipa`, `.appex`, `.xcarchive`, `.apk`, `.apkm`). ![QuickLook for IPA file](screenshot.png) ![QuickLook for APK file](screenshot2.png)