1.51
2022-01-16
Version 1.5 document correction release:
Document "Section 6 Language Grammar" revised.
Calculator MathLib evaluation samples source codes revised (samples/ml_xxx.swift).
1.5
2022-01-14
Enhancement Release.
App document is included with the App. Do either of these to access App document:
+ launch App and press [2nd][8] key to bring up (pdf) document, or
+ pressure-press App icon and select "document" from the drop-down menu.
Please refer to App document Section 10 Release Notes for changes covered in this release.
1.42
2021-10-05
Minor user interface touch ups.
1.41
2021-10-01
interactive infiX/infiXE modes various bug fixes and dark/light mode color changes.
1.4
2021-09-20
App document is included with the app. Use:
+ launch app and press [2nd][8] key to bring up (pdf) document, or
+ pressure-press App icon and select "document" from the drop-down menu.
Release 1.4 changes are covered in App document Section 10 Release Notes.
1.3
2021-07-01
App document is included with the app. Use:
+ launch app and press [2nd][8] key to bring up (pdf) document, or
+ pressure-press App icon and select "document" from the drop-down menu.
Release 1.3 changes are covered in App document Section 10 Release Notes.
1.26
2019-01-06
Enhancements:
+ None.
BUG fixes:
+ Built-in users manual was not properly updated in apps Documents folder (a curtesy file sharing feature).
Document Changes:
+ Sections 2.4 and 2.6 clarification changes.
Note: iPad display screen is still at preliminary stage.
1.25
2018-12-17
Enhancements:
+ Built-in pdf browser full-screen status bar cover view implemented.
BUG fixes:
+ None.
Document Changes:
+ Section 2.4 editorial change.
Note: iPad display screen is still at preliminary stage.
1.22
2018-11-27
Enhancements:
+ ProgCalc built-in pdf browser "Open Document" menu item added. This feature will allow you open pdf documents on your device's local disk as well as on your iCloud disk.
BUG fixes:
+ Device rotation scrollable-display visual defects are fixed (especially impacting iPhoneX+ and iPad models).
+ iPhone device rotation keypad visual defects are fixed (impacting all iPhone models).
+ Calculator state restoration premature termination corrected. Premature termination occurred when there was no user program.
Document Changes:
+ Section 9 modified: PDF Document Browser is further described.
Note: iPad display screen is still at preliminary stage.
1.21
2018-11-19
Enhancements:
+ decimal number parsing improved.
+ compilation type-parsing error message improved.
Document Changes:
+ minor clarifications and corrections.
1.2
2018-11-15
New Features:
+ array/list/tuple indexing operators added:
+ .first, .last
+ both provide readable and writeable access.
+ array/list/tuple property operators added:
+ func isEmpty -> scalar (.true/.false)
+ func insert(expr|vexpr, index)
+ func append(expr|vexpr)
+ func remove(index)
+ func removeFirst()
+ func removeLast()
+ math library hypot(x, y) binary function added.
Changes:
+ Prog Editor: E-mail now sends attachments (previous version was sending content in e-mail body).
Document Changes (impacted sections):
+ 4.1.1 Type Declaration
+ 4.1.2 Non-Scalar Type Element Access & Indexing
+ 4.1.3 Non-Scalar Type Property Operators
+ 6.2 Operator Precedence and Associativity
+ 6.3.9 Vector (Non-Scalar) Expressions
+ 6.4 Compiled Grammar Rules
+ 7.2 list2 Operand Type Math Library Functions
+ 7.3 Math Library Binary Functions (new)
BUG fixes:
+ none
1.1
2018-11-10
New Features:
+ print() command is redesigned to support expressions as arguments. v1.0 supported only variables as arguments (refer to document sections "3.4.1 Logs" and "6.3.10 Debugging" for details).
Document changes:
+ Sections "3.4.1 Logs" and "6.3.10 Debugging" are changed.
BUG fixes:
+ Program Editor did not set "modified" status when you insert text from Math Library Browser.