Releases: dominiksalvet/nconv
Releases · dominiksalvet/nconv
1.1.1
1.1.0
Added
- Print a message when running in an interactive mode.
- Add support for
0x
and0X
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
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
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
Added
- The support for
help
andabout
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
Added
- Make BDC GitPack-compatible (without any functionality so far).