From 56f6ec13564183982bc1e33125ce6184d055182a Mon Sep 17 00:00:00 2001 From: relikd Date: Tue, 2 Dec 2025 18:52:18 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 7 +++++++ Config.xcconfig | 4 ++-- README.md | 7 ++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d4074..815aac5 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.5.4] – 2025-12-02 +### Added +- *UI:* Tooltip explanation for all appearance settings +- *Status Bar Menu:* Hold down option key before opening the menu bar icon to show hidden articles (if option "Show only unread" is active) + + ## [1.5.3] – 2025-10-29 ### Fixed - *Notifications:* Use user-provided feed title instead of server provided title @@ -230,6 +236,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release +[1.5.4]: https://github.com/relikd/baRSS/compare/v1.5.3...v1.5.4 [1.5.3]: https://github.com/relikd/baRSS/compare/v1.5.2...v1.5.3 [1.5.2]: https://github.com/relikd/baRSS/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/relikd/baRSS/compare/v1.5.0...v1.5.1 diff --git a/Config.xcconfig b/Config.xcconfig index 4f83dfa..cf792da 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -6,7 +6,7 @@ CODE_SIGN_IDENTITY = Apple Development ENABLE_HARDENED_RUNTIME = YES MACOSX_DEPLOYMENT_TARGET = 10.14 -MARKETING_VERSION = 1.5.3 +MARKETING_VERSION = 1.5.4 PRODUCT_NAME = baRSS PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS -CURRENT_PROJECT_VERSION = 16811 +CURRENT_PROJECT_VERSION = 16894 diff --git a/README.md b/README.md index 3f165cb..d211c02 100644 --- a/README.md +++ b/README.md @@ -69,19 +69,24 @@ Hidden options baRSS has no option to launch it on start. However, you can still add the application to auto boot by adding it to the system login items: -`System Preferences > User > Login Items` (macOS 10-12) +`System Preferences > User > Login Items` (macOS 10.x-12) `System Preferences > General > Login Items & Extensions` (macOS 13+) ### UI options 1. If you hold down the option key and click on an article item, you can mark a single item (un-)read without opening it. +I am still searching for a way to keep the menu open after click (if you know of a way, let me know!). 2. To add websites without RSS feed you can use the regex converter. Hold down the option key in the feed edit modal and click the red regex button. Though, admittedly, this is for experts only. I still have to find a nice user-friendly way to achieve this. +3. The option “Show only unread” will hide all items which have been read. +You can hold down option key before opening the menu bar icon to show hidden articles regardless. +This is a nice way to quickly lookup a hidden article without going into settings and twiddling with the checkbox. + ### CLI options