Skip to content

Releases: dominiksalvet/nconv

1.1.1

30 Nov 15:37
Compare
Choose a tag to compare

Added

  • Print hints to use nconv help when it might be needed.

Fixed

  • Entering a negative decimal number with two or more digits now work under Bash shells.

1.1.0

11 Feb 18:24
Compare
Choose a tag to compare

Added

  • Print a message when running in an interactive mode.
  • Add support for 0x and 0X prefixes in input hexadecimal numbers.
  • Added option -x to enable showing more conversion details.

Changed

  • Adapt to new GitPack 1.0.0 installation format.
  • The interactive mode has been significantly differentiated from the file standard input.

Fixed

  • Each number argument must be a single line argument.
  • Fix negative lowercase hexadecimal number detection when input is signed.

1.0.0

28 Oct 18:06
Compare
Choose a tag to compare

Added

  • When no number argument provided, nconv uses standard input.
  • Added support for lowercase hexadecimal numbers on input.

Fixed

  • Fix extending functions when bc uses its result line breaks (\<newline>).

0.3.0

22 Oct 19:28
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • Added decimal conversions.
  • Added hexadecimal conversions.
  • Error messages contain also a unique ID. No reuse allowed.

Changed

  • Each result is printed as a single line.
  • Internal number representation has been changed to respect bc.

0.2.0

17 Oct 11:04
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • The support for help and about has been added.
  • Added constraining options for input (bdhsu) and output (BDHW).
  • Added the first number analysis.
  • Added binary conversions.

Changed

  • BDC has been renamed to nconv.

0.1.0

11 Oct 10:20
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Make BDC GitPack-compatible (without any functionality so far).