Skip to content

v0.5.2

Choose a tag to compare

@alterago alterago released this 21 May 21:51

AI Craftery Bord v0.5.2

Polish patch focused entirely on the Releases tab.

What's new

Live updates — no more reload

When a release bucket changes (you ship it, link or unlink a task,
create or delete an upcoming bucket, set the planned version, or
re-prepare notes), the Releases tab now updates immediately. No more
restarting Bord to see the new state.

Free-form release names

The Set Planned Version dialog used to reject anything that wasn't
strict semver (v0.5.2). Now you can name buckets whatever makes
sense for you — V0.5.2 (capital), Settings overhaul, Q1-2026,
vОДКА 0.5.2 2026, mixed scripts, spaces, punctuation. The only
things still blocked are filesystem-unsafe shapes: empty names,
path separators, leading dots/dashes, control characters.

Curated release notes ship to GitHub

Until now the GitHub release body only had the auto-generated
Full Changelog: v0.1.0...vX.Y.Z line — the curated
release-notes.md you wrote in Bord stayed on disk and never made
it to the public release page. release.sh now picks up
~/aicraftery/releases/CRAFT/<tag>/release-notes.md automatically
and uses it as the GitHub release body.