You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fixes:
- CHS removes negative sign instead of putting a + sign
- Fix crash when applying decimal functions to negative values (#101)
- Use default formatting when saving calculator state
- Repair rendering of FIX, SCI and ENG on the stack (#100)
- Fixes the selection of the editor's displayed rows and columns (#98, #99)
- Remove premature "too many digits" error message for decimal128 (#97)
- Do not terminate editing for self-inserting menus such as `#` (#96)
- Show B cursor for all base-36 digits (#95)
- Defensive coding against malformed UTF8 text rendering (#101)
Features:
- Show thousand separators while editing numnbers
- Render based numbers with a numerical postfix base indicator (#95)
- Parse numbers in arbitrary base, e.g. `3#212` (#95)
Signed-off-by: Christophe de Dinechin <[email protected]>
0 commit comments