File Details
Atmos-v0.2.0.zip
- R
- Jan 31, 2026
- 17.04 KB
- 16
- 2.5.5
- Classic TBC
File Name
Atmos.zip
Supported Versions
- 2.5.5
Atmos 0.2.0 – Settings Panel & UX Polish Update
This update introduces the first fully usable version of the Atmos settings system, along with a series of quality‑of‑life improvements, unified messaging, and internal cleanup. Atmos is steadily evolving into a polished, modular UI framework — thank you for testing and supporting the early versions.
✨ New Features
AddOns Panel Integration
Atmos now appears in the in‑game AddOns list with a clean, informative panel.
The panel includes:
- A clear description of how to access the settings
- A tooltip‑enhanced, hyperlink‑styled /atmos settings command
- A consistent, branded presentation
This avoids Blizzard’s layering quirks while giving players a discoverable entry point.
Reputation Bar Text Enhancements
A new settings section allows you to adjust the visual style of the reputation bar text. You can now toggle:
- Text outline
- Text shadow
These small but impactful options help improve readability and let you match the bar’s appearance to your UI preferences.
Unified Messaging System
All Atmos modules now use a consistent message style:
- Atmos:Info()
- Atmos:Warn()
- Atmos:Error()
- Atmos:Debug()
This ensures all chat output is clean, branded, and easy to read.
Slash Command Improvements
The /atmos command now supports:
- /atmos settings – open the settings window
- /atmos version – show your Atmos version
- /atmos versions – list installed Atmos modules
- /atmos sync – force a version sync broadcast
Help output is now unified and styled.
🔧 Improvements & Fixes
• Version Sync Enhancements
- Module version comparison is more robust
- Update notifications now use the unified message system
- Duplicate update messages are prevented via URL de‑duplication
- Auto‑sync triggers reliably when joining groups or entering the world
• Settings Window Behavior
- Added safeguards to avoid conflicts with Blizzard’s Interface Options panel
- Improved user guidance for opening the settings window
- Cleaned up unused assets (removed old logo image)
• Codebase Cleanup
- Removed remaining direct print() calls
- Added Atmos:Info() alias for consistency
- Improved load order reliability
- Ensured all modules initialize cleanly on login