Skip to content

Releases: 24HourSupport/Automator

v1.1.1

11 Mar 16:54
Compare
Choose a tag to compare

The Automator is now signed with a digital signature, so you shouldn't get a SmartScreen warning anymore

v1.1.0

26 Nov 20:29
Compare
Choose a tag to compare

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)
  • 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)

v1.0.1

20 Oct 19:18
Compare
Choose a tag to compare

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

v1.0.0

17 Oct 22:54
Compare
Choose a tag to compare

This is the initial release of the new PyQt6 version of this program. Missing features will slowly be implemented over time