Subversion Repositories SvarDOS

Rev

Rev 1140 | Rev 1147 | 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
 
1083 bttr 6
 (ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
7
 
8
 
1135 bttr 9
=== ver 2022.4 (xx.xx.202x) ==================================================
10
 
11
 - SET command: fixed upcasing of variable names with high-ASCII chars (bttr)
1140 mateusz.vi 12
 - PATH command: path is always upcased
1141 mateusz.vi 13
 - DIR command: output adapted to 40-columns screen modes
1138 mateusz.vi 14
 - tabs are accepted as command-line separators
1135 bttr 15
 
16
 
1100 mateusz.vi 17
=== ver 2022.3 (13.03.2022) ==================================================
1040 mateusz.vi 18
 
1083 bttr 19
 - fixed stdin redirection handling (was broken since 2022.1) [#44027]
20
 - only COM, EXE and BAT files are allowed for execution [#44068]
21
 - FOR command: accepts control characters as pattern delimiters [#44058]
22
 - FOR command: patterns without wildcards are processed as messages [#44058]
23
 - implemented the TRUENAME command [#44051]
1085 mateusz.vi 24
 - DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
1100 mateusz.vi 25
 - VER command: displays DOS memory location (low, HMA, ROM...) [#44050]
26
 - VER command: displays true DOS version and DOS rev (bttr) [#44050]
1083 bttr 27
 - REN command: allows renaming directory names [#44060]
1090 mateusz.vi 28
 - implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
1091 mateusz.vi 29
 - LN creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
30
 - LN ADD outputs an error message when link already exists [#44043]
1049 mateusz.vi 31
 - added Polish translations
1042 mateusz.vi 32
 - added German translations, courtesy of Robert Riebisch (bttr)
1072 mateusz.vi 33
 - added French translations, kindly contributed by Berki Yenigun (thraex)
34
 - added Turkish translations, submitted by Berki Yenigun (thraex)
1084 bttr 35
 - fixed and improved English help screens
1040 mateusz.vi 36
 
1041 mateusz.vi 37
 
1025 mateusz.vi 38
=== ver 2022.2 (04.03.2022) ==================================================
1001 mateusz.vi 39
 
1025 mateusz.vi 40
 - added support for the internal FOR command
1024 mateusz.vi 41
 - step-by-step execution of batch files (/Y)
1025 mateusz.vi 42
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
1083 bttr 43
 - fixed %var% matching within batch files to be case-insensitive [#44000]
1001 mateusz.vi 44
 
45
 
988 mateusz.vi 46
=== ver 2022.1 (28.02.2022) ==================================================
957 mateusz.vi 47
 
964 mateusz.vi 48
 - added GOTO support (jumps to a labelled line within a batch file)
49
 - added CALL support (calls batch files from within batch files)
959 mateusz.vi 50
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
958 mateusz.vi 51
 - fixed batch processing with /C (was executing only first command)
983 mateusz.vi 52
 - stack overflow detection degrades gracefully by invalidating command-line
53
   history (useful if a stack-hungry TSR overflows the RMOD stack)
989 mateusz.vi 54
 - multi-lang support relies on SvarLANG.lib instead of its own routines
990 mateusz.vi 55
 - made all SvarCOM strings localizable
56
 - added partial German translations (kindly provided by Robert Riebisch)
957 mateusz.vi 57
 
58
 
580 mateuszvis 59
=== ver 2022.0 (01.02.2022) ==================================================
526 mateuszvis 60
 
571 mateuszvis 61
 - added "global executable links" support (new command: LN)
526 mateuszvis 62
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
543 mateuszvis 63
 - piping support (like dir/b | sort)
528 mateuszvis 64
 - DIR: fixed /P pagination in wide mode
542 mateuszvis 65
 - DIR: implemented /A
536 mateuszvis 66
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
537 mateuszvis 67
 - added a break handler (running application can be aborted with CTRL+C)
580 mateuszvis 68
 - DOS error messages are output to stderr
526 mateuszvis 69
 
70
 
536 mateuszvis 71
=== ver 2021.0 (24.11.2021) ==================================================
526 mateuszvis 72
 
521 mateuszvis 73
 - first public release, after roughly a month of work
74
 
75
 
76
====================================================================== EOF ===