4.3.2
What's Changed
Bug Fixes
- Add missing
retailerdisplay attribute to each package object (e.g."retailer": "Amazon"), derived from a display-name map with title-case fallback. The README had always advertised this field but the code never emitted it. - Key
summary.by_retaileroff the newretailerfield so counts use human-readable names ({"Amazon": 2, "eBay": 1}) instead of raw email domains ({"amazon.com": 2}). - Fix README JSON example: correct
retailer_codevalue from"amazon"to"amazon_com"to match actual emitted value; add a note explaining that when only the carrier sends the notification email,retailerwill reflect the carrier, not the original store.
Note:
retailer_codeis unchanged (stillamazon_com,usps_com, …) to avoid breaking existing automations. Theby_retailersummary key shape changes from raw domain to display name — update any templates that readby_retailer['amazon.com']toby_retailer['Amazon'].
Full Changelog: 4.3.1...4.3.2