Subversion Repositories SvarDOS

Rev

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

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