This repository was archived by the owner on Dec 13, 2025. It is now read-only.
Releases: TLINDEN/rpnc
Releases · TLINDEN/rpnc
v2.1.7
v2.1.6
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
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
Update dependencies.
v2.1.3
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
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
- @dependabot made their first contribution in #36
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
v2.0.13
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