Skip to content

Releases: aayushdutt/mctui

v0.2.1

08 Apr 01:13

Choose a tag to compare

Changelog

  • aadd02a Rename Go module to github.com/aayushdutt/mctui Document go install in README; update Modrinth User-Agent for the canonical repo
  • 1037688 update readme

v0.2.0

08 Apr 01:03
8649334

Choose a tag to compare

Changelog

  • 4f4d8b2 Add Fabric Modrinth mod browser, catalog, and starter mod bundle Improves Fabric merged-profile classpath handling and home instance list UI
  • f998763 Add Fabric mod loader support with merged Mojang profiles Skip-download cache fingerprints version, loader, and loaderVer so loader switches re-fetch
  • 2e5c3e0 Add configurable game log verbosity during launch
  • 8649334 Merge pull request #2 from aayushdutt/mctui-w
  • ea31cef Rename Go module to github.com/mctui/mctui Aligns Modrinth User-Agent; Makefile phony, clean, and build-all dist handling
  • f4c00ef Validate Minecraft sessions and clarify auth status in the UI

v0.1.1

02 Mar 23:13

Choose a tag to compare

Changelog

  • 8f7d901 feat: Implement instance name validation in the wizard, use the validated name as the instance ID, and open the .minecraft folder.
  • 2e0bb40 feat: Implement offline launch capabilities with version caching, instance download tracking, and launch cancellation/retry.

v0.1.0

03 Feb 02:40

Choose a tag to compare

Changelog

  • e5f0341 add authentication
  • e8edf68 chore: add release configuration
  • 29ceda1 feat: Add instance deletion, open instance folder action, improve home screen UI, and streamline instance launch flow.
  • 8a1b3cf feat: Introduce an authentication prompt for instance launches and enhance Microsoft login with auto-copy and browser opening, alongside adding Makefile targets for data reset.
  • 49c929a feat: Stream important game output to the UI during launch, update last played instance, and add clipboard copy for authentication codes.
  • ddd19bc mctui initial commit