Releases: Delta456/box-cli-maker
Releases · Delta456/box-cli-maker
v2.3.0
Changelog
- Addition of
TitleColor
andContentColor
- ANSI Codes for Title and Content Enabled (Thanks to @tkanos for partial code)
- Tabbable Title Lines
- Add the ability to manually wrap
Content
viaAllowWrapping
andWrappingLimit
- 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
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
v2.2.0
This release adds:
- 256 Color and True Color support and enabler for Windows Console 🎨
White
andHiWhite
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
v2.1.0
v2.0.1
v2.0.0
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 onpkg.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 tov2
v1.3.2 Release
- Error messages are now highlighted with Red color and match with Go style
- More Comments added
- Fix grammatical errors everywhere
v1.3.1 Release
- Fixes #10
- Fix typo in
README.md