Skip to content

Releases: wurstmineberg/systray

systray-wurstmineberg-status 2.10.0

28 Jan 23:44
3ab5539

Choose a tag to compare

If players are online on only one world, the systray tooltip now includes that world's name.

systray-wurstmineberg-status 2.9.1

28 Jan 23:32
3c774ce

Choose a tag to compare

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

18 Jan 08:24
5cc6ebf

Choose a tag to compare

  • A --menu option has been added to the launch subcommand 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 launch subcommand would remain running after Minecraft exits (or after Minecraft is launched with --no-wait).

systray-wurstmineberg-status 2.8.0

17 Jan 08:42
9e742e3

Choose a tag to compare

  • portablemc version 5 is now supported. It may be installed using cargo install portablemc-cli or from the GitHub release. Note that after upgrading from portablemc 4 or older, the .portablemc.uuid entry must be added to the Wurstmineberg config file and you must sign in again using portablemc 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

16 Jan 09:22
99b7113

Choose a tag to compare

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

04 Jul 05:04
f8d31ba

Choose a tag to compare

This release adds more details to the error message if launching Minecraft fails.

systray-wurstmineberg-status 2.6.1

04 Jul 04:58
19d7845

Choose a tag to compare

If a thread panics, the app will now attempt to show an error message rather than silently exiting.

systray-wurstmineberg-status 2.6.0

30 Jun 02:06
fd9eb2f

Choose a tag to compare

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

27 Jun 23:05
95dec48

Choose a tag to compare

This release fixes the player list always being empty.

systray-wurstmineberg-status 2.5.1

25 Jun 23:11
cdeb56e

Choose a tag to compare

This release fixes a crash on startup caused by a bugfix in the Wurstmineberg API's handling of modded worlds.