Rev 1049 | Rev 1055 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
=== SvarCOM's history / changelog ===
=== ver 2022.3 (xx.xx.xxxx) ==================================================
- fixed stdin redirection handling (was broken since 2022.1)
- FOR command accepts control characters as pattern delimiters
- implemented the TRUENAME command
- ln creates %DOSDIR%\LINKS directory when needed and warns on error
- ln add outputs an error message when link already exists
- added Polish translations
- added German translations, courtesy of Robert Riebisch (bttr)
- added French translations, kindly contributed by Berki Yenigün (thraex)
- added Turkish translations, submitted by Berki Yenigün (thraex)
=== ver 2022.2 (04.03.2022) ==================================================
- added support for the internal FOR command
- step-by-step execution of batch files (/Y)
- fixed parsing of /C and /K arguments that was leading to spurious warnings
- fixed %var% matching within batch files to be case-insensitive
=== ver 2022.1 (28.02.2022) ==================================================
- added GOTO support (jumps to a labelled line within a batch file)
- added CALL support (calls batch files from within batch files)
- DOS errors are output to stdout, and also to stderr if stdout is redirected
- fixed batch processing with /C (was executing only first command)
- stack overflow detection degrades gracefully by invalidating command-line
history (useful if a stack-hungry TSR overflows the RMOD stack)
- multi-lang support relies on SvarLANG.lib instead of its own routines
- made all SvarCOM strings localizable
- added partial German translations (kindly provided by Robert Riebisch)
=== ver 2022.0 (01.02.2022) ==================================================
- added "global executable links" support (new command: LN)
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
- piping support (like dir/b | sort)
- DIR: fixed /P pagination in wide mode
- DIR: implemented /A
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
- added a break handler (running application can be aborted with CTRL+C)
- DOS error messages are output to stderr
=== ver 2021.0 (24.11.2021) ==================================================
- first public release, after roughly a month of work
====================================================================== EOF ===