Subversion Repositories SvarDOS

Rev

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

Rev 988 Rev 989
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
6
=== ver 2022.1 (28.02.2022) ==================================================
6
=== ver 2022.1 (28.02.2022) ==================================================
7
 
7
 
8
 - added GOTO support (jumps to a labelled line within a batch file)
8
 - added GOTO support (jumps to a labelled line within a batch file)
9
 - added CALL support (calls batch files from within batch files)
9
 - added CALL support (calls batch files from within batch files)
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
11
 - fixed batch processing with /C (was executing only first command)
11
 - fixed batch processing with /C (was executing only first command)
12
 - multi-lang support relies on SvarLANG.lib instead of its own routines
-
 
13
 - stack overflow detection degrades gracefully by invalidating command-line
12
 - stack overflow detection degrades gracefully by invalidating command-line
14
   history (useful if a stack-hungry TSR overflows the RMOD stack)
13
   history (useful if a stack-hungry TSR overflows the RMOD stack)
-
 
14
 - multi-lang support relies on SvarLANG.lib instead of its own routines
-
 
15
 - made many more strings localizable (80% of messages ready for translation)
15
 - added German translations (kindly provided by Robert Riebisch)
16
 - added German translations (kindly provided by Robert Riebisch)
16
 
17
 
17
 
18
 
18
=== ver 2022.0 (01.02.2022) ==================================================
19
=== ver 2022.0 (01.02.2022) ==================================================
19
 
20
 
20
 - added "global executable links" support (new command: LN)
21
 - added "global executable links" support (new command: LN)
21
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
22
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
22
 - piping support (like dir/b | sort)
23
 - piping support (like dir/b | sort)
23
 - DIR: fixed /P pagination in wide mode
24
 - DIR: fixed /P pagination in wide mode
24
 - DIR: implemented /A
25
 - DIR: implemented /A
25
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
26
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
26
 - added a break handler (running application can be aborted with CTRL+C)
27
 - added a break handler (running application can be aborted with CTRL+C)
27
 - DOS error messages are output to stderr
28
 - DOS error messages are output to stderr
28
 
29
 
29
 
30
 
30
=== ver 2021.0 (24.11.2021) ==================================================
31
=== ver 2021.0 (24.11.2021) ==================================================
31
 
32
 
32
 - first public release, after roughly a month of work
33
 - first public release, after roughly a month of work
33
 
34
 
34
 
35
 
35
====================================================================== EOF ===
36
====================================================================== EOF ===
36
 
37