Version: | Date: | Changes: |
1.4.4.5 | 2024-04-03 | Updated to NewHelp.cpp v1.0.8.14,
conlist.cpp v1.1.0.1. |
1.4.4.4 | 2023-01-04 | Updated to conlist.cpp v1.1
to better handle Ctrl-C and Ctrl-Break. |
1.4.4.3 | 2023-10-16 | Tweaked ShowCmdHelp() to include
VER_PATCH . |
1.4.4.2 | 2023-10-12 | Updated the plugin’s web address. |
1.4.4.1 | 2023-07-25 | Updated to the current version of w3ccolors.cpp. |
1.4.4 | 2023-07-21 | Updated to the current versions of conlist.cpp,
NewHelp.cpp, and ParseArgs.cpp. The Highlight
variable can now be set in the registry instead of the environment. |
1.4.3 | 2023-06-13 | Removed all calls to QueryIsFile(), to work around
an issue in TCC v30.00.20. |
1.4.1 | 2023-04-18 | Now \b correctly expands to ASCII backspace.
Updated to the latest versions of ExpandEscapes.cpp and conlist.cpp. |
1.4.0 | 2022-06-01 | Added a .CHM help file. No changes to
MKSC or @SCINFO . |
1.3.14 | 2022-01-12 | Removed /X and /Y , and
replaced them with /AX: and
/CX: . |
1.3.13 | 2021-12-18 | Added /NE to suppress many error messages. Fixed
a problem with extensionless files being incorrectly included. |
1.3.12 | 2021-12-17 | Now MKSC checks for Ctrl-C and Ctrl-Break while
dumping shortcuts. (Previously this only happened during /P pauses.) Also, MKSC now returns
errorlevel 3 for user abort; it was -3 before. |
1.3.11 | 2021-12-16 | Split /FB into /FB
(buffer info) and /FF (font info). Added /F? to list available fields. Documented the optional third
argument to /BS . |
1.3.10 | 2021-12-15 | Added /FH to dump the console palette. Renamed
/BK n: to /BH n:
(think H for hue). |
1.3.9 | 2021-12-13 | Now /BK n: can
accept multiple color names, separated by commas or semicolons, to define more than one color at a time. |
1.3.8 | 2021-12-09 | Added many new /B x:
options to set various console properties. Removed the letter field specifiers from @SCINFO . |
1.3.7 | 2021-12-08 | Reworked /N a bit. Now /NC
disables highlight, and /NT prevents canononicalizing the target filename.
Also added a semi-undocumented /N? which describes the available /N flags. |
1.3.6 | 2021-12-01 | Experimental support for reporting console
properties in both MKSC and @SCINFO .
(MKSC does not yet have support for setting console properties.) De-documented
SafeChars support and letter field values in @SCINFO . |
1.3.5 | 2021-11-29 | Added the ability to decode installer “Darwin”
strings, and return either a product name or GUID. |