Release 1.1.33
fix(templates): silently skip binary files during template refactoring replaceInFile tried to read every glob-matched file as UTF-8 text, including binary files like favicon.ico. This produced a spurious warning: "Failed to replace in file ... Input length = 1". Now catches MalformedInputException and silently skips binary files, since they can never contain text patterns to replace.