File Details
v1.4.0
- R
- Mar 6, 2026
- 214.20 KB
- 8
- 12.0.1
- Retail
File Name
GRIP-v1.4.0.zip
Supported Versions
- 12.0.1
GRIP – Guild Recruitment Automation
v1.4.0 (2026-03-06)
Full Changelog Previous Releases
- Add FE8 clipboard import/export for blacklists and whisper templates
Add WeakAuras-style import/export for permanent blacklists and whisper templates via clipboard strings. Export produces a prefixed encoded string (!GRIP:BL:1: or !GRIP:TPL:1:) shown in a copy popup; import accepts pasted strings with set-union merge for blacklists and full replacement for templates. Includes /grip export bl|templates and /grip import slash commands, plus Export/Import buttons in the blacklist panel header. - Add sync v2 protocol with per-collection hashing and whisper template sync
Expands officer sync from blacklist-only (v1) to blacklist + whisper templates (v2) with full backward compatibility. Broadcasts per-collection hashes so clients only request the data they need. Templates use last-writer-wins merge with 5-minute clock skew tolerance. Adds generic encode/decode codec helpers (FE8 clipboard prep), per-collection UI toggles in Settings, and templatesEditedAt tracking for LWW versioning.