Subversion Repositories SvarDOS

Rev

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

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