Subversion Repositories SvarDOS

Rev

Rev 1737 | Rev 1744 | 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
 
1714 mateusz.vi 7
=== ver 2024.2 (xx.xx.2024) ==================================================
8
 
1716 mateusz.vi 9
 - DIR command: added /O support
1725 mateusz.vi 10
 - DIR command: %DIRCMD% support
1743 mateusz.vi 11
 - DIR command: sorting is NLS-aware (uses country-specific collating)
1736 mateusz.vi 12
 - command-line parsing modified to work around a DN bug. Thanks to Robert
1743 mateusz.vi 13
   Riebisch for reporting the issue and to E. C. Masloch for locating the root
1736 mateusz.vi 14
   cause. ref: https://github.com/SvarDOS/bugz/issues/67
1737 bttr 15
 - implemented the internal LH / LOADHIGH command
1732 mateusz.vi 16
 - SET command: failure to update an env variable does not delete the variable
1736 mateusz.vi 17
 - COPY command: timestamp of copied files is preserved
1714 mateusz.vi 18
 
19
 
1728 mateusz.vi 20
=== ver 2024.1 (17.01.2024) ==================================================
1627 mateusz.vi 21
 
22
 - EDR-DOS compatibility fixes: resident module's PSP is being patched with
23
   cleared JFTs and its parent fields are rewired to SvarCOM. Many thanks to
1736 mateusz.vi 24
   E. C. Masloch (pushbx) for suggesting this.
1629 mateusz.vi 25
 - updated SvarLANG.lib to ver 20230730
1627 mateusz.vi 26
 
27
 
1202 mateusz.vi 28
=== ver 2023.1 (17.02.2023) ==================================================
29
 
30
 - improved BR translations (courtesy of Luzemario Dantes)
31
 
32
 
1178 mateusz.vi 33
=== ver 2023.0 (06.02.2023) ==================================================
34
 
35
 - added a dummy INT 0x2E handler
36
 - added BR translations (courtesy of Luzemario Dantes)
37
 
38
 
1162 mateusz.vi 39
=== ver 2022.4 (12.04.2022) ==================================================
1135 bttr 40
 
1147 bttr 41
 - SET command: fixed upcasing of var names with high-ASCII chars [#44145]
42
 - PATH command: path is always upcased [#44146]
43
 - DIR command: output adapted to 40-columns screen modes [#44153]
44
 - DIR command: make use of thousands separator for file sizes [#44151]
45
 - tabs are accepted as command-line separators (part of [#44145])
1162 mateusz.vi 46
 - PSP FCB fields of launched apps are filled with cmdline arguments [#44268]
1135 bttr 47
 
48
 
1100 mateusz.vi 49
=== ver 2022.3 (13.03.2022) ==================================================
1040 mateusz.vi 50
 
1083 bttr 51
 - fixed stdin redirection handling (was broken since 2022.1) [#44027]
52
 - only COM, EXE and BAT files are allowed for execution [#44068]
53
 - FOR command: accepts control characters as pattern delimiters [#44058]
54
 - FOR command: patterns without wildcards are processed as messages [#44058]
55
 - implemented the TRUENAME command [#44051]
1085 mateusz.vi 56
 - DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
1100 mateusz.vi 57
 - VER command: displays DOS memory location (low, HMA, ROM...) [#44050]
58
 - VER command: displays true DOS version and DOS rev (bttr) [#44050]
1083 bttr 59
 - REN command: allows renaming directory names [#44060]
1090 mateusz.vi 60
 - implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
1091 mateusz.vi 61
 - LN creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
62
 - LN ADD outputs an error message when link already exists [#44043]
1049 mateusz.vi 63
 - added Polish translations
1042 mateusz.vi 64
 - added German translations, courtesy of Robert Riebisch (bttr)
1072 mateusz.vi 65
 - added French translations, kindly contributed by Berki Yenigun (thraex)
66
 - added Turkish translations, submitted by Berki Yenigun (thraex)
1084 bttr 67
 - fixed and improved English help screens
1040 mateusz.vi 68
 
1041 mateusz.vi 69
 
1025 mateusz.vi 70
=== ver 2022.2 (04.03.2022) ==================================================
1001 mateusz.vi 71
 
1025 mateusz.vi 72
 - added support for the internal FOR command
1024 mateusz.vi 73
 - step-by-step execution of batch files (/Y)
1025 mateusz.vi 74
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
1083 bttr 75
 - fixed %var% matching within batch files to be case-insensitive [#44000]
1001 mateusz.vi 76
 
77
 
988 mateusz.vi 78
=== ver 2022.1 (28.02.2022) ==================================================
957 mateusz.vi 79
 
964 mateusz.vi 80
 - added GOTO support (jumps to a labelled line within a batch file)
81
 - added CALL support (calls batch files from within batch files)
959 mateusz.vi 82
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
958 mateusz.vi 83
 - fixed batch processing with /C (was executing only first command)
983 mateusz.vi 84
 - stack overflow detection degrades gracefully by invalidating command-line
85
   history (useful if a stack-hungry TSR overflows the RMOD stack)
989 mateusz.vi 86
 - multi-lang support relies on SvarLANG.lib instead of its own routines
990 mateusz.vi 87
 - made all SvarCOM strings localizable
88
 - added partial German translations (kindly provided by Robert Riebisch)
957 mateusz.vi 89
 
90
 
580 mateuszvis 91
=== ver 2022.0 (01.02.2022) ==================================================
526 mateuszvis 92
 
571 mateuszvis 93
 - added "global executable links" support (new command: LN)
526 mateuszvis 94
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
543 mateuszvis 95
 - piping support (like dir/b | sort)
528 mateuszvis 96
 - DIR: fixed /P pagination in wide mode
542 mateuszvis 97
 - DIR: implemented /A
536 mateuszvis 98
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
537 mateuszvis 99
 - added a break handler (running application can be aborted with CTRL+C)
580 mateuszvis 100
 - DOS error messages are output to stderr
526 mateuszvis 101
 
102
 
536 mateuszvis 103
=== ver 2021.0 (24.11.2021) ==================================================
526 mateuszvis 104
 
521 mateuszvis 105
 - first public release, after roughly a month of work
106
 
107
 
108
====================================================================== EOF ===