Changelog
Version history and change log
22 Entries ·
Page 2 of 5
v2.6.0
Code Arena – New Game Mode
2026-04-05
root@hackerquest:~$ git log v2.6.0
New Features
- > New game mode: Code Arena – LeetCode-style coding challenges in Python, PHP, Java and Rust
- > 20 challenges across 4 difficulty levels: Easy (500P), Medium (1000P), Hard (1500P), OOP (2000P)
- > Full browser IDE: file explorer, CodeMirror editor with Dracula theme, debug console and timer
- > Syntax highlighting for all 4 languages – fully offline, no CDN dependency
- > Hint system with Bootstrap modal and point deduction (-300P per hint)
- > Live bracket validation and automatic draft saving in the browser
- > Timer automatically pauses when switching to Web Puzzle or Terminal
Bug Fixes
- > PHP and Python syntax highlighting was missing due to CDN dependency on localhost
- > Rust syntax highlighting was missing (addon/mode/simple dependency)
- > Timer ran permanently – pause/resume system implemented analogous to Terminal and Web Puzzle
- > Browser spell checker was marking code keywords as misspelled
- > IDE footer now correctly hidden; Run/Hint/Reset buttons moved to top bar
v2.5.1
PvP Stability & Profile Improvements
2026-04-05
root@hackerquest:~$ git log v2.5.1
New Features
- > Profile: Web puzzle progress now shows all available puzzle categories in separate tabs
- > PvP: Custom in-game alert design instead of browser popup
- > PvP: Match cancellation now shows a report before redirecting back to the lobby
Bug Fixes
- > PvP: Lobby rooms now reliably close after all players finish
- > PvP: Question counter now shows correct values while waiting for opponent
- > Online status: "Last active" is now updated regularly
v2.5.0
Shop & PvP Expansion
2026-04-04
root@hackerquest:~$ git log v2.5.0
New Features
- > New CyberPoints shop with 44 items across 7 categories (frames, icons, name effects, badges, backgrounds, titles)
- > Shop items now affect profile card, PvP waiting room, scoreboard and results screen
- > PvP: Player tiles now display individual avatar settings and equipped shop items
- > PvP: Waiting room chat now has a maximum height and auto-scrolls
Bug Fixes
- > Account management: Various corrections and improvements
v2.4.4
Fix: URL Handling
2026-04-03
root@hackerquest:~$ git log v2.4.4
Bug Fixes
- > Fixed URL handling issues, especially in link generation and redirections
v2.4.0
Full MVC Architecture Rewrite
2026-04-03
root@hackerquest:~$ git log v2.4.0
New Features
- > Complete rewrite in PHP 8.2+ OOP
We wish all agents lots of fun playing and hacking! Stay curious and safe out there.