Skip to content

Releases: TLINDEN/rpnc

v2.1.3

18 Nov 12:21
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

Added support to input time values like 08:15 or 19:45. You can use it to make time calculations. These values will be converted to floats internally, output will always be a float as usual.

v2.1.2

02 Oct 08:51
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/rogpeppe/go-internal from 1.11.0 to 1.13.1 by @dependabot in #36
  • Added aliases for toggle commands:
    • togglebatch
    • toggledebug
    • toggleshowstack

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

25 Sep 17:25
Compare
Choose a tag to compare

What's Changed

  • Add demo mp4 by @TLINDEN in #34
  • Add dependabot
  • Update go to 1.22
  • Update lua module to v1.1.1

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Jan 12:14
Compare
Choose a tag to compare

What's Changed

  • fix printing of fractionals (not scientific anymore), added -p flag by @TLINDEN in #32
  • fix linter errors by @TLINDEN in #33

Full Changelog: v2.0.13...v2.1.0

v2.0.13

08 Dec 17:47
e81be12
Compare
Choose a tag to compare

What's Changed

  • added fuzzy test to unit tests to be able to catch more errors
  • fixed negative shift amount error, found with fuzzy testing :)
  • better internal error handling

Full Changelog: v2.0.12...v2.0.13

v2.0.12

07 Dec 13:10
cb774b3
Compare
Choose a tag to compare

What's Changed

  • use generics for contains() and add generic exists() by @TLINDEN in #29
  • don't show shortcuts in help (clutters it) by @TLINDEN in #27
  • added commandline and stdin tests using testscript by @TLINDEN in #28

Full Changelog: v2.0.11...v2.0.12

v2.0.11

05 Dec 19:15
d2db420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

14 Nov 19:03
5924193
Compare
Choose a tag to compare

What's Changed

  • Feature/add converters and bitwise operators in #20

Full Changelog: v2.0.9...v2.0.10

v2.0.9

12 Nov 19:30
2f56761
Compare
Choose a tag to compare

What's Changed

  • added 'dup' command

Full Changelog: v2.0.8...v2.0.9

v2.0.8

10 Nov 14:45
0782b09
Compare
Choose a tag to compare

What's Changed

  • added no versions of batch debug and showstack toggles by @TLINDEN in #17

Full Changelog: v2.0.7...v2.0.8