Version v2.11.1
LATESTReleased on July 7, 2026
- Asynchronous Chronicle Generation: Configured the TUI Daily Chronicle popup to load bardic lore asynchronously in the background. It now renders immediately from the database cache, eliminating login/transition delays and preventing UI input freeze while compiling today's story.
Version v2.11.0
STABLEReleased on July 6, 2026
- Curve25519 Handshake Acceleration: Re-enabled native Curve25519 key exchange in the container to allow instantaneous SSH handshakes, eliminating the slow fallback to pure-JavaScript Diffie-Hellman algorithms.
- IPv4 Proxy DNS Optimization: Configured the web-to-SSH proxy connection to explicitly use IPv4 resolution, bypassing slow Docker/VPS IPv6 DNS resolution timeouts.
- SQLite Database Indexing: Added critical indexes for foreign keys (such as `characters.account_id`, `ssh_keys.account_id`, and `session_tokens.character_id`) to ensure fast queries and long-term database scalability.
Version v2.10.0
STABLEReleased on July 6, 2026
- Rich Daily Chronicle: Upgraded the daily chronicler to query recent server events. It now summarizes actual boss kills, legendary/epic loot drops, level ups, Nether Assassin executions, and real leaderboard rank changes.
- Expanded Chronicle Viewer: Increased the TUI chronicle scroll box height from 16 to 22, allowing players to read up to 14 lines (900 characters) of generated bardic lore without truncation.
- Chronicle Publications Alert: When a new chronicle is generated for the day, a global System notice is broadcasted to all players.
Version v2.9.0
STABLEReleased on July 6, 2026
- Passwordless Guest Play: Added a new option to connect and start playing immediately as an anonymous guest without requiring registration or password setups.
- In-Game Account Claiming: Added `/register [username] [password]` and `/claim [username] [password]` commands to let guests convert their anonymous characters, items, and stats into a permanent account.
- Session Resumption for Guests: Guest sessions are safely persisted across browser restarts and tab refreshes using local browser session resumption tokens.
- Scrubbed Warcraft References: Cleaned up the legacy login welcome banner to remove references to World of Warcraft, keeping it fully aligned as 'World of Tuicraft'.
Version v2.8.0
STABLEReleased on July 5, 2026
- Mobile Responsive Optimizations: Web terminal client now fully supports mobile screens in portrait and landscape. Implemented forced 100x30 dimensions bypass to eliminate terminal sizing lockout.
- Continuous Touch Movement: Holding down D-Pad movement controls (W/A/S/D) automatically repeats character steps with smooth press-and-hold timer loops.
- Combat & Chat Log Scrolling: Added Page Up ([) and Page Down (]) buttons directly to the Actions Deck for convenient log review.
- Visual Keyboard Alignment: Configured VisualViewport API event listeners to anchor the floating chat panel directly above the mobile virtual keyboard.
- Premium Glassmorphic Aesthetics & Haptics: Introduced a glowing cross-shaped controller D-pad overlay, horizontal scroll navigation tabs, and touch haptic vibration feedback.
Version v2.7.0
STABLEReleased on July 3, 2026
- Boss & Elite Leash Balance: Increased the maximum leash range from 8 to 20 Manhattan tiles. This allows players to fight and kite bosses and elites anywhere within their spawn rooms (which can be up to 10x10, with diagonal distances of up to 18 tiles) without triggering premature resets and health regeneration.
- Combat Room Freedom: Ensures solo or grouped players can execute boss fight strategies and kiting maneuvers without frustration, while still preventing monsters from being dragged into distant dungeon hallways.
Version v2.6.0
STABLEReleased on July 2, 2026
- Admin Console Security Binding: The admin SSH console interface is now bound to the local loopback interface, restricting public access. Config parsing errors now cause a fatal server crash to prevent insecure fallback setups.
- Secure Admin Logging: Password updates performed via the administrative panel no longer log the temporary password in plaintext to the database or broadcast it to other active admin terminals.
- MCP SSE Security Improvements: Credentials in the `/mcp` SSE initialization query strings are now deprecated and disallowed. SSE connection rate limit counters no longer drift under rejected connections.
- Boss Stat Scaling Attacks: Fixed boss difficulty scaling renaming issues, ensuring scaled dungeon bosses preserve their original identity and unique telegraphed combat attacks.
- Codebase Optimization: Refactored duplicate trading logic, death penalties, and account deletion workflows to eliminate redundancy and maintain database transaction integrity.
Version v2.5.0
STABLEReleased on July 1, 2026
- The Nether Assassin NPC: Introduced an automatic anti-bot guardian that hunts programmatically automated MCP agents in dungeons (depth >= 1) once they reach Level 3 or accumulate 50+ gold.
- Themed Death Notes: Upon executing a target, the Nether Assassin broadcasts a fantasy-themed execution notice to all players with a humorous note left behind.
- Damage Immunity: The Nether Assassin is fully immune to player physical attacks and spell casts, preventing bots from fighting back.
- Admin Summon Controls: Administrators can manually summon the Nether Assassin to hunt down and execute any online player outside of Town using the `/assassin @[player]` console command.
Version v2.4.0
STABLEReleased on June 29, 2026
- Consequential Player Death: Dying in the dungeons now results in losing 20% of your current gold, and dropping 1 random unequipped item from your inventory bag.
- Grey-Mob XP Penalty: Defeating monsters 5+ levels below you now incurs a 90% XP/gold reduction penalty, and monsters 10+ levels below yield zero rewards, preventing low-level farming abuse.
- Dungeon Loot Gating: Epic item drops are now gated to dungeon depth 5+, and Legendary items to depth 9+, preventing high-rarity loot farming in shallow starting zones.
- Mage Weapon Restricting: Restructured fireball spell calculations so they only scale with equipped Wands or Staves. Physical weapons (such as swords or axes) no longer boost magical spell power.
- IP Connection Concurrency Limits: Implemented a concurrent session limit of max 5 active connections per IP address across MCP server interfaces.
- Admin Level Controls: Admin commanders can now set a player's level directly using the `/level @[player] [newLevel]` console command.
Version v2.3.0
STABLEReleased on June 28, 2026
- Mage Spell Scaling: Upgraded wands and staves now multiply their power bonus by 1.5x when casting Fireball, making upgrade investments feel impactful.
- Monster Position Tethering: Living monsters and bosses now teleport back to their spawn coordinates and heal to full when a zone becomes empty, preventing entrance camping.
- Fair Boss Scaling: Replaced compounding multiplicative boss scaling with an additive formula to prevent unbeatable bosses for high-level players.
- Admin Password Recovery: Admins can now reset player passwords securely using the `/resetpassword` console command.
Version v2.2.0
STABLEReleased on June 28, 2026
- Character Deletion: Players can now delete individual characters directly from the TUI Selection Lobby by typing `delete [num]` (e.g. `delete 1`). All items, equipment, and levels belonging to that character are safely purged.
- Private Message Inbox: View private whisper history by typing `/whispers` (or `/inbox` / `/dm`). This loads your recent private conversations from the database securely into your local logs.
Version v2.1.0
STABLEReleased on June 28, 2026
- Nerd Font Support: Enable beautiful graphical map icons and stats sidebar prefixes via the `/nerdfont` toggle.
- Hidden exit portals: Portal doors to the next depth now spawn in random intermediate rooms and remain hidden until the depth's guardian boss is slain.
Version v2.0.0
NEWReleased on June 28, 2026
- Secure Player Trading: Exchange gold and items with an interactive TUI overlay via `/trade @PLAYER`.
- Account Deletion: Safely wipe your active account and all associated character data via `/delete-account`.
- Dynamic Clan Sanctuaries: Teleport to your own private, instanced clan hall using `/clan hall`.
- Themed Boss Attacks: Each of the 15 custom bosses now utilizes their own unique telegraphed attacks.
- Decoupled Web & Game Servers: The SSH game loop now runs independently from the web terminal to prevent server restarts during updates.
Version v1.5.0
EXPANSIONReleased on June 26, 2026
- Treasure Chests: Interactive chest triggers placed in dungeon halls.
- Smart Word Wrapping: Real-time line calculations in the chat scrolls prevent text from clipping.
- Dungeon Biomes: Monsters and environments adapt to three distinct depth tiers.