521 |
mateuszvis |
1 |
|
|
|
2 |
|
|
|
3 |
=== SvarCOM's history / changelog ===
|
|
|
4 |
|
|
|
5 |
|
1040 |
mateusz.vi |
6 |
=== ver 2022.3 (xx.xx.xxxx) ==================================================
|
|
|
7 |
|
1042 |
mateusz.vi |
8 |
- fixed stdin redirection handling (was broken since 2022.1)
|
1055 |
mateusz.vi |
9 |
- FOR command: accepts control characters as pattern delimiters
|
|
|
10 |
- FOR command: patterns without wildcards are processed as messages
|
1045 |
mateusz.vi |
11 |
- implemented the TRUENAME command
|
1056 |
mateusz.vi |
12 |
- VER command: displays DOS revision and memory area location
|
1057 |
mateusz.vi |
13 |
- REN command: allows renaming directory names
|
1044 |
mateusz.vi |
14 |
- ln creates %DOSDIR%\LINKS directory when needed and warns on error
|
1046 |
mateusz.vi |
15 |
- ln add outputs an error message when link already exists
|
1049 |
mateusz.vi |
16 |
- added Polish translations
|
1042 |
mateusz.vi |
17 |
- added German translations, courtesy of Robert Riebisch (bttr)
|
1040 |
mateusz.vi |
18 |
- added French translations, kindly contributed by Berki Yenigün (thraex)
|
1047 |
mateusz.vi |
19 |
- added Turkish translations, submitted by Berki Yenigün (thraex)
|
1040 |
mateusz.vi |
20 |
|
1041 |
mateusz.vi |
21 |
|
1025 |
mateusz.vi |
22 |
=== ver 2022.2 (04.03.2022) ==================================================
|
1001 |
mateusz.vi |
23 |
|
1025 |
mateusz.vi |
24 |
- added support for the internal FOR command
|
1024 |
mateusz.vi |
25 |
- step-by-step execution of batch files (/Y)
|
1025 |
mateusz.vi |
26 |
- fixed parsing of /C and /K arguments that was leading to spurious warnings
|
1012 |
mateusz.vi |
27 |
- fixed %var% matching within batch files to be case-insensitive
|
1001 |
mateusz.vi |
28 |
|
|
|
29 |
|
988 |
mateusz.vi |
30 |
=== ver 2022.1 (28.02.2022) ==================================================
|
957 |
mateusz.vi |
31 |
|
964 |
mateusz.vi |
32 |
- added GOTO support (jumps to a labelled line within a batch file)
|
|
|
33 |
- added CALL support (calls batch files from within batch files)
|
959 |
mateusz.vi |
34 |
- DOS errors are output to stdout, and also to stderr if stdout is redirected
|
958 |
mateusz.vi |
35 |
- fixed batch processing with /C (was executing only first command)
|
983 |
mateusz.vi |
36 |
- stack overflow detection degrades gracefully by invalidating command-line
|
|
|
37 |
history (useful if a stack-hungry TSR overflows the RMOD stack)
|
989 |
mateusz.vi |
38 |
- multi-lang support relies on SvarLANG.lib instead of its own routines
|
990 |
mateusz.vi |
39 |
- made all SvarCOM strings localizable
|
|
|
40 |
- added partial German translations (kindly provided by Robert Riebisch)
|
957 |
mateusz.vi |
41 |
|
|
|
42 |
|
580 |
mateuszvis |
43 |
=== ver 2022.0 (01.02.2022) ==================================================
|
526 |
mateuszvis |
44 |
|
571 |
mateuszvis |
45 |
- added "global executable links" support (new command: LN)
|
526 |
mateuszvis |
46 |
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
|
543 |
mateuszvis |
47 |
- piping support (like dir/b | sort)
|
528 |
mateuszvis |
48 |
- DIR: fixed /P pagination in wide mode
|
542 |
mateuszvis |
49 |
- DIR: implemented /A
|
536 |
mateuszvis |
50 |
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
|
537 |
mateuszvis |
51 |
- added a break handler (running application can be aborted with CTRL+C)
|
580 |
mateuszvis |
52 |
- DOS error messages are output to stderr
|
526 |
mateuszvis |
53 |
|
|
|
54 |
|
536 |
mateuszvis |
55 |
=== ver 2021.0 (24.11.2021) ==================================================
|
526 |
mateuszvis |
56 |
|
521 |
mateuszvis |
57 |
- first public release, after roughly a month of work
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
====================================================================== EOF ===
|