diff --git a/CHANGELOG.md b/CHANGELOG.md index 2218fe0..a8f58a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.2.2] – 2023-06-18 +### Fixed +- Feed menu sporadically not opening + + ## [1.2.1] – 2023-06-17 ### Added - Universal binary (Intel+AppleSilicon) @@ -168,7 +173,8 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release -[Unreleased]: https://github.com/relikd/baRSS/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/relikd/baRSS/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/relikd/baRSS/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/relikd/baRSS/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/relikd/baRSS/compare/v1.1.3...v1.2.0 [1.1.3]: https://github.com/relikd/baRSS/compare/v1.1.2...v1.1.3 diff --git a/baRSS/Core Data/Feed+Ext.m b/baRSS/Core Data/Feed+Ext.m index 0b2a16f..da4061d 100644 --- a/baRSS/Core Data/Feed+Ext.m +++ b/baRSS/Core Data/Feed+Ext.m @@ -28,7 +28,13 @@ - (NSMenuItem*)newMenuItem { NSMenuItem *item = [NSMenuItem new]; item.title = self.group.anyName; - item.toolTip = self.subtitle; + // Tooltip disabled (feed-group only) because it causes issues on macOS Ventura. + // Menu opens invisibly (OrderNSWindow: unsupported window ordering op -1) + // steps to reproduce: + // 1. hover over a feed-group menu item until tooltip pops up + // 2. hover over another feed with tooltip + // 3. go back to previous feed. +// item.toolTip = self.subtitle; item.enabled = (self.articles.count > 0); item.image = self.iconImage16; item.representedObject = self.indexPath; diff --git a/baRSS/Info.plist b/baRSS/Info.plist index dc339c6..6993b13 100644 --- a/baRSS/Info.plist +++ b/baRSS/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.1 + 1.2.2 CFBundleURLTypes @@ -70,7 +70,7 @@ CFBundleVersion - 14835 + 14866 LSApplicationCategoryType public.app-category.news LSMinimumSystemVersion