Version: | Date: | Changes: |
0.80.0.4 | 2024-04-03 | Updates the QuickHelp for the
UISTUFFHELP command. |
0.80.0.3 | 2024-04-02 | Minor tweak to FindMyWindow.cpp:
now Windows Terminal detection does not rely on the WT_SESSION environment variable. |
0.80.0.2 | 2024-03-13 | Trivial code tweaks. |
0.80.0.1 | 2024-03-13 | Minor tweaks to ForceForegroundWindow(). |
0.80.0 | 2024-01-04 | MKSC 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.3 | 2023-11-16 | The “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.4 | 2023-10-18 | Updated to the current version of
NewHelp.cpp. |
0.79.2.3 | 2023-10-13 | Tweaked ShowCmdHelp() to also report VER_PATCH . |
0.79.2.2 | 2023-10-12 | Updated the plugin’s web address. |
0.79.2 | 2023-07-25 | Updated w3ccolors.cpp to the current version. |
0.79.1 | 2023-07-21 | Updated 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.0 | 2023-06-13 | Removed all calls to QueryIsFile() to work around
around an issue in TCC v30.00.20. |
0.78.3 | 2023-05-18 | Moved SOUNDVOL ’s OSD display slightly up
and to the left. |
0.78.2 | 2023-04-18 | Now \b correctly
expands to ASCII backspace in MKSC . Updated to the latest versions of
ExpandEscapes.cpp and conlist.cpp. |
0.78.1 | 2023-04-03 | Tweaks to SOUNDVOL ’s OSD display. |
0.78.0 | 2023-02-01 | Moved 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.12 | 2023-01-02 | Minor tweaks to SOUNDVOL ’s OSD display. |
0.77.11 | 2022-12-27 | Rewrote _BROWSER for Windows 10. |
0.77.10 | 2022-12-26 | Updates and fixes for SOUNDVOL . |
0.77.9 | 2022-01-12 | Removed MKSC ’s
/X and /Y , and replaced them with /AX: and
/CX: . |
0.77.8 | 2021-12-19 | MKSC : Added
/NE to suppress many error messages. Fixed a problem with extensionless files being incorrectly included. |
0.77.7 | 2021-12-16 | MKSC : 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.6 | 2021-12-15 | Added MKSC /FH to dump the
console color palette. Renamed MKSC ’s /BK n: option to
/BH n: (think H for hue). |
0.77.5 | 2021-12-15 | Now MKSC /BK n:
can accept multiple color names, separated by commas or semicolons, to define more than one color at a time. |
0.77.2 | 2021-12-08 | MKSC : 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.1 | 2021-11-29 | MKSC and @SCINFO :
Added the ability to decode installer ‘Darwin’ ID strings, and return either a product name or a GUID. |
0.77.0 | 2021-11-26 | Removed SETTHEME , which hasn’t worked as designed since Windows 7. |
0.76.4 | 2021-11-24 | Fix for MKSC crashing
on an unknown symbolic name. |
0.76.3 | 2021-11-23 | Added /P to MKSC . |
0.76.2 | 2021-11-23 | OsdCmd.cpp version 1.0.7.2. Further code tweaks. |
0.76.1 | 2021-11-23 | Added /Y to MKSC . |
0.76.0 | 2021-11-23 | In @SCINFO ,
adding 512 to info escapifies the return string. Now all commands display help text
via ShowCmdHelp(). |
0.75.2 | 2021-07-30 | Added /X and /NZ
to MKSC . Minor tweaks to the version info resource; now the platform (x64
or x86) is included. |
0.75.1 | 2021-05-18 | INSTALLFONTS bug
fix: only save the filename to the registry, not the full pathname. Added /X . |
0.75.0 | 2021-05-18 | Removes 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. |