Subversion Repositories SvarDOS

Rev

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