diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2ccf0..c6218e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 - *Status Bar Menu:* Always recreate main menu (hopefully fixes #13) - *Status Bar Menu:* Enable global mark read menu items on background update - *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 +- *Status Bar Menu:* Alternate item ("Open a few") was displayed as normal menu item in macOS 15 - *UI:* Welcome message was displayed at the bottom left corner +- *UI:* Tooltip will not remove preceding whitespace if html starts with a list - Update Xcode build flags diff --git a/baRSS/Constants.h b/baRSS/Constants.h index 6817801..f8972c5 100644 --- a/baRSS/Constants.h +++ b/baRSS/Constants.h @@ -6,7 +6,6 @@ // TODO: Add support for media player? image feed? // // TODO: Disable 'update all' menu item during update? -// TODO: HTML to Feed Generator. https://github.com/RSS-Bridge/rss-bridge // TODO: SQlite instead of CoreData? https://www.objc.io/issues/4-core-data/SQLite-instead-of-core-data/ diff --git a/baRSS/Info.plist b/baRSS/Info.plist index 287268e..003c239 100644 --- a/baRSS/Info.plist +++ b/baRSS/Info.plist @@ -70,7 +70,7 @@ CFBundleVersion - 15952 + 15970 LSApplicationCategoryType public.app-category.news LSMinimumSystemVersion