Skip to content

v1.3.5

Choose a tag to compare

@shyoo shyoo released this 07 Jul 06:05
927e9a1

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, and plugins/wyndham.py to use the centralized get_chrome_binary() helper from plugins/base.py, cleaning up duplicate path checks.

📁 Commits in this Release

  • 970e17f bump: version to v1.3.5
  • f1a3298 fix(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