From 614e4abb5053ce1bc31121f730ace54c2998084b Mon Sep 17 00:00:00 2001 From: relikd Date: Wed, 23 Jul 2025 12:36:34 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 8 +++++++- baRSS.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626ce1f..36fe49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.4.0] – 2025-07-23 +### Added +- *QuickLook:* Updated to new extension framework + + ## [1.3.2] – 2025-07-23 ### Fixed - previous version did not run on macOS 10.15 @@ -203,7 +208,8 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release -[Unreleased]: https://github.com/relikd/baRSS/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/relikd/baRSS/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/relikd/baRSS/compare/v1.3.2...v1.4.0 [1.3.2]: https://github.com/relikd/baRSS/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/relikd/baRSS/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/relikd/baRSS/compare/v1.2.3...v1.3.0 diff --git a/baRSS.xcodeproj/project.pbxproj b/baRSS.xcodeproj/project.pbxproj index 902b69d..ff3aca0 100644 --- a/baRSS.xcodeproj/project.pbxproj +++ b/baRSS.xcodeproj/project.pbxproj @@ -791,7 +791,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16440; + CURRENT_PROJECT_VERSION = 16459; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -809,7 +809,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.3.2; + MARKETING_VERSION = 1.4.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -852,7 +852,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16440; + CURRENT_PROJECT_VERSION = 16459; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -867,7 +867,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.3.2; + MARKETING_VERSION = 1.4.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; };