Subversion Repositories SvarDOS

Rev

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

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