v1.0.12
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#15)
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, which can help some editors and tools correctly detect the file encoding. No functional code changes were made.