Subversion Repositories SvarDOS

Rev

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

Rev 959 Rev 964
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
6
=== ver 2022.1 (xx.xx.xxxx) ==================================================
6
=== ver 2022.1 (xx.xx.xxxx) ==================================================
7
 
7
 
-
 
8
 - added GOTO support (jumps to a labelled line within a batch file)
8
 - added CALL support for calling batch files from within batch files
9
 - added CALL support (calls batch files from within batch files)
9
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
10
 - fixed batch processing with /C (was executing only first command)
11
 - fixed batch processing with /C (was executing only first command)
11
 
12
 
12
 
13
 
13
=== ver 2022.0 (01.02.2022) ==================================================
14
=== ver 2022.0 (01.02.2022) ==================================================
14
 
15
 
15
 - added "global executable links" support (new command: LN)
16
 - added "global executable links" support (new command: LN)
16
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
17
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
17
 - piping support (like dir/b | sort)
18
 - piping support (like dir/b | sort)
18
 - DIR: fixed /P pagination in wide mode
19
 - DIR: fixed /P pagination in wide mode
19
 - DIR: implemented /A
20
 - DIR: implemented /A
20
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
21
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
21
 - added a break handler (running application can be aborted with CTRL+C)
22
 - added a break handler (running application can be aborted with CTRL+C)
22
 - DOS error messages are output to stderr
23
 - DOS error messages are output to stderr
23
 
24
 
24
 
25
 
25
=== ver 2021.0 (24.11.2021) ==================================================
26
=== ver 2021.0 (24.11.2021) ==================================================
26
 
27
 
27
 - first public release, after roughly a month of work
28
 - first public release, after roughly a month of work
28
 
29
 
29
 
30
 
30
====================================================================== EOF ===
31
====================================================================== EOF ===
31
 
32