File Details
GuildBankTracker.zip
- B
- Jul 6, 2025
- 2.46 KB
- 8
- 11.1.7
- Retail
File Name
GuildBankTracker.zip
Supported Versions
- 11.1.7
# 📜 Changelog
All notable changes to the GuildBankTracker addon will be documented in this file.
---
## [v0.0.1] – 2025-07-06
🎉 Initial public release!
### ✨ Features
- ✅ Logs all guild bank item transactions (deposits and withdrawals)
- ✅ Deduplicates entries using a unique hash to prevent duplicates
- ✅ Displays logs in chat using `/gbt log`
- Shows most recent 10 entries
- ✅ Exports logs to CSV format using `/gbt_export`
- Output saved to SavedVariables for easy copy-paste
### 🧹 Improvements
- Logs are sorted by most recent first
- Item links are stripped to plain names in exports
- Export field (`exportCSV`) is updated automatically on new entries
### 🛠️ Technical
- Uses SavedVariables to persist logs and exports
- Modular structure with serialization, deduplication, and formatting helpers
---
## 🔮 Planned for Future Versions
- * Filters for logs (by player, item, or date)
- * UI frame for browsing logs in-game
- * Log pruning or archiving
- * Export to file via external tool
- * Sync throttling and batching
- Manual sync support via `/gbt_sync`
* Pull-based: only the requester stores synced data
* Responders send logs via whisper without saving anything

