Subversion Repositories SvarDOS

Rev

Rev 1057 | Rev 1073 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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