Subversion Repositories SvarDOS

Rev

Rev 957 | Rev 959 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
521 mateuszvis 1
 
2
 
3
                    === SvarCOM's history / changelog ===
4
 
5
 
957 mateusz.vi 6
=== ver 2022.1 (xx.xx.xxxx) ==================================================
7
 
8
 - added CALL support for calling batch files from within batch files
958 mateusz.vi 9
 - fixed batch processing with /C (was executing only first command)
957 mateusz.vi 10
 
11
 
580 mateuszvis 12
=== ver 2022.0 (01.02.2022) ==================================================
526 mateuszvis 13
 
571 mateuszvis 14
 - added "global executable links" support (new command: LN)
526 mateuszvis 15
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
543 mateuszvis 16
 - piping support (like dir/b | sort)
528 mateuszvis 17
 - DIR: fixed /P pagination in wide mode
542 mateuszvis 18
 - DIR: implemented /A
536 mateuszvis 19
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
537 mateuszvis 20
 - added a break handler (running application can be aborted with CTRL+C)
580 mateuszvis 21
 - DOS error messages are output to stderr
526 mateuszvis 22
 
23
 
536 mateuszvis 24
=== ver 2021.0 (24.11.2021) ==================================================
526 mateuszvis 25
 
521 mateuszvis 26
 - first public release, after roughly a month of work
27
 
28
 
29
====================================================================== EOF ===