Skip to content

Commit f8d24a2

Browse files
committed
release: v1.1.0
1 parent 97f4fa0 commit f8d24a2

25 files changed

+2360
-548
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ crash-reports/
6969
.Trashes
7070
ehthumbs.db
7171
Thumbs.db
72+
*.lnk
7273

7374
# Temporary files
7475
*.tmp

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
| Platform | Download |
3333
|:--------:|:---------|
34-
| **Windows** | [📦 Download Installer (.exe)](https://github.com/CalaKuad1/Minecraft-Local-Server-GUI/releases/latest/download/Minecraft.Local.Server.GUI.Setup.1.0.1.exe) |
34+
| **Windows** | [📦 Download Installer (.exe)](https://github.com/CalaKuad1/Minecraft-Local-Server-GUI/releases/latest/download/Minecraft%20Local%20Server%20GUI%20Setup%201.1.0.exe) |
3535

3636
> **Note:** The app automatically downloads and manages Java for you. Just install and play!
3737
@@ -70,6 +70,16 @@
7070
- **Local IP display** — Easy LAN connection for friends
7171
- **Quick command input** — Send commands from dashboard
7272

73+
### 🧩 Mods
74+
- **Mod search & install** — browse mods and install them in one click
75+
- **Installed mods list** — see what is currently installed
76+
- **Smart warning for non-modded servers** — Vanilla/Paper show a hint to install a mod loader (Setup Wizard)
77+
78+
### 🌍 Worlds & Backups
79+
- **World list** with last modified time
80+
- **Fast loading** — world sizes are computed in the background and cached
81+
- **One-click backups** — create ZIP backups and keep them inside your server folder
82+
7383
</td>
7484
<td width="50%">
7585

@@ -79,6 +89,11 @@
7989
- **RAM allocation** — Customize min/max memory per server
8090
- **Player management** — Op, ban, whitelist with one click
8191

92+
### 👥 Players
93+
- **Accurate online players** — player counter is tracked from server logs and `/list`
94+
- **Cleaner console** — internal `/list` output is hidden from the console UI
95+
- **Faster refresh** — avoids full UI reloads during periodic updates
96+
8297
</td>
8398
</tr>
8499
</table>
@@ -134,7 +149,7 @@ npm run dev
134149
```bash
135150
cd electron-app
136151
npm run electron:build
137-
# Output: electron-app/release/Minecraft Local Server GUI Setup 1.0.0.exe
152+
# Output: electron-app/release/Minecraft Local Server GUI Setup 1.1.0.exe
138153
```
139154

140155
---
@@ -168,6 +183,12 @@ For **LAN**: Share the Local IP shown in the dashboard.
168183
For **Internet**: Use a tunneling service like [playit.gg](https://playit.gg) (recommended) or configure port forwarding on your router.
169184
</details>
170185

186+
<details>
187+
<summary><strong>Is the UI available in English?</strong></summary>
188+
189+
Yes — the app UI and system messages are in **English**.
190+
</details>
191+
171192
<details>
172193
<summary><strong>Where are my servers stored?</strong></summary>
173194

0 commit comments

Comments
 (0)