Subversion Repositories SvarDOS

Rev

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

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