Subversion Repositories SvarDOS

Rev

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

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