Releases: 24HourSupport/Automator
Releases · 24HourSupport/Automator
v1.1.1
v1.1.0
Got a few changes this time:
- Sysinfo
- "copied to the clipboard" text on finish was removed (pasting files into Discord does not work)
Note that the functionality is still there (so the file is still copied), it's just no longer displayed - the sysinfo file is now saved to
%ProgramData%\24HS-Automator\Sysinfo.txt
first and then copied to Desktop/Downloads depending on what works - the Desktop path is fetched using the Win32 API instead of assuming it's in the user folder (screw you OneDrive)
- "copied to the clipboard" text on finish was removed (pasting files into Discord does not work)
- SystemScan
- if both SFC and DISM are ran, a restart dialog is displayed when the window is closed
- Misc
- Builds are ran with
--windowed
, meaning the console is hidden by default - Logging now also prints to
%ProgramData%\24HS-Automator\log.txt
- Logging prints to stdout instead of stderr (mainly helpful for development)
- Builds are ran with
v1.0.1
This release mainly contains some small quality-of-life changes:
- When a command is ran as admin, the CMD window created is hidden completely (thanks Arron)
- The System Info window now closes when the info is exported, to prevent the user from clicking "Finish" again