Skip to content
Release history

Changelog

2 releases shipped — every feature, fix, and security improvement on the record. Latest: v2.0.0 on 2026-07-25.

Showing 2 releases matching any change

  1. v2.0.0

    2026-07-25

    Latest8 changes
    • changedRebuilt on Tauri v2 — a native Rust binary driving a Next.js static-export frontend over Tauri IPC. The Electron shell, bundled Chromium, and local HTTP API server are gone: the AppImage drops from 437 MB to 81.7 MB and the deb from 230 MB to 7.3 MB, with a ~6 MB Windows installer and ~7.5 MB macOS dmg (Intel + Apple Silicon) joining the lineup
    • addedSimple mode — MineUI now creates and runs its own vanilla Minecraft server: pick a version, set memory, accept the EULA, and it downloads the official server jar (SHA-1 verified), configures RCON, and supervises the Java process. No containers required; your installed Java is version-checked automatically against the Minecraft release you pick
    • addedDocker support alongside Podman in Advanced mode, with runtime auto-detection (Podman tried first, then Docker) and a manual override in Settings
    • addedFour selectable themes — Deepslate & Emerald (default), Phosphor Amber, Quantum Fluidity, and Soft Glass — switchable from Settings and persisted locally, with all fonts bundled offline so the app makes no runtime font requests
    • securityEvery subprocess call now uses argv arrays — no code path shells out through sh -c with interpolated strings in the mod, config-editor, or backup handlers — closing a class of shell-injection risk that existed in the v1 implementation
    • fixedPlayer join/leave history now correctly parses [Not Secure] chat-signing log lines, and TPS parsing matches Paper/Spigot's tps command output — both previously failed silently due to regex bugs
    • changedRelicensed from MIT to AGPL-3.0-only across the app, the Tauri shell, and the pure-Rust mineui-core crate (84 unit tests, 31 typed IPC commands specified in docs/v2-contract.md)
    • addedToast notifications for background actions — downloads, backups, RCON results — plus config-editor paths made relative (server.properties, config/...) and all timestamps switched to epoch milliseconds formatted by the UI
  2. v1.0.0

    2026-01-24

    4 changes
    • addedInitial release as an Electron desktop app: attach to an existing Minecraft server container via Podman, with start/stop/restart, live status (TPS, player count, version), and a streamed log viewer
    • addedPlayer management — online players, join/leave history, and one-click whitelist/op/ban/kick — plus an RCON console restricted to an allowlisted command set
    • addedMods & plugins browser with jar upload and URL download, a server.properties and config/ file editor, and world backups (create, list, restore, delete)
    • addedSystem and container metrics (CPU, memory, disk, network/block IO), with optional enrichment from the companion server-utilities mod for real TPS/MSPT and per-dimension chunk/entity counts