diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e9145b3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.2.0] – 2025-11-04 +Added: +- Customizable HTML template + +Fixed: +- Properly handle `Assets.car` files by abstracting relevant code into `.framework` + +Changed: +- Updated HTML template + + +## [1.1.0] – 2025-10-30 +Added: +- Support for `.tipa` files + + +## [1.0.0] – 2025-10-30 +Initial release + + +[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 diff --git a/Config.xcconfig b/Config.xcconfig index b0e134d..13f6dad 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -8,6 +8,6 @@ ENABLE_HARDENED_RUNTIME = YES SWIFT_VERSION = 5.0 MACOSX_DEPLOYMENT_TARGET = 10.15 -MARKETING_VERSION = 1.1.0 +MARKETING_VERSION = 1.2.0 PRODUCT_NAME = QLAppBundle PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLAppBundle diff --git a/QLAppBundle.xcodeproj/project.pbxproj b/QLAppBundle.xcodeproj/project.pbxproj index 24aea4d..a8f24c7 100644 --- a/QLAppBundle.xcodeproj/project.pbxproj +++ b/QLAppBundle.xcodeproj/project.pbxproj @@ -151,6 +151,7 @@ 547F52F82EB2CBAB002B6D5F /* Date+Format.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Format.swift"; sourceTree = ""; }; 547F52FB2EB37F10002B6D5F /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 547F52FC2EB37F3A002B6D5F /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 549E3B9E2EBA8FDA00ADFF56 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; 54AE5BFB2EB3DB1000B4CFC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 54AE5BFC2EB3DB1000B4CFC7 /* QLThumbnail.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = QLThumbnail.entitlements; sourceTree = ""; }; 54AE5BFD2EB3DB1000B4CFC7 /* ThumbnailProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbnailProvider.swift; sourceTree = ""; }; @@ -234,6 +235,7 @@ 54EA9EB22EB6CCA300AB6027 /* Config-debug.xcconfig */, 547F52FC2EB37F3A002B6D5F /* LICENSE */, 547F52FB2EB37F10002B6D5F /* README.md */, + 549E3B9E2EBA8FDA00ADFF56 /* CHANGELOG.md */, 541051562E37AFC10083670B /* src */, 54D3A6F42EA46069001EF4F6 /* resources */, 54442C6F2E378BDD008A870E /* App */, @@ -706,7 +708,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1624; + CURRENT_PROJECT_VERSION = 1640; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -772,7 +774,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1624; + CURRENT_PROJECT_VERSION = 1640; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = UY657LKNHJ;