Subversion Repositories SvarDOS

Rev

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

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