From 561469b5a895d7c99fe6c9e73266b49ebe4237b8 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 14:23:46 +0800 Subject: chore: update project title in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 420efc6..c64db3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DropOut - Next Generation Minecraft Launcher +# DropOut DropOut is a modern, fast, and efficient Minecraft launcher built with the latest web and system technologies. It leverages **Tauri v2** to deliever a lightweight application with a robust **Rust** backend and a reactive **Svelte 5** frontend. -- cgit v1.2.3-70-g09d2 From d7473578e917b124c6b1caafcf98103bc811eb2d Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 16:38:28 +0800 Subject: feat: update roadmap in README to mark Fabric and Forge loader support as complete and add version filtering feature --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c64db3d..6f27cf4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-70-g09d2 From 2bc2c41d4a7369e0a93d77f14e6a631cfe6d9cf1 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 18:44:05 +0800 Subject: chore: Refactor code structure for improved readability and maintainability --- README.md | 2 +- assets/128x128.png | Bin 0 -> 6188 bytes assets/image.jpg | Bin 161028 -> 0 bytes assets/image.png | Bin 0 -> 161028 bytes 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 assets/128x128.png delete mode 100644 assets/image.jpg create mode 100644 assets/image.png (limited to 'README.md') diff --git a/README.md b/README.md index 6f27cf4..26e47e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the latest web and system technologies. It leverages **Tauri v2** to deliever a lightweight application with a robust **Rust** backend and a reactive **Svelte 5** frontend.
- +
## Features diff --git a/assets/128x128.png b/assets/128x128.png new file mode 100644 index 0000000..ff83086 Binary files /dev/null and b/assets/128x128.png differ diff --git a/assets/image.jpg b/assets/image.jpg deleted file mode 100644 index ddda96f..0000000 Binary files a/assets/image.jpg and /dev/null differ diff --git a/assets/image.png b/assets/image.png new file mode 100644 index 0000000..ddda96f Binary files /dev/null and b/assets/image.png differ -- cgit v1.2.3-70-g09d2 From e90ebb9ff19abbee7ad4a282c270e56769310cb7 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 18:46:00 +0800 Subject: feat: update features section in README.md to include version isolation and management --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26e47e5..7475c60 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,10 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the lates - **Cross-Platform**: Native support for **Windows**, **Linux**, and **macOS**. - **Modern UI**: Clean and responsive interface built with Svelte 5 and Tailwind CSS 4. - **Game Management**: + - Version isolation and management - Efficient asset and library downloading - - Custom Java arguments support. - -## Supported Platforms - -- [X] **Linux** `x86_64` -- [X] **macOS** `ARM64 (Apple Silicon)` -- [X] **Windows** `x86_64` -- [X] **Windows** `ARM64` + - Custom Java arguments support ## Roadmap -- cgit v1.2.3-70-g09d2