npadcalc 0.1.1

txbestos обновлён 1 год назад 0.1.1 95b295c Релиз
5
Описание

[0.1.1] - 2024-04-07

Fixed

  • Corrected MSRV and locked dependencies to match that

[0.1.0] - 2024-04-04

Added

  • Initial public release, with:

    • RPN engine performing common arithmethic operations with 1000 decimal digit precision

      • with stack and history storage

      • with undo functionality

      • with memory cells

    • GTK3 GUI with stack and history display, key layout with shortcuts and mode shifts intuitive for full-size keyboard users.

    • GUI input modes loosely based on HP calculator behavior (these change the current x value replacement logic on new digit input depending on last operation, to speed up value entry).

    • Base- 2, 8, 10, 16 numeral systems.