2024-05-28: release 1.1.12
* Fixed handling of °C and °F return values in numeric solver.
* Android version: Fixed crash for certain unrecognized key codes from
Bluetooth keyboards.
2024-05-21: release 1.1.11
* Implemented LL(NAME:VALUE:EXPR). This creates a local variable and executes
one or more expressions while the local variable is in scope.
* Fixed parameter visibility issues in Σ() and ∫().
2024-05-15: release 1.1.10a (Android, iOS, and MacOS)
* PSE could halt program execution if it was used right after TONE or BEEP.
Fixed.
2024-04-24: release 1.1.10
* Fixed ALPHA pasting during command entry.
* Fixed MODES and DISP menus in EQN list view.
* Equation editor: fixed handling of direct-mapped "%" and "PI".
2024-03-30: release 1.1.9
* Now recognizing comment delimiters '@' and ';' for program pasting.
* More accurate complex ASIN/ASINH.
2024-03-26: release 1.1.8
* Accuracy improvements for C.LN1+X, and complex LN, ATAN, and ATANH.
2024-03-25: release 1.1.7
* EDIT and EDITN, when editing lists, would not display the current element
index correctly in 1LINE mode. Fixed.
2024-03-22: release 1.1.6b (iOS, Windows, and MacOS)
* Windows version: Fixed display flicker using buffered painting.
* iOS and MacOS versions: Changed skin loader to use WKWebView.
2024-03-21: release 1.1.6a (Windows only)
* Reduced display blurriness when the main window is resized.
2024-03-18: release 1.1.6
* Fixed keyboard mapping bug in the equation editor. This bug was caused by the
alternate direct command mapping changes in 1.1.5.