diff --git a/CHANGELOG.md b/CHANGELOG.md index 3686da8..1306e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.3.1] – 2025-07-21 +### Fixed +- *Status Bar Menu:* Always recreate main menu (hopefully fixes #13) +- *Status Bar Menu:* Keyboard navigation over alternate items ("Open a few") (fixes #15) +- *Status Bar Menu:* Alternate item ("Open a few") was displayed as normal menu item +- *UI:* Welcome message was displayed at the bottom left corner +- Update Xcode build flags + + ## [1.3.0] – 2025-06-24 ### Added - *Adding feed:* Regex Converter for websites without RSS feed (hold down option key during edit) @@ -187,7 +196,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.0...HEAD +[Unreleased]: https://github.com/relikd/baRSS/compare/v1.3.1...HEAD +[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 [1.2.3]: https://github.com/relikd/baRSS/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/relikd/baRSS/compare/v1.2.1...v1.2.2 diff --git a/README.md b/README.md index ff827ae..3975929 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![macOS 10.12+](https://img.shields.io/badge/macOS-10.12+-888)](#download--install) +[![macOS 10.13+](https://img.shields.io/badge/macOS-10.13+-888)](#download--install) [![Current release](https://img.shields.io/github/release/relikd/baRSS)](https://github.com/relikd/baRSS/releases) [![All downloads](https://img.shields.io/github/downloads/relikd/baRSS/total)](https://github.com/relikd/baRSS/releases) [![GitHub license](https://img.shields.io/github/license/relikd/baRSS)](LICENSE) @@ -35,7 +35,7 @@ Further, tuning the update frequently will decrease the traffic even more. Download & Install ------------------ -Requires macOS Sierra (10.12) or higher. +Requires macOS High Sierra (10.13) or higher. ### Easy way Go to [releases](https://github.com/relikd/baRSS/releases) and downloaded the latest version. @@ -69,7 +69,8 @@ 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` +`System Preferences > User > Login Items` (macOS 10-12) +`System Preferences > General > Login Items & Extensions` (macOS 13+) ### UI options diff --git a/baRSS/Info.plist b/baRSS/Info.plist index 6f51dbe..d3a4f35 100644 --- a/baRSS/Info.plist +++ b/baRSS/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleURLTypes @@ -70,7 +70,7 @@ CFBundleVersion - 15681 + 15899 LSApplicationCategoryType public.app-category.news LSMinimumSystemVersion