File Details
v0.2.0-bcc
- R
- May 16, 2026
- 49.91 KB
- 6
- 2.5.5
- Classic TBC
File Name
Bisidious-v0.2.0-bcc.zip
Supported Versions
- 2.5.5
# Changelog
## 6181c01 — init
Initial version. Shows team vote counts in the RCLootCouncil VotingFrame and
adds a minimap button to pick which team to display. No sync, no browser,
just the column.
## c306c7b — feat(import/export): add export UI and data compression
Added the `/rc lc` browser and the import UI. You can paste INSIDIOUS:2 style
payloads into an import window and see all your vote data displayed in a
sortable table.
## c3e73f1 — feat(sort): add table sorting
Columns in the browser window (`/rc lc`) are now clickable — sort by Item,
Rank, Candidate, Team, or Votes.
## 5b61578 — add syncing
Major update — you can now share imported vote data with other Loot Council
members who have this addon.
Two ways to sync:
- **`/rc lc sync`** — sends your imported votes directly to every Loot
Council member currently in your group, using RCLootCouncil's messaging
system. Only council members get the data; non-council players are ignored.
- **`/rc sync` → "Bisidious Votes"** — the original RCLootCouncil Sync window
now has "Bisidious Votes" as a selectable sync type. Pick a target, click
Sync, and the receiver accepts or declines like any other RCLootCouncil sync.
The minimap button menu was also updated with quick actions: Import, Sync to
LC, Open RCLootCouncil Sync, and Clear.
Only INSIDIOUS:2 style payloads are accepted over sync for safety reasons.
If you have older data, the addon will automatically rebuild a proper sync
payload from what's already stored — no need to re-import.
## 2f6bcc1 — fix: return array instead of object
Fixed an issue where syncing could wipe all your imported data.
If you previously got "Sync Bisidious Votes to LC" working but then noticed
all data was blank after the sync completed, this fix addresses that. The
problem happened because the addon's internal JSON tool was writing vote data
in a format that the import system couldn't read back properly, causing the
database to empty itself.
Also cleaned up a duplicate chat message that appeared every time you received
a sync.

