Skip to content

Releases: SimplyProgrammer/Bidehex-calculator

Bidehex 1.2.0 (pre)

28 Sep 21:54
cb62369
Compare
Choose a tag to compare
Bidehex 1.2.0 (pre) Pre-release
Pre-release

Network focused!

What was added:

  • Updating internal APIs to their latest version. Also updating Java from 8 -> 21
  • Internal refactoring.
  • Other fields are no longer updated in real-time as you type. Now they are updated after 1 sec delay. Pressing Enter will make the update instant.
    • Invalid input is no longer replaced instantly with the last valid input, it's replaced after 1 sec as well. This gives you time to make necessary changes. This improves user experience.
  • Expression can now be evaluated (replaced by the result value) by Shift+Enter.
    • If the field contains an expression or value that is not in its respective base then the tooltip is going to be displayed with the proper/result values.
  • 0-padding now works for in every input field not only in the binary one.
  • Datatype recognition was greatly improved, now it can recognize:
    • IPv4:
      • A, B and C masks.
      • Broadcast address.
      • Some multicast addresses.
      • Loopback address.
      • Public/Private ip.
    • IPv6:
      • Broadcast address.
      • Some multicast addresses.
      • Loopback address.
      • Public/Private ip.
    • Physical 'MAC' address:
      • Broadcast address.
      • Can show you the vendor if you are connected to the internet.
  • Partial DNS (IP from URL) lookup was implemented.
  • Context menu (field right click) was improved, now it supports:
    • Copy and paste with specifiable delimiter that will be replaced from/to space (which is standard delimiter). Remember that delimiter for IPv4 is '.', for IPv6 it's ':' and for MAC address it is ':' or '-'.
    • Ability to add a specified number of padding zeros to the specific field.
  • Slight performance improvements.

Note: Since this version, the installer with embedded runtime is no longer provided because it is contained in .exe itself.
Note: This is now a pre-release due to not concise distribution methods...

Bidehex 1.1.0

01 Nov 21:28
d84253b
Compare
Choose a tag to compare

Calculator!

What was added:

  • Ability to perform basic arithmetic operations (add, subtract, multiply, divide, modulo, power)!
  • Expression groups to define order precedence of expression!
  • Simpler text field right click context menu!
  • Application now can be downloaded as executable file or setup wizard that can install application as java independent!
  • Small visual design changes!
  • Small bugs fixed!

Bidehex 1.0.0 (beta)

27 Oct 21:44
37b8867
Compare
Choose a tag to compare

The first release of the first version!

What was added:

  • Ability to convert numbers between 3 numeric systems!
  • Ability to convert multiple numbers at once!