Skip to content

Commit 74414ae

Browse files
committed
Release v0.2.4 - Dynamic spacing while editing
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]>
1 parent 477b0b8 commit 74414ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

STATE/Test.48S

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
« 0 0 7199
2+
for i
3+
i 180. ÷ 3.14159265358979323846 × sin exp +
4+
next »
5+
'DM32' STO
6+
17
« Ticks 0
28
do
39
8 Swap 1 +
@@ -56,4 +62,4 @@ end Drop »
5662
'Fact' STO
5763

5864
VariablesMenu
59-
ClassicExponent
65+
5 FractionSpacing

src/qspi_crc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
#define QSPI_DATA_SIZE 1514276
2+
#define QSPI_DATA_SIZE 1514292
33
#define QSPI_DATA_CRC 0x000cfed6
44

0 commit comments

Comments
 (0)