tangled
alpha
login
or
join now
stevedylan.dev
/
sequoia
35
fork
atom
A CLI for publishing standard.site documents to ATProto
sequoia.pub
standard
site
lexicon
cli
publishing
35
fork
atom
overview
issues
5
pulls
1
pipelines
chore: bumped version
stevedylan.dev
1 month ago
ecb379b1
61409340
1/1
lint.yml
success
4s
+22
-2
3 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
cli
package.json
src
index.ts
+20
CHANGELOG.md
reviewed
···
1
1
+
## [0.3.0] - 2026-02-03
2
2
+
3
3
+
### 🚀 Features
4
4
+
5
5
+
- Initial oauth implementation
6
6
+
- Add stripDatePrefix option for Jekyll-style filenames
7
7
+
- Add `update` command
8
8
+
9
9
+
### ⚙️ Miscellaneous Tasks
10
10
+
11
11
+
- Update changelog
12
12
+
- Added workflows
13
13
+
- Updated workflows
14
14
+
- Updated workflows
15
15
+
- Cleaned up types
16
16
+
- Updated icon styles
17
17
+
- Updated og image
18
18
+
- Updated docs
19
19
+
- Docs updates
20
20
+
1
21
## [0.2.1] - 2026-02-02
2
22
3
23
### ⚙️ Miscellaneous Tasks
+1
-1
packages/cli/package.json
reviewed
···
1
1
{
2
2
"name": "sequoia-cli",
3
3
-
"version": "0.2.1",
3
3
+
"version": "0.3.0",
4
4
"type": "module",
5
5
"bin": {
6
6
"sequoia": "dist/index.js"
+1
-1
packages/cli/src/index.ts
reviewed
···
35
35
36
36
> https://tangled.org/stevedylan.dev/sequoia
37
37
`,
38
38
-
version: "0.2.1",
38
38
+
version: "0.3.0",
39
39
cmds: {
40
40
auth: authCommand,
41
41
init: initCommand,