Subversion Repositories SvarDOS

Rev

Rev 1025 | Rev 1041 | 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
 
1040 mateusz.vi 6
=== ver 2022.3 (xx.xx.xxxx) ==================================================
7
 
8
 - added French translations, kindly contributed by Berki Yenigün (thraex)
9
 
1025 mateusz.vi 10
=== ver 2022.2 (04.03.2022) ==================================================
1001 mateusz.vi 11
 
1025 mateusz.vi 12
 - added support for the internal FOR command
1024 mateusz.vi 13
 - step-by-step execution of batch files (/Y)
1025 mateusz.vi 14
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
1012 mateusz.vi 15
 - fixed %var% matching within batch files to be case-insensitive
1001 mateusz.vi 16
 
17
 
988 mateusz.vi 18
=== ver 2022.1 (28.02.2022) ==================================================
957 mateusz.vi 19
 
964 mateusz.vi 20
 - added GOTO support (jumps to a labelled line within a batch file)
21
 - added CALL support (calls batch files from within batch files)
959 mateusz.vi 22
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
958 mateusz.vi 23
 - fixed batch processing with /C (was executing only first command)
983 mateusz.vi 24
 - stack overflow detection degrades gracefully by invalidating command-line
25
   history (useful if a stack-hungry TSR overflows the RMOD stack)
989 mateusz.vi 26
 - multi-lang support relies on SvarLANG.lib instead of its own routines
990 mateusz.vi 27
 - made all SvarCOM strings localizable
28
 - added partial German translations (kindly provided by Robert Riebisch)
957 mateusz.vi 29
 
30
 
580 mateuszvis 31
=== ver 2022.0 (01.02.2022) ==================================================
526 mateuszvis 32
 
571 mateuszvis 33
 - added "global executable links" support (new command: LN)
526 mateuszvis 34
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
543 mateuszvis 35
 - piping support (like dir/b | sort)
528 mateuszvis 36
 - DIR: fixed /P pagination in wide mode
542 mateuszvis 37
 - DIR: implemented /A
536 mateuszvis 38
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
537 mateuszvis 39
 - added a break handler (running application can be aborted with CTRL+C)
580 mateuszvis 40
 - DOS error messages are output to stderr
526 mateuszvis 41
 
42
 
536 mateuszvis 43
=== ver 2021.0 (24.11.2021) ==================================================
526 mateuszvis 44
 
521 mateuszvis 45
 - first public release, after roughly a month of work
46
 
47
 
48
====================================================================== EOF ===