• v1.1.1 f0ee9eecdb

    v1.1.1
    All checks were successful
    build / release (push) Successful in 2m49s
    Stable

    jd released this 2026-08-30 10:14:51 +00:00 | 14 commits to master since this release

    One order, all of it. An order's contents were effectively invisible. The
    archive is relational, so line items live in a store keyed by order_id and
    nothing in the interface joined them back up: Browse shows one table at a time
    and never two together. Clicking an order number in Browse, or any order id in a
    search result, now opens everything the archive holds about that order - what
    was in it, who sold it, where it went, each package with its own tracking
    timeline, anything returned or refunded, and any extraction errors against it.

    Searching an order number now finds its lines. The item search matched on
    product name, SKU and product id but not the order id, so looking up an order
    returned the order row and none of its contents - an order that appeared to hold
    nothing, while the search box offered "Order ID".

    The README shows the dashboard, in two generated images. Every figure in
    them is invented; the charts are drawn by the extension's own chart code, so
    they cannot show a design it does not produce.

    Two broken README links fixed, and a checker added so they stay fixed.
    Forgejo rewrites relative links written in Markdown but leaves raw HTML alone,
    so the wishlist and licence links in the centred header blocks resolved outside
    the repository - valid syntax, existing files, broken for every reader.

    Downloads