Min2Tray Changelog

What's new in Min2Tray 1.7.10 Beta 2

Feb 6, 2018
  • Hotkey for shading a.k.a. roll up of window integrated
  • Hotkey for NoTaskbarButton integrated
  • Refactored code introducing function f_CheckButton() with many case distinctions for the different versions of windows

New in Min2Tray 1.7.9 (Feb 6, 2018)

  • New feature: use right mouse click on the close button of the window's titlebar to minimize it. this is not totally foolproof as we assume that the close button is always in the upper rightmost corner of the window, but then, who has a different setup on windows, anyways [thx franc]
  • Added check for presence of 2-button mouse (Mac, anyone? :-)
  • From the path where <name.exe> is located use <name.ico> (if existing) as tray icon of the minimized window [thx franc]
  • Fixed bugs with middle mouse click behaviour on titlebar and on desktop if no window is visible
  • Replaced functions f_SubstEvilClass(), f_FindFile() and subroutine h_ChangeIcon by much faster routines from Forms Framework v0.8 by majkinetor (New BSD and GPLv2 licenses), see: <http://code.google.com/p/mm-autohotkey/> [thx majkinetor]
  • Removed option to add an application's window to "evil class" substitution list. superseded by new f_GetOwnerOrSelf() function that replaces f_SubstEvilClass()
  • Renamed Opt-Out/Opt-In modes to Blacklist/Whitelist modes
  • Min2Tray.exe compiled with AutoHotkey v1.0.48.05