diff options
| author | 2026-01-14 16:38:28 +0800 | |
|---|---|---|
| committer | 2026-01-14 16:38:36 +0800 | |
| commit | d7473578e917b124c6b1caafcf98103bc811eb2d (patch) | |
| tree | 62b0cdcbc782222630e680b7bcbd9c444a8b43d6 | |
| parent | 0e1194cc3145df2ad06d739be5155fa4c1b24840 (diff) | |
| download | DropOut-d7473578e917b124c6b1caafcf98103bc811eb2d.tar.gz DropOut-d7473578e917b124c6b1caafcf98103bc811eb2d.zip | |
feat: update roadmap in README to mark Fabric and Forge loader support as complete and add version filtering feature
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,10 +30,10 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the lates - [X] **Token Refresh** — Auto-refresh expired Microsoft tokens - [X] **JVM Arguments Parsing** — Parse `arguments.jvm` from version.json for Mac M1/ARM support - [X] **Java Auto-detection** — Scan common paths for Java installations -- [ ] **Fabric Loader Support** — Install and launch with Fabric -- [ ] **Forge Loader Support** — Install and launch with Forge +- [X] **Fabric Loader Support** — Install and launch with Fabric +- [X] **Forge Loader Support** — Install and launch with Forge (basic support) +- [X] **Version Filtering** — Filter by release/snapshot/modded in UI - [ ] **Instance/Profile System** — Multiple isolated game directories with different versions/mods -- [ ] **Version Filtering** — Filter by release/snapshot/old_beta in UI - [ ] **Multi-account Support** — Switch between multiple accounts - [ ] **Custom Game Directory** — Allow users to choose game files location - [ ] **Launcher Auto-updater** — Self-update mechanism via Tauri updater plugin |