Skip to content

Releases: mellowcandle/bitwise

v0.50

20 Jul 20:29
Compare
Choose a tag to compare

Enhacements:

Bug Fixes:

  • Disable mouse events in interactive command mode
  • Fix backward key not working in some terminals
  • Fix divide by zero crash
  • Fit bit function overflow (@soleen)

v0.43

01 Nov 09:20
Compare
Choose a tag to compare

Enhacements:

  • IPv4 parsing in command line mode

Bug Fixes:

  • Compiler warnings cleanup (@kraj)

v0.42

16 Apr 15:23
Compare
Choose a tag to compare

Enhancements:

  • Add support for leading 0 on binary numbers #46

v0.41

18 Dec 15:42
Compare
Choose a tag to compare

Enhancements:

  • Supporting mouse clicks to flip bits

v0.40

10 Aug 18:19
v0.40
Compare
Choose a tag to compare

Bug Fixes:

  • Compiler warnings cleanup
  • Spelling corrections

Enhancements:

  • Create Help screen #30
  • Add command to change output base #24
  • Add support for Radix64 #14

v0.33

23 Jul 00:54
Compare
Choose a tag to compare

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:

  • Print signed value in command line mode #18
  • Add bit shift hotkeys (@kavu)

v0.32

16 Jul 15:44
Compare
Choose a tag to compare

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

12 Jul 09:43
Compare
Choose a tag to compare

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

10 Jul 08:17
Compare
Choose a tag to compare

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

21 Jun 04:09
Compare
Choose a tag to compare
v0.22