v1.3.5
Award Tracker v1.3.5
This release improves Google Chrome binary path detection on macOS by querying Launch Services and Spotlight, fixing the "Chrome not found! Install it first!" error on Apple Silicon M4 and macOS Tahoe systems. It also unifies and refactors Chrome path resolution across the British Airways, JetBlue, and Wyndham plugins.
🚀 New Features & Fixes
- Dynamic Chrome Path Resolution: Added automatic fallbacks using macOS Launch Services (
osascript) and Spotlight (mdfind) queries to find Google Chrome, resolving translocation and custom/localized applications path issues on macOS M4/Tahoe. - Chrome Detection Unification: Refactored
plugins/british.py,plugins/jetblue.py, andplugins/wyndham.pyto use the centralizedget_chrome_binary()helper fromplugins/base.py, cleaning up duplicate path checks.
📁 Commits in this Release
970e17fbump: version to v1.3.5f1a3298fix(macos): resolve 'Chrome not found' on macOS M4/Tahoe by adding Launch Services (osascript) and Spotlight (mdfind) fallbacks to get_chrome_binary, and reuse helper in BA, JetBlue, and Wyndham plugins