Subversion Repositories SvarDOS

Rev

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

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