v1.0.8
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#25)
Description
This pull request makes a minor update to the Planets.ps1 file. The change is not functionally significant but may address encoding or formatting.
- Added a byte order mark (BOM) at the start of
Planets.ps1, which can help some editors recognize the file's encoding.