GuildCotiz

Track raid-based guild contributions, bank deposits, withdrawals, and payment history with filters and CSV exports.
Back to Files

v1.6.1

File nameGuildCotiz-v1.6.1.zip
Uploader
CallmedaddykCallmedaddyk
Uploaded
Aug 18, 2026
Downloads
18
Size
125.6 KB
Flavors
Retail
File ID
8678461
Type
R
Release
Supported game versions
  • 12.1.0
  • 12.0.7

What's new

# Changelog

## 1.6.1 - 2026-08-18

- Fixed the client freezes that occurred while the guild bank log was loading or
  the guild roster was refreshing with the GuildCotiz window open. On a large
  guild the summary view was rebuilt in full on every event, at a cost growing
  as the square of the member count.
- Rebuilding the summary view is now proportional to the number of members:
  season normalization and main/alt grouping are computed once per change
  instead of once per member and per week.
- The window is refreshed only when the data actually changed, and guild bank
  log events arriving in quick succession are handled once.
- Stored data, accounting rules and season history are unchanged.

## 1.6.0 - 2026-08-15

- Added an optional, read-only import of main/alt associations from Guild Roster
  Manager (GRM), with cross-realm character support, preview and confirmation.
- GRM data is never modified; GuildCotiz stores its own copy of accepted links.

## 1.5.2 - 2026-08-14

- Added weekly deposit editing directly from the summary table for the selected
  week, including the current week and expanded alt rows. The displayed total
  remains cumulative while the pencil edits only the selected week's amount.

## 1.5.1 - 2026-08-11

- Fixed the ahead/behind raid count after a season rate change. Remaining
  balance is now converted using the latest configured raid rate instead of
  reconverting all historical deposits at that rate.

## 1.5.0 - 2026-08-09

- Added dated raid-rate periods so changing the contribution for a new season no longer overwrites the previous season.
- Player balances now remain continuous across seasons: credits and debts carry forward while each raid keeps the rate applicable to its week.
- Restored navigation and weekly history back to the earliest tracked season.
- Added the applied per-raid rate to weekly CSV exports and shareable profiles.
- Added migration from previously saved named profiles to recover older season rates when possible.
- The migration now starts at the earliest recorded deposit or raid, so credits paid before the first attendance entry are never hidden by a later season date.
- A rate takes effect only for weeks whose Monday is on or after its effective date; a mid-week date never retroactively changes that week.
- Added an S1/S2/S3 season manager in the addon options with names, effective dates, raid rates, and the first affected week.

## 1.4.3 - 2026-08-09

- Changing the season start no longer charges raids entered for an older
  season at the new contribution rate. Summary totals now count attendance
  from the configured member/season start, while explicit historical queries
  can still include every stored raid.

## 1.4.2 - 2026-08-06

- Fixed repeated deposits of the same amount being counted only once. A player
  depositing 20,000 gold twice in the same hour now shows both deposits.
- Guild bank scanning compares sequences instead of sets. World of Warcraft only
  reports transaction age in whole hours, so two identical deposits are
  indistinguishable by content; only the number of log lines separates them from
  a single deposit read twice.
- Officer sync applies the same reconciliation, so repeated deposits keep their
  multiplicity when shared between officers.
- A deposit lost to the previous behaviour is recovered on the next scan, as
  long as it is still in the guild bank log.
- `/cotiz fix` no longer deletes anything. It removed any transaction sharing a
  player, amount and day with another, which is exactly what erased legitimate
  repeated deposits. It now only re-sorts the history and rebuilds the index.

## 1.4.1 - 2026-08-06

- Fixed the "Former members" toggle overlapping the rank filter button in the
  main window. The toolbar row has no space left for another label, so the
  toggle moved into the rank filter menu, next to the other display filters.

## 1.4.0 - 2026-08-06

- Added officer-to-officer synchronization of guild bank transactions.
- Deposits and withdrawals are merged as a union, so two officers can never
  conflict and the order in which they exchange data does not matter.
- Shared transactions converge on the earliest recorded timestamp, so a deposit
  made near midnight is no longer attributed to two different ISO weeks
  depending on which officer recorded it.
- Officer sync runs on the `OFFICER` addon channel by default, restricting the
  exchange to characters holding officer chat rights, with a `GUILD` fallback.
- Only the weeks whose fingerprints differ are transferred, so a routine sync
  costs a few hundred bytes.
- Only transactions from the last 30 days are shared, beyond which World of
  Warcraft reports transaction age too coarsely to match reliably.
- Raid attendance, manual corrections and settings are never synchronized.
- Local bank scanning now matches transactions on their actual data instead of a
  one-day deduplication bucket, which also catches duplicates the previous key
  missed.
