Skip to content

v1.3.3

Choose a tag to compare

@shyoo shyoo released this 01 Jul 23:29
6fe7665

Award Tracker v1.3.3

This release rolls back the Marriott plugin's expiration date extraction to its previous activity-date harvesting logic to resolve a regression, aligns the unit tests accordingly, and resolves macOS Chrome path detection issues for frozen bundles.


🚀 New Features & Fixes

  • Marriott Rollback & Test Alignment: Restored the Marriott plugin's older date extraction logic and updated the unit tests to match, preventing failures under the older approach.
  • macOS Chrome Detection Fix: Resolved the 'Chrome not found' issue in frozen .app bundles on macOS by introducing helpers (get_chrome_binary and get_sb_kwargs) in the base plugin.

📁 Commits in this Release

  • 8ab0c7a fix(marriott): rollback marriott.py to resolve regression and align tests accordingly
  • 0ba6f58 fix(macos): resolve 'Chrome not found! Install it first!' in frozen .app bundle by adding get_chrome_binary() and get_sb_kwargs() helpers to base.py and updating all 24 plugins (#97)