v1.3.3
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_binaryandget_sb_kwargs) in the base plugin.
📁 Commits in this Release
8ab0c7afix(marriott): rollback marriott.py to resolve regression and align tests accordingly0ba6f58fix(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)