You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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