Skip to content

0.5.1

Latest

Choose a tag to compare

@William9923 William9923 released this 05 Jul 09:57

[0.5.1] - 2026-07-04

Fixed

  • Updater asset matching for pre-release tags — swapped Lua pattern matching (:match) for exact string comparison so tags with hyphens (-alpha, -rc1) are found correctly; previously - was interpreted as a Lua pattern quantifier, causing always-false matches
  • package_release.sh version injection path — writes to util/folderlock_version.lua instead of the stale lib/ path left from the 0.5.0 refactor