1 |
|
1 |
|
2 |
|
2 |
|
3 |
=== SvarCOM's history / changelog ===
|
3 |
=== SvarCOM's history / changelog ===
|
4 |
|
4 |
|
5 |
|
5 |
|
6 |
(ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
|
6 |
(ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
|
7 |
|
7 |
|
8 |
|
8 |
|
9 |
=== ver 2022.4 (xx.xx.202x) ==================================================
|
9 |
=== ver 2022.4 (xx.xx.202x) ==================================================
|
10 |
|
10 |
|
11 |
- SET command: fixed upcasing of variable names with high-ASCII chars (bttr)
|
11 |
- SET command: fixed upcasing of variable names with high-ASCII chars (bttr)
|
12 |
- PATH command: path is always upcased
|
12 |
- PATH command: path is always upcased
|
- |
|
13 |
- DIR command: output adapted to 40-columns screen modes
|
13 |
- tabs are accepted as command-line separators
|
14 |
- tabs are accepted as command-line separators
|
14 |
|
15 |
|
15 |
|
16 |
|
16 |
=== ver 2022.3 (13.03.2022) ==================================================
|
17 |
=== ver 2022.3 (13.03.2022) ==================================================
|
17 |
|
18 |
|
18 |
- fixed stdin redirection handling (was broken since 2022.1) [#44027]
|
19 |
- fixed stdin redirection handling (was broken since 2022.1) [#44027]
|
19 |
- only COM, EXE and BAT files are allowed for execution [#44068]
|
20 |
- only COM, EXE and BAT files are allowed for execution [#44068]
|
20 |
- FOR command: accepts control characters as pattern delimiters [#44058]
|
21 |
- FOR command: accepts control characters as pattern delimiters [#44058]
|
21 |
- FOR command: patterns without wildcards are processed as messages [#44058]
|
22 |
- FOR command: patterns without wildcards are processed as messages [#44058]
|
22 |
- implemented the TRUENAME command [#44051]
|
23 |
- implemented the TRUENAME command [#44051]
|
23 |
- DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
|
24 |
- DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
|
24 |
- VER command: displays DOS memory location (low, HMA, ROM...) [#44050]
|
25 |
- VER command: displays DOS memory location (low, HMA, ROM...) [#44050]
|
25 |
- VER command: displays true DOS version and DOS rev (bttr) [#44050]
|
26 |
- VER command: displays true DOS version and DOS rev (bttr) [#44050]
|
26 |
- REN command: allows renaming directory names [#44060]
|
27 |
- REN command: allows renaming directory names [#44060]
|
27 |
- implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
|
28 |
- implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
|
28 |
- LN creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
|
29 |
- LN creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
|
29 |
- LN ADD outputs an error message when link already exists [#44043]
|
30 |
- LN ADD outputs an error message when link already exists [#44043]
|
30 |
- added Polish translations
|
31 |
- added Polish translations
|
31 |
- added German translations, courtesy of Robert Riebisch (bttr)
|
32 |
- added German translations, courtesy of Robert Riebisch (bttr)
|
32 |
- added French translations, kindly contributed by Berki Yenigun (thraex)
|
33 |
- added French translations, kindly contributed by Berki Yenigun (thraex)
|
33 |
- added Turkish translations, submitted by Berki Yenigun (thraex)
|
34 |
- added Turkish translations, submitted by Berki Yenigun (thraex)
|
34 |
- fixed and improved English help screens
|
35 |
- fixed and improved English help screens
|
35 |
|
36 |
|
36 |
|
37 |
|
37 |
=== ver 2022.2 (04.03.2022) ==================================================
|
38 |
=== ver 2022.2 (04.03.2022) ==================================================
|
38 |
|
39 |
|
39 |
- added support for the internal FOR command
|
40 |
- added support for the internal FOR command
|
40 |
- step-by-step execution of batch files (/Y)
|
41 |
- step-by-step execution of batch files (/Y)
|
41 |
- fixed parsing of /C and /K arguments that was leading to spurious warnings
|
42 |
- fixed parsing of /C and /K arguments that was leading to spurious warnings
|
42 |
- fixed %var% matching within batch files to be case-insensitive [#44000]
|
43 |
- fixed %var% matching within batch files to be case-insensitive [#44000]
|
43 |
|
44 |
|
44 |
|
45 |
|
45 |
=== ver 2022.1 (28.02.2022) ==================================================
|
46 |
=== ver 2022.1 (28.02.2022) ==================================================
|
46 |
|
47 |
|
47 |
- added GOTO support (jumps to a labelled line within a batch file)
|
48 |
- added GOTO support (jumps to a labelled line within a batch file)
|
48 |
- added CALL support (calls batch files from within batch files)
|
49 |
- added CALL support (calls batch files from within batch files)
|
49 |
- DOS errors are output to stdout, and also to stderr if stdout is redirected
|
50 |
- DOS errors are output to stdout, and also to stderr if stdout is redirected
|
50 |
- fixed batch processing with /C (was executing only first command)
|
51 |
- fixed batch processing with /C (was executing only first command)
|
51 |
- stack overflow detection degrades gracefully by invalidating command-line
|
52 |
- stack overflow detection degrades gracefully by invalidating command-line
|
52 |
history (useful if a stack-hungry TSR overflows the RMOD stack)
|
53 |
history (useful if a stack-hungry TSR overflows the RMOD stack)
|
53 |
- multi-lang support relies on SvarLANG.lib instead of its own routines
|
54 |
- multi-lang support relies on SvarLANG.lib instead of its own routines
|
54 |
- made all SvarCOM strings localizable
|
55 |
- made all SvarCOM strings localizable
|
55 |
- added partial German translations (kindly provided by Robert Riebisch)
|
56 |
- added partial German translations (kindly provided by Robert Riebisch)
|
56 |
|
57 |
|
57 |
|
58 |
|
58 |
=== ver 2022.0 (01.02.2022) ==================================================
|
59 |
=== ver 2022.0 (01.02.2022) ==================================================
|
59 |
|
60 |
|
60 |
- added "global executable links" support (new command: LN)
|
61 |
- added "global executable links" support (new command: LN)
|
61 |
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
|
62 |
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
|
62 |
- piping support (like dir/b | sort)
|
63 |
- piping support (like dir/b | sort)
|
63 |
- DIR: fixed /P pagination in wide mode
|
64 |
- DIR: fixed /P pagination in wide mode
|
64 |
- DIR: implemented /A
|
65 |
- DIR: implemented /A
|
65 |
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
|
66 |
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
|
66 |
- added a break handler (running application can be aborted with CTRL+C)
|
67 |
- added a break handler (running application can be aborted with CTRL+C)
|
67 |
- DOS error messages are output to stderr
|
68 |
- DOS error messages are output to stderr
|
68 |
|
69 |
|
69 |
|
70 |
|
70 |
=== ver 2021.0 (24.11.2021) ==================================================
|
71 |
=== ver 2021.0 (24.11.2021) ==================================================
|
71 |
|
72 |
|
72 |
- first public release, after roughly a month of work
|
73 |
- first public release, after roughly a month of work
|
73 |
|
74 |
|
74 |
|
75 |
|
75 |
====================================================================== EOF ===
|
76 |
====================================================================== EOF ===
|
76 |
|
77 |
|