diff --git a/apps/marketing/src/content/changelog/v0.3.3.md b/apps/marketing/src/content/changelog/v0.3.3.md new file mode 100644 index 000000000..3fcc7fea6 --- /dev/null +++ b/apps/marketing/src/content/changelog/v0.3.3.md @@ -0,0 +1,59 @@ +--- +version: 0.3.3 +date: 2026-08-10 +title: Desktop setup, phone pairing, provider management +summary: Fresh desktop installs get a real setup flow, phone pairing works on any network, and providers install and sign in without leaving the app. +githubRelease: https://github.com/Threadlines/threadlines/releases/tag/v0.3.3 +highlights: + - title: Desktop setup for cold installs + description: A fresh launch opens on a setup checklist that connects a coding agent and picks a folder, with live status as you go. Relaunching reopens where you left off, and Go to Home lands on a real home screen. + evidence: + - 7d0c1fbd + - 6d80a0c1 + - cc66747a + - "720183e9" + - title: Phone pairing works on any network + description: Pairing links now use an address your phone can actually reach and survive the plain-HTTP connections home networks use. Revoking a device disconnects the phone right away instead of leaving it silently connected. + evidence: + - 2fe2c86f + - "95781110" + - title: One-click provider CLI install and unified sign-in + description: A missing provider CLI installs with one click from Settings or the setup card. Sign-in runs the same quiet flow everywhere, and auth failures surface in seconds instead of minutes. + evidence: + - 8727690a + - e9409fe1 + - "22811238" + - title: Composer notices in one row + description: Warnings dock as a single slim row above the message box instead of stacking banners. After you sign in, held messages send themselves once the provider checks out. + evidence: + - 113e60dc + - cd22cd38 +alsoImproved: + - description: Device list now hides internal desktop sessions and asks for confirmation before removing devices. + evidence: + - "95781110" + - description: Downloaded updates can be superseded by newer releases instead of staying pinned forever. + evidence: + - 923b92a1 + - description: The add-project command no longer fails when run before the workspace finishes loading. + evidence: + - e5e2dd6a + - description: Inbox change request badges now appear only on pinned branches. + evidence: + - 181416d5 + - description: Fixed the npm package startup failure that broke fresh 0.3.1 installs. + evidence: + - 0b51f285 + - description: Updated js-yaml dependency for CVE-2026-59870. + evidence: + - 3baab1a8 +social: |- + Threadlines v0.3.3 is out 🧵 + + • Desktop setup for fresh installs + • Phone pairing on any network + • One-click provider install + • Docked composer notices + + Release notes: https://github.com/Threadlines/threadlines/releases/tag/v0.3.3 +---