Update determine file type naming: ft_txt -> ft_utf8, and string "txt" -> "utf8"
5.0.2
Add mapping for file type 46: ft_ascii
5.0.1
Fixes a logging error due to the default CP-1252 encoding on Windows Logger encoding is now set to utf-8 Add logger unittests
5.0.0
Improve queue data management, can now return large file bytes Remove tqdm dependency Add as_completed generator Rename 'gb' -> 'gib' as gigibytes is accurate Add new attributes to TaskResult: 'max_memory_used_in_gib' and 'exit_code' Update readme with multiprocessing examples
4.9.2
Updated README.md with offline installation instructions.