Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date

1755 — 10 February 2024

Scroll Prev Top Next More

1755.0.1

EIR

Windows 11 Printing Refinement: A-Shell/Windows and ATE now force Windows to use the traditional print dialog rather than the newfangled Windows 11 version, which isn't well suited to our purposes.

1755.0.2

Fix

Xcall MSGBOX: close a GPF loophole if four or more long tooltips specified.

1755.0.3

Fix

XTREE: in trees with multiple editable date picker cells, in some cases the second cell edited would pick up the first cell's date.

1755.0.4

EIR

EMAILX.SBX 7.0(147) refinements:

Attachment names now appear in their original case. They previously were folded lower case which may have triggered some spam filters.
The RTNADDR directive and FROM parameters can now include descriptive names, for example:

In the CFG file:

RTNADDR  =  MicroSabio HQ <admin@microsabio.com>

or as a parameter:

FROM = White House <prez@usa.gov>

Previously, only unadorned name@domain addresses were supported.

1755.0.5

EIR

EMAILX.SBX 7.0(148) refinement: a descriptive name included in the 'from' parameter or RTNADDR configuration file directive will now appear in the header seen by the recipient, if no explicit "From:" clause is included in the subroutine 'header' parameter. Previously, if not specified explicitly, the recipient would see only the unadorned version of the 'from' address, e.g. name@domain.

1755.0.6

EIR

INIX.SBX 5.1(522) enhancements:

Files without [sections] are now supported. Set 'section' parameter to "".
Spaces and tabs are now allowed between the item key and the "=". Value returned on read operation will be trimmed of leading/trailing spaces and tabs.

1755.0.7

Fix

APPEND.LIT 2.2(118): remove spurious 'Invalid Command' message prior to the /? help display.

1755.0.8

Fix

CREATE.LIT 1.0(103): add /? help support.

1755.0.9

Fix

DING.LIT 1.0(101): add /? help support.

1755.0.10

Fix

ISMUTL.LIT 1.4(145): fix help display (as missing /W).

1755.0.11

Fix

ABOUT.LIT 2.2(112): minor aesthetic adjustments to the layout.

1755.0.12

EIR

CSV2XL.SBX 2.2(293): refinement to avoid splitting a quoted field on an embedded delimiter if the field also contains pairs of matching nested quotes, e.g. "Arny "Guv" Schwarz, Esq.", ...