v1.0.5
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#16)
Description
This pull request makes a minor change to the scripts/main.ps1 file by adding a Unicode Byte Order Mark (BOM) at the beginning of the file. This can help ensure proper encoding detection on some systems.