521 |
mateuszvis |
1 |
|
|
|
2 |
|
|
|
3 |
=== SvarCOM's history / changelog ===
|
|
|
4 |
|
|
|
5 |
|
957 |
mateusz.vi |
6 |
=== ver 2022.1 (xx.xx.xxxx) ==================================================
|
|
|
7 |
|
964 |
mateusz.vi |
8 |
- added GOTO support (jumps to a labelled line within a batch file)
|
|
|
9 |
- added CALL support (calls batch files from within batch files)
|
959 |
mateusz.vi |
10 |
- DOS errors are output to stdout, and also to stderr if stdout is redirected
|
958 |
mateusz.vi |
11 |
- fixed batch processing with /C (was executing only first command)
|
975 |
mateusz.vi |
12 |
- multi-lang support relies on SvarLANG.lib instead of its own routines
|
983 |
mateusz.vi |
13 |
- stack overflow detection degrades gracefully by invalidating command-line
|
|
|
14 |
history (useful if a stack-hungry TSR overflows the RMOD stack)
|
987 |
mateusz.vi |
15 |
- added German translations (kindly provided by Robert Riebisch)
|
957 |
mateusz.vi |
16 |
|
|
|
17 |
|
580 |
mateuszvis |
18 |
=== ver 2022.0 (01.02.2022) ==================================================
|
526 |
mateuszvis |
19 |
|
571 |
mateuszvis |
20 |
- added "global executable links" support (new command: LN)
|
526 |
mateuszvis |
21 |
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
|
543 |
mateuszvis |
22 |
- piping support (like dir/b | sort)
|
528 |
mateuszvis |
23 |
- DIR: fixed /P pagination in wide mode
|
542 |
mateuszvis |
24 |
- DIR: implemented /A
|
536 |
mateuszvis |
25 |
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
|
537 |
mateuszvis |
26 |
- added a break handler (running application can be aborted with CTRL+C)
|
580 |
mateuszvis |
27 |
- DOS error messages are output to stderr
|
526 |
mateuszvis |
28 |
|
|
|
29 |
|
536 |
mateuszvis |
30 |
=== ver 2021.0 (24.11.2021) ==================================================
|
526 |
mateuszvis |
31 |
|
521 |
mateuszvis |
32 |
- first public release, after roughly a month of work
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
====================================================================== EOF ===
|