- the calculation result is no longer pushed to the stack, it's now left in the editing buffer
- some optimizations
- Pebble Time version uploaded to the appstore
- the buttons are concave: they cursor is "repelled" from their edges
- ready for Pebble Time!
- improved the button sizing
- division has the precision just like before the
v1.8
update (when possible without overflows)
- overflow detection and notification
- many small UI tweaks
- many big internal API tweaks
- a few documentation changes
- new icons (thanks, @beamerkun)
- multiplication and division can handle greater numbers, at the cost of some fractional precision for division
- automatic accelerometer calibration
- bugfix: the number parser was reading garbage data
- bugfix: exponent was broken since
v1.4
- bugfix:
+
behaved just like-
at the beginning of a number (both performed a negation)
- fraction support (up to 2 decimal places)
- the calculation result is automatically pushed to the stack
- negation button removed
- negation is performed by pressing the minus sign
- exponent added
- added a menu icon
- the first version