v3.6.1
- Support Python 3.11. Since
cchardet
is no longer maintained and broken, it was replaced withcharset_normalizer
. Benefits: pure Python, same speed, more accurate - Add extension for parsing
ln
commands - Handle possible symlinks to
.h
and.c
files inSrcGraph
- Minor fixes and improvements