Skip to content

Releases: dubrowgn/tcalc

v1.8.1

03 Jun 18:33
Compare
Choose a tag to compare

v1.8.0

19 Oct 18:08
Compare
Choose a tag to compare
  • Add function calling support
  • Add the following built-in functions:
    • abs
    • ceil
    • floor
    • round

v1.7.16

06 Jun 18:58
Compare
Choose a tag to compare
  • Add increment (++) and decrement (--) operators

v1.7.15

06 Jun 18:00
Compare
Choose a tag to compare
  • Add compound assignment operators (e.g. a += 7)
  • Unset a user defined variable via delete <var-name>
  • Parse 0d prefixed numbers as base-10
  • Add phi (golden ratio) constant

v1.6.14

07 Jul 21:32
Compare
Choose a tag to compare
  • Addressed rustc 1.36 compilation regression (#12)

v1.6.13

15 Aug 17:13
Compare
Choose a tag to compare
  • Pressing ctrl+d exits tcalc
  • Pressing ctrl+c with some input text cancels that line and starts a new one
  • Pressing ctrl+c without any input exits tcalc

v1.6.12

12 Aug 19:03
Compare
Choose a tag to compare
  • Fixed #1 - Starting an expression with '-' fails
  • Added support for Ctrl+Left/Right to move left/right one word

v1.5.11

15 Jul 23:56
Compare
Choose a tag to compare
  • Add support for interactive line editing
  • Add support for input history (persists at ~/.tcalc_history)

v1.4.10

15 Jul 16:59
Compare
Choose a tag to compare

Fixed #9 - Capital letters in hex literals results in a parse error

v1.4.9

29 Jun 03:50
Compare
Choose a tag to compare
  • Fixed an issue where hex literals could not contains the characters '8' or '9'