From dcdfdd3d172da666efc225301c2c55b359aa1776 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 15 Jan 2026 16:52:53 +0800 Subject: docs: Update README.md to mark completed roadmap items with uppercase 'X' for better visibility; adjust formatting for platform file listings --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 945e530..d702fe9 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ DropOut is a modern, minimalist, and efficient Minecraft launcher built with the ## Roadmap -- [x] **Account Persistence** — Save login state between sessions -- [x] **Token Refresh** — Auto-refresh expired Microsoft tokens -- [x] **JVM Arguments Parsing** — Full support for `arguments.jvm` and `arguments.game` parsing -- [x] **Java Auto-detection & Download** — Scan system and download Java runtimes -- [x] **Fabric Loader Support** — Install and launch with Fabric -- [x] **Forge Loader Support** — Install and launch with Forge -- [x] **GitHub Releases Integration** — View changelogs in-app +- [X] **Account Persistence** — Save login state between sessions +- [X] **Token Refresh** — Auto-refresh expired Microsoft tokens +- [X] **JVM Arguments Parsing** — Full support for `arguments.jvm` and `arguments.game` parsing +- [X] **Java Auto-detection & Download** — Scan system and download Java runtimes +- [X] **Fabric Loader Support** — Install and launch with Fabric +- [X] **Forge Loader Support** — Install and launch with Forge +- [X] **GitHub Releases Integration** — View changelogs in-app - [ ] **Instance/Profile System** — Multiple isolated game directories with different versions/mods - [ ] **Multi-account Support** — Switch between multiple accounts seamlessly - [ ] **Custom Game Directory** — Allow users to choose game files location @@ -45,11 +45,11 @@ Download the latest release for your platform from the [Releases](https://github | Platform | Files | | -------------- | ----------------------- | -| Linux x86_64 | `.deb`, `.AppImage` | -| Linux ARM64 | `.deb`, `.AppImage` | -| macOS ARM64 | `.dmg` | -| Windows x86_64 | `.msi`, `.exe` | -| Windows ARM64 | `.msi`, `.exe` | +| Linux x86_64 | `.deb`, `.AppImage` | +| Linux ARM64 | `.deb`, `.AppImage` | +| macOS ARM64 | `.dmg` | +| Windows x86_64 | `.msi`, `.exe` | +| Windows ARM64 | `.msi`, `.exe` | ## Building from Source @@ -67,7 +67,6 @@ Download the latest release for your platform from the [Releases](https://github git clone https://github.com/HsiangNianian/DropOut.git cd DropOut ``` - 2. **Install Frontend Dependencies** ```bash @@ -75,14 +74,12 @@ Download the latest release for your platform from the [Releases](https://github pnpm install cd .. ``` - 3. **Run in Development Mode** ```bash # This will start the frontend server and the Tauri app window cargo tauri dev ``` - 4. **Build Release Version** ```bash -- cgit v1.2.3-70-g09d2