-
Wed Jun 11 2025 Sudip Shil <sshil@redhat.com> - 2.3.0-1
- 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 in github - if test fails then it is usefull for CI and automation.
-
Thu May 08 2025 Sudip Shil <sshil@redhat.com> - 2.2.0-1
- 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.
-
Tue Apr 15 2025 Sudip Shil <sshil@redhat.com> - 2.1.0-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 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.
-
Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
Thu Sep 21 2023 Sudip Shil <sshil@redhat.com> - 1.0.9-1
- printing unicode by default. no option like -u or --unicode needed from now
-
Wed Sep 13 2023 Sudip Shil <sshil@redhat.com> - 1.0.8-1
- Handling non-printable charcaters
- Print nicer names for all non-printable characters
- code rendering
-
Mon Sep 04 2023 Sudip Shil <sshil@redhat.com> - 1.0.7-2
- bug solved: printing wrong unicode for multiple characters
-
Thu Aug 31 2023 Sudip Shil <sshil@redhat.com> - 1.0.7-1
- feature added: fontname option, sans-serif would be default
- feature added: add option to print utf8 hex sequence