diff --git a/CHANGELOG.md b/CHANGELOG.md index 815aac5..5917455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,20 @@ 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.5] – 2025-12-03 +### Added +- *Settings, Appearance:* Improved tooltips on individual options +- *Status Bar Menu:* Toggle button to show hidden articles without holding down option-key. + + ## [1.5.4] – 2025-12-02 ### Added -- *UI:* Tooltip explanation for all appearance settings +- *Settings, Appearance:* Tooltip explanation for all options - *Status Bar Menu:* Hold down option key before opening the menu bar icon to show hidden articles (if option "Show only unread" is active) +### Fixed +- *UI:* Table cells were rendered slightly off bounds. + ## [1.5.3] – 2025-10-29 ### Fixed @@ -236,6 +245,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release +[1.5.5]: https://github.com/relikd/baRSS/compare/v1.5.4...v1.5.5 [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 diff --git a/Config.xcconfig b/Config.xcconfig index 3819cf7..8232e14 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.4 +MARKETING_VERSION = 1.5.5 PRODUCT_NAME = baRSS PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS -CURRENT_PROJECT_VERSION = 16928 +CURRENT_PROJECT_VERSION = 16970 diff --git a/baRSS/Preferences/Appearance Tab/SettingsAppearanceView.m b/baRSS/Preferences/Appearance Tab/SettingsAppearanceView.m index 206a675..20e40ae 100644 --- a/baRSS/Preferences/Appearance Tab/SettingsAppearanceView.m +++ b/baRSS/Preferences/Appearance Tab/SettingsAppearanceView.m @@ -83,7 +83,7 @@ help:NSLocalizedString(@"Hide articles which have been read.", nil) tip:NSLocalizedString(@"You can hold down option-key before opening the main menu to temporarily disable this setting.", nil) c1:nil c1tt:nil - c2:Pref_groupUnreadOnly c2tt:NSLocalizedString(@"hide group & feed folders", nil) + c2:Pref_groupUnreadOnly c2tt:NSLocalizedString(@"hide group & feed folders with 0 unread articles", nil) c3:Pref_feedUnreadOnly c3tt:NSLocalizedString(@"hide articles inside of feed folder", nil)]; [self entry:NSLocalizedString(@"Truncate article title", nil)