Box Cli Maker Versions Save

Make Highly Customized Boxes for CLI

v2.3.0

1 year ago

Changelog

  • Addition of TitleColor and ContentColor
  • ANSI Codes for Title and Content Enabled (Thanks to @tkanos for partial code)
  • Tabbable Title Lines
  • Add the ability to manually wrap Content via AllowWrapping and WrappingLimit
  • Several simplifications and fixes in README.md (Thanks to @JalonSolov)
  • Fix ANSICON detection check (Thanks to @muesli)
  • Add examples in the examples/ folder
  • Add new screenshots of Boxes and badges in README.md
  • More documentation of code
  • Add logo (Made by @KunalRaghav)

v2.2.2

2 years ago

Changelog

  • Add additional checks for Mac OS as it doesn't have /proc/ folder. Thanks to @sharifelgamal for the fix!
  • Update vocabulary in almost all files
  • Optimization of WSL check

v2.2.1

3 years ago

Changelog:

  • Added detection support for ConEmu and ANSICON.
  • Bump gookit/color to the latest version for color rounding off logic and Windows fixes.
  • README.md changes for more clarification.
  • Added badge and link for godocs.io.

v2.2.0

3 years ago

This release adds:

  • 256 Color and True Color support and enabler for Windows Console 🎨
  • White and HiWhite as inbuilt colors 🎨
  • Terminal detection for Unix and Windows System and also for rounding off True Color into 4 bit or 8 bit as max supported by the terminal. 💻
  • Deprecates box.Output for Windows 😄
  • Major Code Cleanup 🤯
  • More comments for better understanding of the CodeBase 😋
  • Doc improvements 🙂

v2.1.1

3 years ago
  • Fix doc.go

v2.1.0

3 years ago

v2.0.1

3 years ago

This is bump release for it to update on pkg.go.dev. It's not mandatory to update your module to this version.

v2.0.0

3 years ago

This is a major rewrite release, It is recommended to update the pre-existing versions to ^v2.0.0.

  • Use struct embedding to make the code cleaner
  • Custom Color support via RGB ([]uint) and Hex (uint)
  • Added support for Windows Console
  • Optimized code
  • Optimized toString() method
  • Added a warning for invalid TitlePos provided then use the default position i.e. Inside
  • Fix vertical alignment for multi line strings (#13)
  • Make Single Style as Default if Style isn't provided
  • Added support for tab lines
  • doc.go for documentation on pkg.go.dev
  • Added tests
  • Fixed a bug when the alignment was given empty but still the error was reported
  • Added more comments for making the code more readable
  • Updated go.mod file to v2

v1.3.2

3 years ago
  • Error messages are now highlighted with Red color and match with Go style
  • More Comments added
  • Fix grammatical errors everywhere

v1.3.1

3 years ago