Home About Changelog Download Download
Release History

What's Changed

Every update, every fix, every addition — documented as it ships.

New Feature
Bug Fix
Change
Breaking
v1.3.0
March 2026
Latest
Modrinth Integration, Fabric Launch & Dependency Resolver
Microsoft and Mojang API access approved — official authentication pipeline now fully active
Full Modrinth mod browser integrated directly into the launcher — search, browse, and install mods, shaders, resource packs, and datapacks without leaving the app
Content browser accessible from within any instance — automatically pre-filters results to your instance's Minecraft version and loader
Automatic dependency resolver — when installing a mod, the launcher recursively fetches all required dependencies, deduplicates them, and shows a checkbox popup so you can choose which to install
Already-installed dependencies shown as grayed-out in the dependency popup so you never install duplicates
Instance detail page now has an Add Content button that opens the content browser pre-loaded for that instance
Modrinth version picker in the detail view — browse all compatible versions and install a specific one manually
Fabric API and Mod Menu automatically downloaded and installed when creating a new Fabric instance
Fixed Fabric launch crash caused by duplicate ASM/Mixin classes — vanilla and Fabric loader both bundled conflicting versions; vanilla ASM is now filtered from the classpath when launching Fabric or Quilt
Fixed Fabric API installing the wrong version (0.2.1 instead of the correct build for the target Minecraft version) — version selection now uses per-candidate game version filtering with suffix matching
Fixed shaders, resource packs, and datapacks failing to install due to the version search scanning from the wrong end of the version list
Fixed mod install failing for projects where Modrinth's game_versions filter incorrectly returns an empty array — launcher now falls back to smart pagination with loader-aware start offset
Fixed create instance modal stealing focus — text field is now focused automatically when the screen opens
Fixed launch button on instance card not opening the detail page first before launching
Fixed wrong loader being used when installing mods — project type is now fetched from Modrinth directly rather than inferred from the UI state
Modrinth search now always passes game version and loader as facets — results are pre-filtered to only show content compatible with the selected instance
Version fetch logic split into two separate handlers — one for the versions tab (manual browsing) and one for auto-install (fastest compatible version)
v1.2.0
February 2026
Stable
Website Launch, API Submission & Critical Fixes
Submitted form to Microsoft and Mojang requesting access to official Minecraft APIs — awaiting approval before download goes live
Launched official Vexora website with Home, About, Download, and Changelog pages
Added GitHub and YouTube links to website footer
Download buttons updated to "Coming Soon" pending API approval
Updated website feature card copy — Built-in Utilities now references speedrun stopwatch use case
Filled in upcoming features card — Mac support, mod browser, auto-updater
Various text edits and copy improvements across all pages
Fixed critical website bug where the animated starfield canvas was not being cleared between frames, causing unbounded memory growth — on some machines this consumed 4–6 GB of RAM within minutes and crashed the browser entirely
Fixed launcher crash on startup caused by a race condition in the boot sequence where settings were applied before the DOM was fully ready, resulting in null reference errors that silently killed the main process
Fixed broken nav active state on website — current page link now correctly highlights
Fixed mobile menu not closing after selecting a nav item on smaller screens
v1.1.4
February 2026
Stable
Microsoft Auth + Utilities Panel
Microsoft OAuth 2.0 Device Code Flow authentication
Xbox Live → XSTS → Minecraft Services token chain
Utilities panel with working search and back navigation
Timer utility — stopwatch (with laps) and countdown mode
Notes utility — rich text editor with fonts, colors, auto-save
PIN lock screen — set, edit, and remove with hash storage
Status modes — Online, Offline, Do Not Disturb
Fixed blank screen after intro animation (double-async syntax error)
Fixed MS auth endpoint (migrated from deprecated login.live.com to login.microsoftonline.com)
Fixed RpsTicket missing d= prefix for AAD tokens
Fixed auth/pin screens rendering behind titlebar (z-index)
Fixed intro animation glitch caused by layering conflict
v1.1.0
Stable
UI Controls & Performance Settings
UI Scale slider in Appearance settings (75–125% in 5% steps)
FPS Cap slider — 30 / 60 / 90 / 120 FPS presets + Uncapped toggle
Starfield renderer patched with timestamp-based frame throttling
Notifications panel — position grid, style (Default/Minimal/Pill/Banner), font picker
Toast notification system rewrite with positional CSS classes
Version series moved to v1.1.x
v0.1.0
Initial Release
HTML → Electron migration with custom frameless titlebar
Launcher auth — register and sign in with local account
AppData persistence via Electron IPC (store-get / store-set)
Animated starfield background with responsive canvas
Settings panel — theme, appearance, privacy
Performance panel
Cache / Data panel with clear controls
Profile panel with display name editing
Discover panel with category navigation
Boot sequence — intro animation → optional PIN → auth → app