github-actions[bot]
3b82e5a3cb
release: v1.3.21
2026-04-27 05:07:47 +00:00
github-actions[bot]
09e9c2f8eb
release: v1.3.21-rc.4
2026-04-27 04:47:05 +00:00
github-actions[bot]
39d8a013f3
release: v1.3.21-rc.3
2026-04-27 03:52:04 +00:00
github-actions[bot]
ffb6688fd2
release: 1.3.21-rc.1 [rc-slot:2026-04-26-15]
2026-04-26 22:07:45 +00:00
github-actions[bot]
a4da565430
release: v1.3.21-rc.0
2026-04-26 21:16:40 +00:00
github-actions[bot]
738a08b712
release: v1.3.20
2026-04-26 18:19:03 +00:00
github-actions[bot]
49d64294a3
release: 1.3.19-rc.13 [rc-slot:2026-04-26-03]
2026-04-26 10:13:11 +00:00
github-actions[bot]
eb0c952830
release: v1.3.19-rc.12
2026-04-26 07:49:02 +00:00
github-actions[bot]
3a0149982f
release: v1.3.19-rc.11
2026-04-26 06:23:26 +00:00
github-actions[bot]
a37fb32efb
release: v1.3.19-rc.10
2026-04-26 05:30:10 +00:00
Neil and Orca
d4399b4c92
feat(terminal): add programming-ligatures support ( #1118 )
...
Co-authored-by: Orca <help@stably.ai >
2026-04-25 22:26:33 -07:00
Yax Patel and Jinwoo-H
2551758c88
feat/markdown preview ( #849 )
...
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com >
2026-04-25 19:27:47 -07:00
github-actions[bot]
b65a3d7cb8
release: v1.3.19-rc.8
2026-04-26 02:19:36 +00:00
github-actions[bot]
6ba751c85a
release: v1.3.19-rc.6
2026-04-25 22:29:01 +00:00
github-actions[bot]
83afb185cf
release: v1.3.19-rc.5
2026-04-25 22:24:55 +00:00
github-actions[bot]
1d6d68e92f
release: 1.3.19-rc.4 [rc-slot:2026-04-25-15]
2026-04-25 22:06:37 +00:00
github-actions[bot]
5301c3670b
release: v1.3.19-rc.3
2026-04-25 21:36:08 +00:00
github-actions[bot]
a04be9766d
release: 1.3.19-rc.2 [rc-slot:2026-04-25-03]
2026-04-25 10:12:43 +00:00
github-actions[bot]
68970c3e71
release: v1.3.19-rc.1
2026-04-25 07:09:47 +00:00
github-actions[bot]
7ea0e8d0d1
release: v1.3.18
2026-04-25 03:55:23 +00:00
github-actions[bot]
005963192c
release: v1.3.17
2026-04-25 00:19:29 +00:00
github-actions[bot]
ed49380b6d
release: v1.3.17-rc.5
2026-04-24 23:56:25 +00:00
github-actions[bot]
0a45c5433b
release: 1.3.17-rc.4 [rc-slot:2026-04-24-15]
2026-04-24 22:11:56 +00:00
github-actions[bot]
749ba42cb2
release: v1.3.17-rc.3
2026-04-24 21:15:50 +00:00
github-actions[bot]
bcce74e110
release: v1.3.17-rc.2
2026-04-24 20:56:26 +00:00
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