Skip to content

Releases: GuildMastery-io/GuildMasterySync

Release list

1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:59

Incremental sync (v2)

The companion now uploads only changed loot entries instead of the full history on every sync:

  • Delta upload — only entries whose content changed are sent.
  • Manifest reconciliation — a daily/at-startup safety net that self-heals any drift with the server.
  • Persisted sync state — restarting the app no longer re-uploads the whole history.

Requires the matching backend (live) and the v2 addon (1.2.0+) for delta syncing; older addons keep working via the v1 path. Auto-update will bring existing installs to this version.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 10:03

First public release of GuildMastery Sync.

Install

Download GuildMastery-Sync-Setup-1.0.0.exe below and run it. The installer puts GuildMastery Sync in your Start menu.

On first launch:

  1. Click Parcourir… and select your World of Warcraft folder.
  2. Paste your API key from guildmastery.io → Dashboard → API.
  3. Wait for the green Actif badge.

Every /reload in-game with the RCLootCouncil_GuildMastery addon loaded will trigger a sync.

What's in 1.0.0

  • Silent background sync of RCLootCouncil_GuildMastery.lua to the GuildMastery API
  • Per-WoW-account isolation (multi-account safe)
  • Manual force-sync button
  • Live connection probe (server reachability + API key validation)
  • Optional auto-start with Windows
  • Live log panel

See the README for the full architecture and security notes.

Feedback