Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2026-07-20)


### Features

* mobile UI scaffold + desktop build wiring + dev port scheme (17687/5179) ([#1](https://github.com/echohello-dev/supaplane/issues/1)) ([849f8f6](https://github.com/echohello-dev/supaplane/commit/849f8f6a0a0334ea7e6a9fbaaad9068f24fd3d7b))
* scaffold Electron + React + Vite project ([5826f3d](https://github.com/echohello-dev/supaplane/commit/5826f3de091e3fa174cf2cc21609124b8f527842))
* scaffold Electron + React + Vite project with docs ([5362042](https://github.com/echohello-dev/supaplane/commit/5362042e2f68c3391e5dd120baa3e0530570851b))
* **web:** markdown-it + pierre diffs in transcript and diff panel ([#2](https://github.com/echohello-dev/supaplane/issues/2)) ([4e219ab](https://github.com/echohello-dev/supaplane/commit/4e219ab368157bba8edaf1205196ae2fbe6c17ef))


### Bug Fixes

* **ci:** build workspaces before typecheck and test jobs ([#4](https://github.com/echohello-dev/supaplane/issues/4)) ([6e1bc69](https://github.com/echohello-dev/supaplane/commit/6e1bc69faa3aba98e3856a7131d59edabc4be76f))
* **ci:** seed release-please manifest so the action stops failing on main ([#5](https://github.com/echohello-dev/supaplane/issues/5)) ([1151b4b](https://github.com/echohello-dev/supaplane/commit/1151b4b9a3b20fe017dbb7fd7c2e1a23d9059cf6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supaplane",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "Bring your coding agents and friends. Import your harnesses and fly them in parallel from desktop, web, or phone.",
"license": "MIT",
Expand Down