Releases: objz/rmcl
v0.3.0
[0.3.0] - 2026-05-13
Features
- (migrate) Add legacy mcl→rmcl path migration module
- [breaking] Rename project from mcl/mcl-launcher to rmcl
Bug Fixes
- Chocolatey issue and readme install
- Fixed readme
- Renamed details.rs to settings.rs; the name was outdated as the label change to settings
- (tui) Use open::that_detached to prevent freeze when opening directories
Documentation
- Rename project references in README, changelog config, and issue templates
Miscellaneous Tasks
- Include winget manifest in releases
- (wix) Rename MSI product from mcl-launcher to rmcl
- (aur) Rename PKGBUILDs to rmcl/rmcl-bin/rmcl-git with replaces= for upgrade
- (chocolatey) Rename package to rmcl
- Update release workflows for rmcl rename
Downloads
| File | Platform | Checksum |
|---|---|---|
| rmcl-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| rmcl-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| rmcl-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| rmcl-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| rmcl-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| rmcl-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Cargo
cargo install rmcl
Homebrew
brew install objz/tap/rmcl
WinGet
winget install Objz.Rmcl
The generated WinGet manifest is attached as winget-manifest-0.3.0.zip for local validation.
Chocolatey
choco install rmcl
AUR
paru -S rmcl-bin
v0.2.4
[0.2.4] - 2026-04-27
Bug Fixes
- Release workflow fixes and version bump to 0.2.4
- Release workflow fixes and version bump to 0.2.4
- Tag-release re-tags when existing tag points to wrong commit
- Trigger release workflow via dispatch after creating tag
Other
- Merge branch 'master' of https://github.com/objz/mcl
Miscellaneous Tasks
- Fixexed tag release failing
- Fixed aur checksums and workflows
- Fixed chocolatey workflow and hombrew
- Fixed duplicate runs
- Fixed aur checksums and chocolatey workflow
Downloads
| File | Platform | Checksum |
|---|---|---|
| mcl-launcher-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mcl-launcher-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mcl-launcher-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mcl-launcher-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mcl-launcher-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| mcl-launcher-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Cargo
cargo install mcl-launcher
Homebrew
brew install objz/tap/mcl-launcher
WinGet
winget install Objz.MclLauncher
Chocolatey
choco install mcl-launcher
AUR
paru -S mcl-launcher-bin
v0.2.3
Install mcl-launcher 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/objz/mcl/releases/download/v0.2.3/mcl-launcher-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/objz/mcl/releases/download/v0.2.3/mcl-launcher-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install objz/tap/mcl-launcherDownload mcl-launcher 0.2.3
| File | Platform | Checksum |
|---|---|---|
| mcl-launcher-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mcl-launcher-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mcl-launcher-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mcl-launcher-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mcl-launcher-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| mcl-launcher-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.2.2
[0.2.2] - 2026-04-25
Features
- (content) Extract mod icons and metadata from all loader formats
- (content) Streaming load and event-driven file watching with notify
Bug Fixes
- (tui) Allow navigating filtered results after searching
- (tui) Restore terminal on panic to prevent apparent freezes
- (logs) Show real filename for live log and keep content on instance stop
- (ci) Include version in release tarball filenames
Other
- (lint) Fix(lint): rustfmt formatting in mods.rs
- Resolve conflicts keeping streaming load and notify watcher
Refactor
- (content) Extract per-file scan functions for incremental updates
Miscellaneous Tasks
- (release) V0.2.2
v0.2.1
[0.2.1] - 2026-04-25
Features
- (auth) Cache minecraft access tokens to avoid unnecessary refreshes
Bug Fixes
- (logging) Applied env filter to global logging and applied timestamp saving. The readme was updated aswell
- (instance) Apply edited memory config immediately
Refactor
- (instance) Split launch module and compile java shim from source
Miscellaneous Tasks
- (release) V0.2.1
v0.2.0
[0.2.0] - 2026-04-22
Features
- Git-cliff for better release notes and changelogs
Bug Fixes
- Fix readme
- Fix readme
- (auth) Switch back to portablemc's client id, until mcl's get approved
- Changed portablemc's client id to mcl's that now got approved
- Added retry logic when it fails because network instabillities
Other
- Added description to Cargo.toml
- Changed name to mcl-launcher
- Changed name to mcl-launcher
- Merge branch 'master' of https://github.com/objz/mcl
- Added mmc/prism modpack import and refactored import module
split import.rs into import/ module with mod.rs, mrpack.rs, mmc.rs.
auto-detects pack format from zip contents (modrinth.index.json or
mmc-pack.json). moved input parsing from net/modrinth.rs to the
import module since it handles routing for all formats now.
- Added support for old forge versions (pre-1.13)
old forge installers don't have --installClient, so we extract the
universal jar and library info directly from install_profile.json
inside the installer jar. also tries multiple maven URL formats since
forge naming is inconsistent across versions.
- Added fallback icons for resource packs and worlds
resource packs and worlds without icons now show a placeholder ?
pattern like mods already do. worlds use a larger 12x6 variant.
- Added contributing guidelines
- Theme defaults to gruvbox instead of terminal
- Add Contributor Covenant Code of Conduct
- Readme changes
Miscellaneous Tasks
- Added github issue templates
- (release) V0.2.0
- Added aur and crates publish
- Fixed aur workflow
- Fixed release build
- Updated runners
- Arch publish
- Shasums
- Shasums
- Fixed shasums again
v0.1.0
Full Changelog: https://github.com/objz/mcl/commits/v0.1.0