Releases: mellowcandle/bitwise
Releases · mellowcandle/bitwise
v0.50
v0.43
v0.42
v0.41
Enhancements:
- Supporting mouse clicks to flip bits
v0.40
v0.33
Bug Fixes:
- Change "Size" to "Human" for clarity #25
- Dynamically extend width when typing in fields #26
- Signed 64bit value was read from fields instead of unsigned #27
- Fix bug with repainting screen #29
- Stop configure script if libreadline is missing.
- Fix out of bound bit position after reducing width.
Enhancements:
v0.32
Bug Fixes:
- COPYING file was APACHE license by mistake.
- Remove trailing whitespace at end of lines in command line mode
- Fix warnings in build for 32bits.
- Fix compilation and runtime for Mac.
Enhancements:
- handle trailing argv as single expression:
This allows running bitwise like this:
bitwise 0x30 + 0x50
instead of:
bitwise "0x30 + 0x50"
v0.31
Bug fixes:
- Fix problem with binary representation delayed update.
- Fix warnings in 32bit compilation
- Added m4 for correctly detecting ncursese & libreadline versions.
- remove use_default_colors() which broke background color for some users
v0.30
Command line mode :
- Added colors to command line mode (can be disabled using --no-color)
- Added support for printing size in SI standard (default is IEC)
- Print ASCII values for each byte if possible.
Interactive mode:
- Added history window for commands with results.
- Entering command mode in interactive mode :
- Exiting command mode in interactive mode Esc
- Fixed bit position bug
- Added "$" constant to calculator that represents the latest result
v0.22
v0.22