v0.8.0
New Features
-
Add support for running processes on launcher shutdown
To make use of this feature, add
shutdownProcessesto your [settings file]. It has the same format
as startup processes. -
Check for updates to the launcher in addition to checking for game updates
Defaults to on but can be disabled by setting
checkForLauncherUpdatestofalsein your
[settings file]. This is mainly to inform users of security related updates.
Enhancements
- When using the restart feature, pressing
<space>will immediately restart instead of having to wait
for the timeout to finish
Breaking changes
- Removed support for reading from STDIN. This will affect linux users launching via legendary.
-
Instead of piping legendary's arguments into min-ed-launcher, use command substitution instead
WINEPREFIX=/your/wine/prefix /path/to/MinEdLauncher $(legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2>&1 | grep "Launch parameters" | cut -d':' -f 3-) /autorun /edh4 /autoquit
-
Security
- Address [CVE-2023-21808] by building with latest version of .net SDK (7.0.200)
Bug Fixes
- Fixed an issue where the launcher would hang because no data was available in STDIN.