Skip to content

v4.11.0

Latest

Choose a tag to compare

@ljmerza ljmerza released this 03 Jul 16:59
587fcd4

Distinct "Out for Delivery" status

Carrier-direct now emits delivery_status: "out_for_delivery" as a first-class value instead of folding it into transit, so the card can render a distinct Out for Delivery chip.

  • const.py: drop the out-for-delivery → transit fold.
  • carriers.py: normalized enum returned directly.

Pairs with tracking-number-card 4.2.0. Forward-compatible: an older card falls back to a neutral chip but still shows the "Out for Delivery" label.

Full changelog: v4.10.0...v4.11.0

What's Changed

  • feat: emit distinct out_for_delivery status (carrier-direct) by @ljmerza in #33

Full Changelog: v4.10.0...v4.11.0