Releases: sandwichdoge/MinimizeToTray
Releases · sandwichdoge/MinimizeToTray
v2.4
v2.3
- Fix occasional crash when restoring last hidden window with hotkey.
- Add option to keep legacy windows in case of unexpected crash, or when user exit without restoring previously hidden windows.
- Remove Shift+Esc hotkey to exit MTT.
v2.2
- Hotkey Editor - hotkeys may be unset, except for Hide Windows hotkey.
v2.1
- We may now run MTT in command line mode. This mode is completely different from GUI mode. Intended to be run once.
- Example hiding all windows created by the process firefox.exe and its child threads:
./MinimizeToTray.exe -p firefox.exe -H
v2.0
- GUI for user to customize hotkeys. Access this GUI via MTT tray icon -> Edit Hotkeys option.
- Save configs to MTTconf.ini in executable's dir.
v1.8
- Add options tray menu
- Explicit option to restore hidden windows on exit
v1.7
- Option to close active window's parent process on Alt-F4 press
v1.6
- Handle race condition on window restore keypress spam
v1.5
- Only 1 instance of the program can be run at a time
- Restore Last Window behaves like stack
v1.4
-Fixed random crash after restoring all windows