Subversion Repositories SvarDOS

Rev

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

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