- Added `/cotiz sync` and `/cotiz sync status`, plus officer sync settings in the
  addon options.
- Added reconciliation of the member list against the real guild roster.
- Characters who left the guild are now hidden from the table and no longer
  counted, while their deposit history is preserved.
- Departures are only applied when the roster read is complete, so guild members
  hidden behind the offline filter can never be mistaken for a mass exodus.
- Rejoining the guild clears the departure without touching any history.
- Added a "Former members" toggle to the rank filter menu.
- Added `/cotiz roster` to refresh the roster and list former members, and
  `/cotiz purge [all]` to delete them.
- Purging defaults to former members who never deposited, and detaches linked
  alts instead of deleting them in cascade.
- Fixed the addon options page, where the officer sync block overlapped the
  guild rank classification section.

## 1.3.0 - 2026-08-04

- Added dual Retail compatibility for WoW 12.0.7 and WoW 12.1.0.
- Audited the guild roster, guild bank log, settings, menus, and scrolling APIs used by GuildCotiz for WoW 12.1.0.
- Added a standalone modern dark theme inspired by popular minimalist WoW interfaces.
- Restyled windows, buttons, input fields, borders, headers, and active tabs without requiring ElvUI.

## 1.2.1 - 2026-07-27

- Added raid attendance editing for linked reroll rows.
- Main contribution status now consolidates raids attended by the main and all linked rerolls.
- Reroll detail views now show their own raids, deposits, corrections, and weekly history.
- Weekly deposit corrections made from a reroll detail view now belong to that reroll.
- Expanded reroll rows now display their own raid totals, deposits, and balances.
- Weekly and deposit-history exports follow the selected reroll instead of silently exporting its main.
- Removed group deposit overrides that could hide linked reroll contributions from the main total.
- Existing group corrections are migrated to the main character while reroll deposits remain additive.
- Replaced the hidden WoW context menu for alt ranks with a visible integrated multi-select popup.
- Moved guild-rank classification to the addon options with reroll, unassigned, and main columns.
- Added native internal scrolling to the rank columns so they fit the standard WoW options window.
- Added named profile management with Default, selection, save, reset, delete, and named imports.
- Replaced the active-profile button with the standard WoW profile dropdown.
- Reorganized addon options into general settings, rank classification, then profile management, with page scrolling.
- Fixed general settings saves and ensured option changes immediately update and persist in the active profile.

## 1.2.0 - 2026-07-27

- Added a native Options > AddOns > GuildCotiz settings page.
- Added safe profile export and import for addon configuration, main/alt associations, or both.
- Profile imports show a summary and require explicit confirmation.
- Deposit, withdrawal, raid attendance, and transaction history data are never included in profiles.
- Reworked profile content selection with native vertical WoW checkboxes.

## 1.1.0 - 2026-07-26

- Added editable weekly deposit amounts in the player detail view.
- Manual corrections replace the detected guild bank total without deleting the original transactions.
- Clearing a corrected field restores the automatically detected amount.
- Weekly CSV exports identify manual corrections.
- Added the addon version to the bottom-right corner of the main window.
- Added main/alt character linking with merged contributions and expandable reroll rows.
- Added original deposit history per character group, including character, date, time, and amount.
- Improved table scrolling performance by reusing already calculated rows.
- Increased the window height and moved the version label clear of the bottom border.
- Added searchable guild-member suggestions to the main/alt manager, filtered by the `Reroll` guild rank.
- Already linked rerolls are hidden from the alt suggestions and can be unlinked directly from their expanded row.
- Polished expanded reroll rows: single-line names, wider player column, proper close icon, and cleaner version placement.
- Added reviewed main/alt suggestions based on guild notes, officer notes, and similar character names.
- Fixed the main/alt manager background so the guild table no longer shows through the dialog.
- Added live main/alt linking progress with linked, total, and remaining active guild rerolls.
- Added per-guild alt-rank configuration; all unselected ranks are treated as main ranks.
- Added ascending and descending sorting by clicking any table column header.

## 1.0.1 - 2026-07-26

- Added automatic localization based on the World of Warcraft client language.
- Added complete French and English translations.
- English is used as the fallback for all other client languages.
- Localized the interface, chat messages, status labels and CSV exports.

## 1.0.0 - 2026-07-26

- Initial public release.
- Track contribution amounts per raid attended.
- Enter raid attendance manually for each player and ISO week.
- Filter guild members by name and rank.
- Scan and deduplicate guild bank gold deposits.
- Track guild bank withdrawals in a separate view.
- Display historical balances and weekly player details.
- Export summaries, weekly history and withdrawals as CSV.

This mod has no additional files