Subversion Repositories SvarDOS

Rev

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

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