Subversion Repositories SvarDOS

Rev

Rev 571 | Rev 957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 571 Rev 580
Line 1... Line 1...
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
6
=== ver 2022.0 (xx.xx.2022) ==================================================
6
=== ver 2022.0 (01.02.2022) ==================================================
7
 
7
 
8
 - added "global executable links" support (new command: LN)
8
 - added "global executable links" support (new command: LN)
9
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
9
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
10
 - piping support (like dir/b | sort)
10
 - piping support (like dir/b | sort)
11
 - DIR: fixed /P pagination in wide mode
11
 - DIR: fixed /P pagination in wide mode
12
 - DIR: implemented /A
12
 - DIR: implemented /A
13
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
13
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
14
 - added a break handler (running application can be aborted with CTRL+C)
14
 - added a break handler (running application can be aborted with CTRL+C)
15
 - Error messages are output to stderr
15
 - DOS error messages are output to stderr
16
 
16
 
17
 
17
 
18
=== ver 2021.0 (24.11.2021) ==================================================
18
=== ver 2021.0 (24.11.2021) ==================================================
19
 
19
 
20
 - first public release, after roughly a month of work
20
 - first public release, after roughly a month of work