promotional bannermobile promotional banner

Guild Economy

Trade without the Auction House. Monitor guild and trade channels for WTS/WTB offers with profession integration. Get alerts when players need items you can craft.

File Details

v1.4.0

  • R
  • Jun 25, 2026
  • 77.37 KB
  • 5
  • 1.15.3
  • Classic

File Name

TradeScanner-v1.4.0.zip

Supported Versions

  • 1.15.3

tag 2f7abfc51e0af09333722788acf80de9f8ad6807 v1.4.0
Author:    Wafhien <wafhien@gmail.com>
Date:    Thu Jun 25 14:34:15 2026 +0200

v1.4.0 — Craft order validation/delivery (CF + auto-trade) + presence/sync scaling (WHO local, HI resync filter, send throttle, UI coalescing, order TTL)

commit 5a57f2e0bface83f5df3f3cf9a0df582698b02ae
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 14:27:29 2026 +0200

    docs: order validation + CurseForge description for v1.4.0

    - README : section validation/livraison des commandes (bouton Validate,
      auto-validation au trade, livraison partielle décrémentale) + cycle de
      vie open → Accept → Validate.
    - CURSEFORGE.md : description store v1.4.0 (source de vérité, non packagée).
    - .pkgmeta : ignore CURSEFORGE.md au packaging.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit b11bb3664e1e31ee8d6fba3590e2e921b137cc76
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 14:27:08 2026 +0200

    feat(minimap): pulse icon border for craft alerts

    Remplace l'anneau d'alerte séparé par un pulse doré du border de l'icône
    (SetVertexColor) et corrige l'ancrage de l'icône au bouton (CENTER sur btn).

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 0c933bf26d0e57878d5edc95462d470acd0fdad5
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 14:22:54 2026 +0200

    perf(orders): wire PurgeOldOrders + document applied scaling levers

    Le commit précédent a introduit ORDER_EXPIRY et TS:PurgeOldOrders mais
    sans jamais l'appeler → les commandes de craft dormantes n'étaient pas
    purgées (la resync HI restait au plafond). On câble l'appel dans Init.

    - TradeScanner.lua : self:PurgeOldOrders() dans Init (TTL 7 j effectif).
    - Documentation/GreenWall-Integration.md §8 : TTL / file d'envoi throttlée
      / jitter+throttle HI passés de « leviers restants » à « appliqués ».

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 6182467c8aab31a1ff39f70c442de954b5639b81
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 13:36:22 2026 +0200

    i18n: add french translations for guild craft orders and update readme

    Added French localization strings for the new guild craft orders system,
    covering order placement, delivery confirmation, and partial delivery
    notifications.

    Updated README.md to document expanded addon capabilities including WTT
    message detection, cross-realm synchronization via GreenWall, bag-selling
    functionality, and the new Orders tab. Aligns public documentation with
    the recent feature additions and interface updates.