Skip to content

v1.2.1

Latest

Choose a tag to compare

@hekmon hekmon released this 24 Jul 10:13
· 1 commit to main since this release
v1.2.1
da0ac07

Fixed

  • Fixed error handling in ParsePGSFile:
    • Added explicit end time when the previous subtitle did not have one
    • Handled case where a subtitle is still active at the end of the file
    • Added imagesEqual helper to compare images pixel by pixel

Changed

  • Updated Go version to 1.25.0 and bumped dependencies (openai-go, sync, text, gjson, sys)

Improved

  • Replaced the hardcoded Version constant with runtime build info extracted via debug.ReadBuildInfo, providing version, Go version, OS, and architecture dynamically