Discover

Topics

Free42

Free42 version history

‹ General Info
Version 1.5.7
Updated 8 years ago
Version 1.5.5
Updated 8 years ago
Version 3.1.5
Updated 1 month ago
Changelog Direct command mapping now supports alternate mappings for ALPHA mode.
Version 3.1.4a
Updated 2 months ago
Changelog Android version: Support for external keyboards; fixed Alt-key handling.
Version 3.1.2b
Updated 4 months ago
Changelog Fixed file access for Android >= 11.
Version 3.1.2
Updated 5 months ago
Changelog CSLD? did not handle intervening XEQ/RTN. Fixed.

FUNC did not detect previous FUNC/LNSTK/L4STK. Fixed.
Version 3.1.1
Updated 5 months ago
Changelog In the matrix / list editor (EDIT and EDITN), GOTO would prompt for a column even when editing a list, and any column number other than 1 would cause an error. Lists are one-dimensional, so the user should only be asked for a row. Fixed.
Version 3.1
Updated 5 months ago
Changelog EDIT, EDITN, and INDEX now support editing lists, nested lists, empty lists, and matrices within lists. See the Free42 web site for details.

FUNC now hides the caller's RPN stack, so functions like CLST and R↓ can be used safely.

User-defined functions can now be made to support 'stack lift disable' properly. This is automatic with FUNC, and supported by CSLD? for other functions.

Fixed potential overflows in intermediaries in FNRM and UVEC.

Fixed parameter bounds check in PIXEL.
Version 3.0.21
Updated 8 months ago
Changelog INPUT would crash if R/S was pressed while the stack was empty, in NSTK mode. Fixed.

ANUM would consider a decimal point or comma by itself as zero, instead of ignoring it. Fixed.

EDIT, EDITN, and INDEX didn't clear flags 76 and 77 (matrix edge wrap and end wrap), while they should. Fixed.

Decimal version: In HMS+ and HMS-, fixed handling of cases where either or both of the arguments has a number of minutes or seconds >= 60. (The binary version did not have this bug.)
Version 3.0.20
Updated 1 year ago
Changelog Changed Σ+/Σ- so that, in NSTK mode, they will accept a single real argument, assuming Y=0 in that case.

Tuned TONE frequencies to A440 scale.