import React from 'react'; import CommandLink from '../../core/components/CommandLink'; import './WhatsNewResultView.css'; function WhatsnewResultView() { return

Changelog

Nov 6th, 2025

Added a new theme inspired by neon cyberpunk aesthetics.

May 10th, 2023

Behold! After a long time of inactivity, BitwiseCmd is getting an update. Here is what changed:

I'm sure there will be some bugs following such a big update. I will do my best to fix them as they are found.

Many thanks to all people that submitted issues on GitHub. Your feedback is greatly appreciated.

May 5th, 2023

Fixed bug with incorrect binary representation of 64-bit numbers.

Jul 24th, 2021

Jun 16th, 2021

Added support of subnet command to display information about subnet IP address such. Try it out:

Jun 14th, 2021

Added support of IP addresses and subnet mask notations. Try them out:

Jun 6th, 2017

Added command. Use it for generating v4 GUIDs

May 27th, 2017

Added support of binary number notation (e.g. ).

May 20th, 2017

A new theme was added.

May 16th, 2017

Complete rewrite using React. Please let me know if you have problems with this release by creating an issue in Github Repo.

; } export default WhatsnewResultView;