Subversion Repositories SvarDOS

Rev

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

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