Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:28
· 5 commits to main since this release
b693138

🩹 [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.