max_richter max
max pushed to main at max/memorium 2026-02-10 18:20:25 +01:00
8ebfa9c5c2 chore: update fresh.gen.ts
e0bfbdd719 feat: integrate Hardcover API for books
c232794cc0 feat: add Book type to schema and sidebar
Compare 3 commits »
max pushed to main at max/nodarium 2026-02-10 15:54:53 +01:00
a31a49ad50 ci: lint and typecheck before build
max pushed to main at max/nodarium 2026-02-10 15:54:04 +01:00
850d641a25 chore: pnpm format
max pushed to main at max/nodarium 2026-02-10 15:49:47 +01:00
ee5ca81757 ci: sign release commits with pgp key
22a11832b8 fix(ci): correctly format changelog
Compare 2 commits »
max pushed to main at max/nodarium 2026-02-10 15:14:37 +01:00
b5ce5723fa chore: format favicon svg
max pushed to main at max/nodarium 2026-02-10 15:12:02 +01:00
102130cc77 feat: add favicon
max pushed to main at max/nodarium 2026-02-10 15:09:07 +01:00
1668a2e6d5 chore: format changelog.md
max pushed to main at max/nodarium 2026-02-10 15:00:36 +01:00
51de3ced13 fix(ci): update changelog before building
max pushed tag v0.0.4 to max/nodarium 2026-02-10 15:00:31 +01:00
max deleted tag v0.0.4 from max/nodarium 2026-02-10 14:59:40 +01:00
max pushed to main at max/nodarium 2026-02-10 14:58:03 +01:00
e5b6942c90 fix(ci): update changelog before building
max released v0.0.4 at max/nodarium 2026-02-10 10:44:37 +01:00
max pushed tag v0.0.4 to max/nodarium 2026-02-10 10:40:48 +01:00
max pushed to main at max/nodarium 2026-02-09 22:32:15 +01:00
8d403ba803 Merge pull request 'feat/shape-node' (#36) from feat/shape-node into main
6bb301153a Merge remote-tracking branch 'origin/main' into feat/shape-node
02eee5f9bf fix: disable macro logs in wasm
4f48a519a9 feat(nodes): add rotation to instance node
97199ac20f feat(nodes): implement leaf node
Compare 34 commits »
max closed issue max/nodarium#35 2026-02-09 22:32:14 +01:00
feat: shape node
max merged pull request max/nodarium#36 2026-02-09 22:32:14 +01:00
feat/shape-node
max pushed to feat/shape-node at max/nodarium 2026-02-09 22:27:48 +01:00
6bb301153a Merge remote-tracking branch 'origin/main' into feat/shape-node
9271d3a7e4 fix(app): handle error while parsing commit
Compare 2 commits »
max pushed to feat/shape-node at max/nodarium 2026-02-09 22:21:32 +01:00
02eee5f9bf fix: disable macro logs in wasm
max pushed to feat/shape-node at max/nodarium 2026-02-09 22:16:23 +01:00
4f48a519a9 feat(nodes): add rotation to instance node
97199ac20f feat(nodes): implement leaf node
f36f0cb230 feat(ui): show circles only when hovering InputShape
ed3d48e07f fix(runtime): correctly encode 2d shape for wasm nodes
c610d6c991 fix(app): show backside in three instances
Compare 5 commits »
max pushed to feat/shape-node at max/nodarium 2026-02-09 18:32:56 +01:00
8865b9b032 feat(node): initial leaf / shape nodes