Releases: wurstmineberg/systray
Releases · wurstmineberg/systray
systray-wurstmineberg-status 2.10.0
systray-wurstmineberg-status 2.9.1
This release fixes 2 bugs:
- Launching Minecraft from the system tray (as opposed to from the subcommand) wasn't working because the launcher process was being killed immediately.
- The context menu task added in version 2.9.0 was being added each time the app was launched, leading to duplicates. Updating to this version and running the app will remove the duplicates.
systray-wurstmineberg-status 2.9.0
- A
--menuoption has been added to thelaunchsubcommand to open Minecraft's main menu instead of connecting directly to Wurstmineberg. - In the taskbar and Start menu, the app now offers a task (shown when right-clicking it in the taskbar or pinned apps, or when selecting it as a search result) to open Minecraft's main menu.
- Fixed a bug introduced in version 2.7.0 where the
launchsubcommand would remain running after Minecraft exits (or after Minecraft is launched with--no-wait).
systray-wurstmineberg-status 2.8.0
- portablemc version 5 is now supported. It may be installed using
cargo install portablemc-clior from the GitHub release. Note that after upgrading from portablemc 4 or older, the.portablemc.uuidentry must be added to the Wurstmineberg config file and you must sign in again usingportablemc auth login. - The progress indicator window added in version 2.7.0 is now compatible with more types of hardware. (The GUI is now rendered using software graphics since the GPU graphics backend is known to cause graphical glitches or crashes on some hardware. Since the progress indicator window is not graphics-intensive, the performance impact should hopefully be minimal.)
systray-wurstmineberg-status 2.7.0
This release adds a basic progress indicator window that's displayed while launching Minecraft. The window can be closed to cancel the launch.
systray-wurstmineberg-status 2.6.2
This release adds more details to the error message if launching Minecraft fails.
systray-wurstmineberg-status 2.6.1
If a thread panics, the app will now attempt to show an error message rather than silently exiting.
systray-wurstmineberg-status 2.6.0
By default, the launch subcommand now waits for the Minecraft launcher to exit and forwards errors. The previous behavior can be restored using a new --no-wait command-line flag.
systray-wurstmineberg-status 2.5.2
This release fixes the player list always being empty.
systray-wurstmineberg-status 2.5.1
This release fixes a crash on startup caused by a bugfix in the Wurstmineberg API's handling of modded worlds.