binary

Small and simple app to convert numbers to a different base.

GPL-3.0 License

Stars
6

Bot releases are visible (Hide)

binary - Binary 0.2.1 Latest Release

Published by fizzyizzy05 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fizzyizzy05/binary/compare/0.2...0.2.1

binary - Release 0.2

Published by fizzyizzy05 9 months ago

Binary 0.2 is the latest update to the base converter app. This update introduces hexadecimal (or base 16) as a number base, allowing for conversions to and from hexadecimal numbers. The app also now has a green accent colour, making it feel more fun and distinctive. And invalid digits are now removed from the input box, making the app smoother and easier to use.

Additionally, the following bug fixes and smaller improvements have been made:

  • The output is now selectable, allowing for copy and paste instead of needing to manually type out the result.
  • Decimal input now has data validation, and will display a toast when using an invalid digit.
  • Wrong digit toasts will no longer duplicate, and will simply stay up when an invalid base is used.
  • The bit counter has been updated to be cleaner and easier to understand.

Additional technical improvements refinements have been made:

  • Compared to pre-0.1.3, this implementation of removing invalid digits is done cleanly and doesn't cause GTK warnings.
  • The word "bits" in the bits counter is a string, and is translatable.
  • The scripts used for calculating values are handled outside of the window.py script. This makes the code more readable and more modular.
    This last section is skipped in the AppStream App Data and What's New page to avoid going too technical in places where it may not be of use, since it makes no real difference in UX/features.
binary - Version 0.1.3

Published by fizzyizzy05 9 months ago

  • When entering an invalid digit, it no longer removes it as the prior functionality caused GTK Warnings. This functionality will likely be revisited down the line
  • Removed preferences button as it was empty and did nothing
  • The bit counter doesn't start with "0 bits" anymore, and should have consistent functionality.
  • Added links to the project in the about window
  • The "Legal" section in the about window now states the GPL v3 license of the app
  • Code cleanup

Full Changelog: https://github.com/fizzyizzy05/binary/compare/0.1.2...0.1.3

binary - 0.1.2

Published by fizzyizzy05 10 months ago

New features in this release:

  • Swap button for calculator
  • Removed the "Binary Calculator" title label
binary - 0.1.2

Published by fizzyizzy05 10 months ago

  • Version bump
  • Swap button for the base switcher
  • Removed the "Binary Calculator" title label
binary - 0.1.1

Published by fizzyizzy05 10 months ago

Unofficial release, forgot to push the new icon to the repo for 0.1.

binary - Release 0.1

Published by fizzyizzy05 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fizzyizzy05/binary/commits/0.1