Releases: sudipshil9862/whichfont
Releases · sudipshil9862/whichfont
2.3.0
v0.0.2-test
Testing auto clean tarball upload
v0.0.1-test
Testing auto clean tarball upload
2.2.0
- Modified input_char to handle multiple words as a single input string, allowing space-separated characters.
- :: as the delimiter for Fontconfig parameters.
- help section in better format
- Modified tests.sh to include new test cases for space-separated inputs and :: parameter handling.
2.1.0
- Added --language (-l) CLI option to detect the default font for a given language code, which detects and prints the default font family that supports the specified language.
- Introduced valid_langs[] array containing known BCP 47 language codes supported by fontconfig, Rejects invalid language codes early with a clear error message.
- Checks not only if a font is returned, but whether it actually supports the given language.
- Updated --help output to include usage for --language option.
- updated readme with installation, build section.
1.0.9
- printing unicode by default. no option like -u or --unicode needed from now
1.0.8
- Handling non-printable charcaters
- Print nicer names for all non-printable characters
- code rendering
1.0.7
added fontname feature; sans-serif would be default
feature added: add option to print utf8 hex sequence
bug solved: printing wrong unicode for multiple characters
1.0.6
Help section changed
1.0.5
code rendering for initial packaging of whichfont in fedora. next releases will come only on fedora rpms.