Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Releases: TLINDEN/rpnc

v2.1.7

02 Oct 21:00
60df708

Choose a tag to compare

Miscellaneus Changes

  • Update dependencies

Full Changelog: v2.1.6...v2.1.7

v2.1.6

18 Sep 19:03

Choose a tag to compare

Bug Fixes

  • Fix linter errors (#42) by TLINDEN

Changes

  • update go to 1.24 (#43) by TLINDEN
  • refactor directory layout

Full Changelog: v2.1.5...v2.1.6

v2.1.5

08 Aug 11:16

Choose a tag to compare

Additions

  • internal help screen now uses a builtin pager using the venerable bubbletea framework
  • the same applies for the builtin manpage-viewer as invoked with rpn -m
  • more converters have been added to convert bytes to kb, mb, gb etc

Changes

  • dependencies have been updated
  • updated golang, using 1.23 now

Full Changelog: v2.1.4...v2.1.5

v2.1.4

01 Feb 17:17

Choose a tag to compare

Update dependencies.

v2.1.3

18 Nov 12:21

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

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

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

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

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

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