File Details
GLogger 1.0.8
- R
- Feb 28, 2026
- 495.16 KB
- 288
- 12.0.1
- Retail
File Name
GLogger.zip
Supported Versions
- 12.0.1
GLogger Version 1.0.8 Changelog
New Features & Enhancements
- Mailbox Verbosity Control: Added a 3-State Toggle (Show All / AH Hidden / None) to the mailbox interface. This allows users, specifically bank alts to suppress Auction House invoice spam while still seeing generic player mail and COD alerts. Settings are saved per character.
Bug Fixes & Technical Refinements
- Stack-Splitter Evolution: Significantly improved the auto-splitting tool introduced in 1.0.7. It now correctly identifies and functions within Guild Banks (fixing previous ecosystem detection failures). Added Mouse Wheel Support for rapid stack size adjustments and a Lag Prevention system (coroutines) to eliminate game freezes during large batch operations.
- Mass Comms Safety Fix: Resolved a critical issue where the addon used
/r(Reply) instead of/ra(Raid) for announcements. The logic now correctly maps to theRAIDchannel to prevent accidental private whispers to random players. - Transaction Partner Logic: Overhauled the "History" pane logic to correctly identify the Transaction Partner. "Buy" rows now show the Seller, "Sell" rows show the Buyer (fixing the issue where it displayed your own name), and expired/cancelled auctions are explicitly labeled "Auction House."
- Auto-Invite Module Resurrection: Completely restored the previously inactive Auto-Invite module. It now features Auto-Accept with a 1.5s safety delay (hiding "Join Party" popups) and Auto-Invite logic that uses modern Battle.net APIs to support cross-realm/Warband whispers. Added "loose" keyword matching (e.g., handles "inv please" alongside "inv") and a simplified configuration menu.
GLogger Version 1.0.7 Changelog
New Features & Enhancements
- NEW MODULE: Auction House Log: Introduced a brand new, dedicated ledger specifically for your Auction House transactions. It features a master item list, an interactive price history graph, favorite item pinning, and cross-reference deep linking directly to the Mail Log for instant auditing.
- NEW MODULE: Goblin Log: Introduced a visual financial command center featuring an interactive "Hero Graph" for revenue vs. expenses, a 30-day activity heatmap, and a top-level wealth distribution bar. Clicking any graph node instantly provides a granular daily breakdown of transactions.
- Omni-Sponge Data Engine: The addon now passively and intelligently learns item data (including Battle Pets) across your entire account by scanning bags, banks, Warband tabs, and profession windows, ensuring complete item literacy.
- Auto-Splitter Tool: Added a high-speed, lag-protected "Auto-Split" button to the standard stack split window. It automatically fills empty bag or Warband Bank slots with specific stack sizes, drastically reducing manual inventory management.
- Inbox Bulk Clear & Targeted Row Deletion: Transformed the Mail Pickup button into a safe "Delete Empty Mail" bulk tool that ignores valuable items/gold. Added a red 'X' button across the Mail, Trade, Warband, and AH logs for quick, targeted single-row deletion.
- Unified Mass Comms and Mass Invite Dashboards: Merged respective modules into a single, larger window with real-time progress tracking, input locking to prevent accidental edits, and a quick-clear button.
- Account-Wide Feature Indicators: Added red "NEW" tags and dots to immediately alert users of newly added menus or buttons. These indicators are state-aware and will permanently auto-dismiss once clicked.
Bug Fixes & Technical Refinements
- Bulletproof Warband Tracking: Rebuilt the Warband Bank logic to monitor official Blizzard API Enums directly, completely eliminating latency-induced tracking failures, "ghost entries," and errors caused by direct-equipping items.
- Commodity & Zero-Value Fixes: Fixed a Blizzard texture parsing bug that caused stackable commodity sales to log as 0g. Expired and cancelled auctions are now properly tracked for volume without falsely deflating your average item prices.
- Full Internationalization (Localization): Replaced all hardcoded text with a dynamic key system. Players using non-English game clients will now experience flawless AH tracking, perfectly translated UI elements, and spam-free, highly detailed chat notifications.
- Trade Whisper Stability: Modernized the chat API integration to completely eliminate the
[ADDON_ACTION_FORBIDDEN]error during automated trade whispers. Added a dynamic, character-specific "Mute" toggle button directly to the Trade window UI.
GLogger Version 1.0.6 Changelog
New Features & Enhancements
- Warband Bank Integration: Introduced a complete logging system for the Warband Bank, including automated session tracking for gold and item deposits/withdrawals.
- Mass Communications Module: Users can now queue sequential chat commands (Whispers, Guild, Raid, etc.) with a built-in 0.5-second delay to prevent automation blocks.
- Auction House Invoice Parser: The Mail Log now includes a sophisticated parser that breaks down sales into Sale Price, Deposit Returned, AH Cut, and Net Profit.
- Deep & Live Search: Implemented live "Type-to-Search" (0.3s debounce) and "Deep Search" logic across all modules, allowing filtering by item names, guild names, and specific gold amounts.
- Faction Iconography: Replaced text-based "Alliance" and "Horde" labels with high-quality crest icons positioned dynamically for optimal visual alignment.
- Standardized Audit & Export: Overhauled all export windows with a unified dark theme, automated 1-second data generation, and "one-click" copy functionality using native Blizzard widgets.
- Net Balance Indicators: Added color-coded summaries (Green
+/ Red-) to Trade and Mail headers to show instant profit or loss for specific partners. - Branding Interaction: The GLogger logo in all main windows is now a functional button that opens the Version Info panel and author credits.
Bug Fixes & Technical Refinements
- "Ghost" Duplicate Elimination: Resolved an issue where mail containing both gold and items created two log entries; the system now only logs mail transitioning from "Unread" to "Read".
- Realm Name Normalization: Applied a space-stripping filter to ensure realm names are consistent (e.g., "Area 52" becomes "Area52") across the database.
- Mail Logging Race Condition: Added a UI fallback to the "Return" button logic to capture sender data directly from the Open Mail window before it closes.
- "Open All" Stability: Implemented a "state-aware" snapshot method to reliably capture every mail item during high-speed "Open All" processing.
- Guild Bank Sync Repair: Removed rank restrictions and implemented dual-source tracking to prevent guild balances from failing to update or "zeroing out".
- Sorting & Crash Prevention: Resolved critical Lua errors during column sorting by adding nil-value safeguards and safe-type handling for mixed data types.
- Command Whitelisting: The Mass Comms module now strictly enforces a whitelist of safe commands to prevent Blizzard "Action Blocked" errors.
GLogger Version 1.0.5 Changelog
New Features & Enhancements
- Trade History Side Panel: Added a dedicated side panel to view transaction history with specific players; clicking a record automatically highlights it in the main log.
- Universal Importer: Users can now import legacy data from SalesTools and Boosting Tools.
- Smart Deduplication: Added a "Remove Duplicates" tool that scans for unique signatures (Items + Time) to clean up databases after importing.
- Mail Log Toggle: Added a button to the Mailbox interface to enable or disable logging per character.
- Global Master Switch: Added a "Global UI" toggle to the Minimap and Settings to instantly hide or show all GLogger windows across the account.
Data & Export Improvements
- Spreadsheet-Ready Exports: Overhauled export formats to "flatten" multi-line item lists and mail bodies into single rows.
- Readable Dates: Exported data now converts Unix timestamps into human-readable strings (YYYY-MM-DD HH:MM:SS).
- Balance List Update: Separated Character Name and Realm into distinct columns and forced "Newest First" sorting.
- Audit Feedback: Added a live "Current Results" counter to the export window.
Bug Fixes & Technical Refinements
- Menu Compatibility: Replaced obsolete systems with modern MenuUtil for WoW 12.0+ compatibility.
- Action Blocked Fix: Removed automated trade acceptance logic that caused errors with Blizzard's protected UI.
- Smart Currency: Gold values now automatically hide zero-value Silver and Copper to reduce visual clutter.
- Combat Safety: All major panels now automatically hide upon entering combat.
GLogger Version 1.0.4 Changelog
New Features & Enhancements
- Trade Whispers Overhaul: Whispers now include clickable Item Links and comma-formatted gold. Improved logic for mutual trades to report both "Gave" and "Received."
- Enhanced Tooltips: Added tooltips to the Subject column in the Mail Log.
- Gold Formatting: Added specific coloring (Yellow numbers, White 'g') to gold values in the Collector Menu and Helper Display.
Bug Fixes & Technical Refinements
- Unified Styling: Standardized button heights and moved Export windows to the FULLSCREEN_DIALOG layer.
- Export Improvements: Replaced export text boxes with native WoW edit boxes to prevent crashes and removed empty leading columns.
- Stability Fixes: Resolved game crashes when interacting with export windows and fixed Lua errors when hovering over Log items.
GLogger Version 1.0.3 Changelog
New Features & Enhancements
- Social & Mass Invites: Mass Invites now provide detailed feedback, including indicators for Invite Pending, In Raid, Unfriendly, and Expired.
- Tooltips & Localization: Added instruction tooltips and localization support to buttons within the GLogger Menu.
Bug Fixes & Technical Refinements
- Menu Optimization: Streamlined the layout for a more efficient user experience.
- Warband Bank Fix: Resolved a display issue where the Warband Bank Distance Inhibitor appeared on incorrect dialog boxes.
GLogger Version 1.0.2 Changelog
New Features & Enhancements
- Copy Target Button: Added a feature to quickly copy a character's "Name-Realm" for use in external tools.
- Enhanced Statistics: Added a total summary (Given/Sent, Received, and Net) to the top of Mail and Trade logs.
- Warband Bank Shortcuts: Clicking the Warband Bank button now displays the Distance Inhibitor spell with an active cooldown timer.
Bug Fixes & Technical Refinements
- Improved Mail Logging: Fixed a bug where clicking the "Return" button was not recorded.
- Return Tags: Returned mail is now automatically tagged with [RETURNED] in the subject line.
GLogger Version 1.0.1 Changelog
New Features & Enhancements
- Collector Menu Overhaul: Resized the menu for a compact 10-button grid layout and fixed "floating" Gold Info sections.
- Global Support: Added full support for British English, German, French, and Italian.
- New Menu Icon: Fixed the "Red Question Mark" bug in the Addon menu with the correct GLogger icon.
Bug Fixes & Technical Refinements
- Combat Smart Hide: The menu now automatically hides during combat and reappears afterward.
- Crash Prevention: Fixed errors causing the "Mass Whisper" tool to disconnect on modern WoW versions.
- Translation Fixes: Resolved "Missing Entry" errors for Russian, Chinese, Korean, Spanish, and Portuguese regions.

