Build: 0.1.3 - Sun Aug 29 03:07:57 GMT 2021 lexmanos: Add --src-fix argument, this fixes the "SourceFile" attribute of classes. Currently only supports .java style names. If you want other language names PR it. ========= Build: 0.1.2 - Sun Aug 29 02:42:02 GMT 2021 lexmanos: Fix Executor not shutting down. Add --threads argument, to specify the number of threads to use when processing entries. Add --ids-fix argument to fix invalid local variable names {things that are not valid java identifiers}. This disabels the 'snowman' fix by default. Use --ids-fix snowmen to fix JUST snowmen. Or --ids-fix [all] to fix all no matter the name, as long as it's invalid. ========= Build: 0.0.0 - Sat Aug 28 00:03:39 GMT 2021 github: Small fixes (#1)