Changes:


Version:Date:Changes:
0.80.0.42024-04-03Updates the QuickHelp for the UISTUFFHELP command.
0.80.0.32024-04-02Minor tweak to FindMyWindow.cpp: now Windows Terminal detection does not rely on the WT_SESSION environment variable.
0.80.0.22024-03-13Trivial code tweaks.
0.80.0.12024-03-13Minor tweaks to ForceForegroundWindow().
0.80.02024-01-04MKSC updated to use conlist.cpp v1.1 to better support Ctrl-C and Ctrl-Break. SETFOCUS updated to use FindMyWindow.cpp; now it recognizes Windows Terminal.
0.79.32023-11-16The “Plugin not loaded” message is no longer shown in transient or pipe shells. When it is shown, it now includes the plugin’s name.
0.79.2.42023-10-18Updated to the current version of NewHelp.cpp.
0.79.2.32023-10-13Tweaked ShowCmdHelp() to also report VER_PATCH.
0.79.2.22023-10-12Updated the plugin’s web address.
0.79.22023-07-25Updated w3ccolors.cpp to the current version.
0.79.12023-07-21Updated OsdCmd.cpp and conlist.cpp. Rearranged code to make UISTUFFHELP /V more informative. Other minor code tweaks. Removed FTP download link from the docs.
0.79.02023-06-13Removed all calls to QueryIsFile() to work around around an issue in TCC v30.00.20.
0.78.32023-05-18Moved SOUNDVOL’s OSD display slightly up and to the left.
0.78.22023-04-18Now \b correctly expands to ASCII backspace in MKSC. Updated to the latest versions of ExpandEscapes.cpp and conlist.cpp.
0.78.12023-04-03Tweaks to SOUNDVOL’s OSD display.
0.78.02023-02-01Moved all the sound volume stuff out to SoundVol.cpp. The volume and mute variables are now _VOLUME and _MUTE respectively. _SOUNDVOL and _MUTED are retained for backward compatibility, but deprecated.
0.77.122023-01-02Minor tweaks to SOUNDVOL’s OSD display.
0.77.112022-12-27Rewrote _BROWSER for Windows 10.
0.77.102022-12-26Updates and fixes for SOUNDVOL.
0.77.92022-01-12Removed MKSC’s /X and /Y, and replaced them with /AX: and /CX:.
0.77.82021-12-19MKSC: Added /NE to suppress many error messages. Fixed a problem with extensionless files being incorrectly included.
0.77.72021-12-16MKSC: Split /FB into /FB (buffer info) and /FF (font info). Added /F? to list available fields. Documented the optional third argument to /BS.
0.77.62021-12-15Added MKSC /FH to dump the console color palette. Renamed MKSC’s /BKn: option to /BHn: (think H for hue).
0.77.52021-12-15Now MKSC /BKn: can accept multiple color names, separated by commas or semicolons, to define more than one color at a time.
0.77.22021-12-08MKSC: Reworked /N a bit. Now /NC disables highlighting, and /NT prevents canononicalizing the target filename. Also added a semi-undocumented /N? which describes the available /N flags.
0.77.12021-11-29MKSC and @SCINFO: Added the ability to decode installer ‘Darwin’ ID strings, and return either a product name or a GUID.
0.77.02021-11-26Removed SETTHEME, which hasn’t worked as designed since Windows 7.
0.76.42021-11-24Fix for MKSC crashing on an unknown symbolic name.
0.76.32021-11-23Added /P to MKSC.
0.76.22021-11-23OsdCmd.cpp version 1.0.7.2. Further code tweaks.
0.76.12021-11-23Added /Y to MKSC.
0.76.02021-11-23In @SCINFO, adding 512 to info escapifies the return string. Now all commands display help text via ShowCmdHelp().
0.75.22021-07-30Added /X and /NZ to MKSC. Minor tweaks to the version info resource; now the platform (x64 or x86) is included.
0.75.12021-05-18INSTALLFONTS bug fix: only save the filename to the registry, not the full pathname. Added /X.
0.75.02021-05-18Removes STARTPIN and TASKBARPIN, which haven’t worked since Windows Vista. (Thanks, Microsoft!) Adds INSTALLFONTS. Changed the .DLL filenames; now the 32-bit build is UIStuff-x86.dll, and the 64-bit version is UIStuff.dll. Newer version of the OSD code. Various other tweaks and updates.