Skip to content

Releases: sandwichdoge/MinimizeToTray

v2.4

10 Dec 04:54
0685549
Compare
Choose a tag to compare
  • Support language setting
  • Add option to return focus to restored windows

v2.3

22 Nov 13:22
Compare
Choose a tag to compare
  • 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

15 Nov 09:28
Compare
Choose a tag to compare
  • Hotkey Editor - hotkeys may be unset, except for Hide Windows hotkey.

v2.1

02 Sep 06:51
Compare
Choose a tag to compare
  • 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

29 Aug 17:05
Compare
Choose a tag to compare
  • 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

22 Apr 05:36
08d3c63
Compare
Choose a tag to compare
  • Add options tray menu
  • Explicit option to restore hidden windows on exit

v1.7

25 Feb 07:23
ab47e71
Compare
Choose a tag to compare
  • Option to close active window's parent process on Alt-F4 press

v1.6

29 Nov 13:22
b8b6771
Compare
Choose a tag to compare
  • Handle race condition on window restore keypress spam

v1.5

21 Sep 22:04
0f2af71
Compare
Choose a tag to compare
  • Only 1 instance of the program can be run at a time
  • Restore Last Window behaves like stack

v1.4

26 Apr 16:43
a10e2da
Compare
Choose a tag to compare

-Fixed random crash after restoring all windows