chore: bump to v0.1.39 - #131
Conversation
Dev buildDownload Blurt.app — built from Installing itcd ~/Downloads
unzip -o blurt-dev-build-pr-131.zip # GitHub wraps every artifact in a zip
unzip -o Blurt-dev-5e79c16.zip
find Blurt.app -exec xattr -c {} + # clear quarantine: xattr lost -r in macOS 12.3
rm -rf /Applications/Blurt.app && cp -R Blurt.app /Applications/
open -a BlurtIt is ad-hoc signed and not notarized: Gatekeeper refuses to open it until Expect that re-grant once per dev build, including a second build of this tccutil reset Accessibility dev.alex.blurt |
Requested by Alex Kroman · Slack thread
What & why
Version bump to 0.1.39 (
CFBundleShortVersionString0.1.38 → 0.1.39,CFBundleVersion38 → 39). Generated by therelease-bumpworkflow — run 31641116076, started from a pushed marker branch atmain's tip.Merging this starts the release: the changed version landing on
maintriggersrelease.yml, which builds, signs, and notarizes the DMG, then parks on therelease-publishapproval gate before anything ships.How it was tested
scripts/check.shpasses (or CI will, if I'm not on a Mac) — generated bump only; thecheckworkflow runs on this PRGenerated by Claude Code