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)