Commit Graph
290 Commits
Author SHA1 Message Date
github-actions[bot] 1772087db5 release: 1.3.17-rc.1 [rc-slot:2026-04-24-03] 2026-04-24 10:27:25 +00:00
github-actions[bot] 57079da339 release: 1.3.17-rc.0 [rc-slot:2026-04-23-15] 2026-04-23 22:11:32 +00:00
Jinwoo Hong e1270486cd feat: add Linear integration (#1007) 2026-04-23 14:54:32 -07:00
github-actions[bot] 6d2ff605ff release: v1.3.16 2026-04-23 19:44:50 +00:00
github-actions[bot] d52e4eae96 release: v1.3.15 2026-04-23 18:14:28 +00:00
github-actions[bot] 243f68d6d8 release: v1.3.14 2026-04-23 16:33:30 +00:00
github-actions[bot] b2bca065de release: 1.3.14-rc.1 [rc-slot:2026-04-23-03] 2026-04-23 10:27:09 +00:00
github-actions[bot] 29743b8f3b release: v1.3.14-rc.0 2026-04-23 06:21:56 +00:00
Neil c4a6701d9f chore(release): move release cutting to a Cut Release workflow (#972)
Replaces the local `pnpm release:{rc,patch,minor,major}` scripts with a
single manually-dispatched GitHub Actions workflow (`release-cut.yml`)
that takes `kind` (rc|stable), an optional `ref`, and an optional explicit
`version`.

Why: cutting releases locally was too easy to get wrong — `npm version
prerelease` behaves differently depending on whether the current version
is already an rc, there was no guard against tagging a dirty tree or an
off-main branch, and the "bad commit just landed, release the previous
one" case had no first-class answer. The new workflow:

- Resolves the next version automatically from GitHub Releases (or takes
  an explicit override).
- Refuses to cut a stable release whose version isn't strictly greater
  than the latest published stable. This is the only invariant
  electron-updater needs within the `latest` channel.
- Only fast-forwards `main` with the version-bump commit when the caller
  released the tip of `main`. Off-main releases publish only the tag, so
  main is never polluted by a one-off RC against a feature branch.

CONTRIBUTING.md now documents the new flow with the common scenarios
(normal release, bad-commit-revert-to-previous-SHA, one-off RC, explicit
minor/major). The scheduled RC cron in release-rc.yml is untouched.
2026-04-22 23:20:04 -07:00
Neil ae0f52109f 1.3.13 2026-04-22 18:33:50 -07:00
Neil 487f300404 1.3.12 2026-04-22 18:32:16 -07:00
Neil 8b8e4505a2 1.3.12-rc.4 2026-04-22 17:52:00 -07:00
Neil c07db38dfe fix terminal resize flicker during pane drag (#962) 2026-04-22 17:50:14 -07:00
Jinjing 91b7f04594 1.3.12-rc.3 2026-04-22 16:47:42 -07:00
Jinwoo Hong 228699d48a feat(editor): add Cmd+F find-in-page for PDF viewer (#899) 2026-04-22 15:39:36 -07:00
github-actions[bot] 38d5ade901 release: 1.3.12-rc.2 [rc-slot:2026-04-22-15] 2026-04-22 22:12:43 +00:00
Neil 0d1037f659 1.3.12-rc.1 2026-04-22 12:12:55 -07:00
Ramzi d73d259105 build(deps): bump electron from 41.1.0 to 41.2.2 (#938) 2026-04-22 11:58:17 -07:00
github-actions[bot] c31d382e9f release: 1.3.12-rc.0 [rc-slot:2026-04-22-03] 2026-04-22 10:26:13 +00:00
Neil cfe1714e61 1.3.11 2026-04-22 01:45:47 -07:00
Neil 5266eaed5f 1.3.10 2026-04-21 23:57:21 -07:00
Neil 5a97525d5c all same tiptap (#934) 2026-04-21 23:13:59 -07:00
Neil 8129ebc55d 1.3.10-rc.1 2026-04-21 23:09:05 -07:00
Neil f36daf93ad 1.3.10-rc.0 2026-04-21 23:09:03 -07:00
Neil 4a702a4c14 1.3.9 2026-04-21 17:24:36 -07:00
Neil c9babd28cf 1.3.8 2026-04-21 17:06:13 -07:00
Neil 67105278e4 1.3.8-rc.4 2026-04-21 16:09:13 -07:00
github-actions[bot] 6b1e6ae3ab release: 1.3.8-rc.3 [rc-slot:2026-04-21-15] 2026-04-21 22:12:17 +00:00
github-actions[bot] 8c2554ab28 release: 1.3.8-rc.2 [rc-slot:2026-04-21-03] 2026-04-21 10:26:10 +00:00
Jinjing a8c3780bb9 1.3.8-rc.1 2026-04-20 21:59:55 -07:00
Jinwoo Hong 7a9bc4ef6d feat: computer use via agent-browser CDP bridge (#856) 2026-04-20 20:56:14 -07:00
Jinjing ad9deee55b 1.3.8-rc.0 2026-04-20 19:08:31 -07:00
Jinwoo Hong ff16ab1565 feat(stats): add share button to usage panes (#874) 2026-04-20 18:54:16 -07:00
Jinjing 3a0fa521be feat(editor): support clicking anchor links to jump to headings (#879)
Anchor-only links (#heading) now scroll to the matching heading in both
the markdown preview and rich editor. Preview uses rehype-slug to stamp
heading ids; the rich editor walks headings with the same stateful
GithubSlugger for parity (including duplicate-heading suffixes).
2026-04-20 18:35:28 -07:00
Jinjing a02fce9106 1.3.7 2026-04-20 17:20:44 -07:00
github-actions[bot] 29a73353ce release: 1.3.7-rc.2 [rc-slot:2026-04-20-15] 2026-04-20 22:11:54 +00:00
Jinjing 249af27389 1.3.7-rc.1 2026-04-20 13:33:23 -07:00
github-actions[bot] f422174d1b release: 1.3.7-rc.0 [rc-slot:2026-04-20-03] 2026-04-20 10:30:07 +00:00
Jinjing c47b651f2d 1.3.6 2026-04-19 23:31:51 -07:00
Jinjing 3d00734f6e 1.3.6-rc.1 2026-04-19 22:10:23 -07:00
github-actions[bot] a8fe60932f release: 1.3.6-rc.0 [rc-slot:2026-04-19-15] 2026-04-19 22:05:43 +00:00
Neil 76d4b9a435 1.3.5 2026-04-19 13:04:46 -07:00
Brennan Benson 222d70e063 feat: add idempotent E2E test suite with headless Electron support (#671) 2026-04-19 12:09:32 -07:00
Neil dd85228096 1.3.5-rc.2 2026-04-19 12:08:05 -07:00
Jinjing 57635731b1 1.3.5-rc.1 2026-04-19 10:04:02 -07:00
github-actions[bot] 897ba4a3dc release: 1.3.5-rc.0 [rc-slot:2026-04-19-03] 2026-04-19 10:11:08 +00:00
Neil d320b51a89 1.3.4 2026-04-19 00:17:49 -07:00
Neil 5cfda881cc Revert "1.4.0"
This reverts commit 886bc864cc.
2026-04-19 00:17:08 -07:00
Neil 886bc864cc 1.4.0 2026-04-19 00:14:38 -07:00
Neil 75f68a0a84 1.3.4-rc.3 2026-04-18 23:41:22 -07:00