Subversion Repositories SvarDOS

Rev

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

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