Promote develop to main: changelog catch-up and desktop 0.1.1 version bump#270
Merged
Conversation
The last four promotions to main added iOS channel management, bot-creation parity, four desktop connector fixes, and the landing-page client section — none of which reached CHANGELOG.md. Meanwhile desktop-v0.1.0 is tagged at the CI-workflow commit, so the published .dmg predates every one of those desktop fixes, including the one where a restarted connector dropped its --config. That matters more than usual now that the README and the landing page put "Download for macOS" front and center. - CHANGELOG: fill in [Unreleased] with Added / Fixed sections covering the work, marking the desktop-only entries so it's clear what a desktop-v0.1.1 tag would carry. - Bump apps/macos to 0.1.1 across package.json, tauri.conf.json, Cargo.toml and Cargo.lock (verified with cargo metadata --locked). Tagging desktop-v0.1.1 stays a separate, deliberate step after this lands. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore(release): log the shipped work and bump the desktop app to 0.1.1
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine
develop→mainpromotion. One commit since #268, from #269.What's in it
74772d78— release hygiene, no runtime code:CHANGELOG.md—[Unreleased]now records the work from the last four promotions that had never been logged: iOS channel management, bot-creation parity across web/macOS/iOS, the four desktop connector fixes, and the landing-page client section. Desktop-only entries are marked (desktop).apps/macosbumped to 0.1.1 acrosspackage.json,tauri.conf.json,Cargo.tomlandCargo.lock(lockfile verified withcargo metadata --locked).Why this promotion matters
It's the prerequisite for tagging
desktop-v0.1.1. The currently publisheddesktop-v0.1.0is tagged at the commit that added the release workflow, so its.dmgis missing all four desktop fixes — including27872bfb, where a restarted connector daemon came back without its--configand silently lost its workspace roots.That gap is now user-facing: #267 put Download for macOS in the README header and the landing-page hero.
Next step (manual, not part of this PR)
After this lands, tagging
desktop-v0.1.1onmaintriggersrelease-desktop.ymland publishes the rebuilt.dmg. That's a deliberate external action and is left to a human.No migrations in this range. No connector changes —
connector-v0.1.28remains current.🤖 Generated with Claude Code