Skip to content

Releases: sudipshil9862/whichfont

2.3.0

10 Jun 22:36

Choose a tag to compare

Improve input handling for -f option and Update test cases in to cover new scenarios and edge cases.
now tests.sh can capture segmentation fault and save in test_error txt file
Created github workflow action tests.yml - if test fails then it is usefull for CI and automation.

v0.0.2-test

10 Jun 22:29

Choose a tag to compare

Testing auto clean tarball upload

v0.0.1-test

10 Jun 22:18

Choose a tag to compare

Testing auto clean tarball upload

2.2.0

08 May 09:54

Choose a tag to compare

  • 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

15 Apr 09:27

Choose a tag to compare

  • 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

21 Sep 11:08

Choose a tag to compare

  • printing unicode by default. no option like -u or --unicode needed from now

1.0.8

13 Sep 12:32

Choose a tag to compare

  • Handling non-printable charcaters
  • Print nicer names for all non-printable characters
  • code rendering

1.0.7

04 Sep 14:16

Choose a tag to compare

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

13 Jun 13:18

Choose a tag to compare

Help section changed

1.0.5

17 May 10:12

Choose a tag to compare

code rendering for initial packaging of whichfont in fedora. next releases will come only on fedora rpms.