From 31712dedf9d5f6e36153086c5db177a30f46ad86 Mon Sep 17 00:00:00 2001 From: relikd Date: Sun, 11 Jan 2026 22:10:19 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 8 ++++++++ Config.xcconfig | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96ceab..293d881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.6.2] – 2026-01-11 +### Added +- Restore macOS 10.13 compatibility (without Notification support) +- *Status Bar Menu:* "Update feeds" for all menu levels +- *Status Bar Menu:* "Pause updates" can be removed + + ## [1.6.1] – 2026-01-11 ### Fixed - Reschedule update timer after changing the refresh interval of a feed @@ -267,6 +274,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release +[1.6.2]: https://github.com/relikd/baRSS/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/relikd/baRSS/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/relikd/baRSS/compare/v1.5.5...v1.6.0 [1.5.5]: https://github.com/relikd/baRSS/compare/v1.5.4...v1.5.5 diff --git a/Config.xcconfig b/Config.xcconfig index b3492af..b81bc99 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -6,7 +6,7 @@ CODE_SIGN_IDENTITY = Apple Development ENABLE_HARDENED_RUNTIME = YES MACOSX_DEPLOYMENT_TARGET = 10.13 -MARKETING_VERSION = 1.6.1 +MARKETING_VERSION = 1.6.2 PRODUCT_NAME = baRSS PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS -CURRENT_PROJECT_VERSION = 17772 +CURRENT_PROJECT_VERSION = 17804