Release v0.1-rc0
Pre-release
Pre-release
Release v0.1-rc0
Docker Images
- Backend:
ghcr.io/shipsecai/studio-backend:0.1-rc0 - Worker:
ghcr.io/shipsecai/studio-worker:0.1-rc0 - Frontend:
ghcr.io/shipsecai/studio-frontend:0.1-rc0
Changes
- fix: remove unused variables to fix TypeScript errors (d7660d1)
- fix: terminal positioning, viewport stability, and infinite loop fixes (9847e20)
- feat(ui): improve edge styling and fix mode switching viewport (fc93113)
- feat(ui): enhance workflow node and sidebar visual design (688e4b0)
- fix authguard and add tests (0162daf)
- fix dto usage (974f8a9)
- fix test (2d0e678)
- refactor: cleanup validateKey implementation comments (e4ffacf)
- feat: implement API keys and webhook invocation (78dbf3b)
- feat: improve UI consistency and theme transitions (02d10c4)
- feat: replace theme splash with cinematic overlay transition and smooth text node resizing (1dfa000)
- refactor: added the animation from bottom left to top right sweep when switching the theme. (fa37311)
- fix(dark-theme): fix the rate of change of switching the themes from light to dark or vice-versa (26a24c8)
- fix the typecheck (7a104f7)
- refactor: improve component sidebar and run selector UX (f51bf0f)
- hide irrelevant topbar buttons from execution tab (8d59dde)
- fix fitting issues for the workflows (657bf28)
- fix resize limits for the execution inspector (99413ec)
- fix the min execution timline height and docker compose kafka url (ee1b8be)
- feat: restyle text node resize handles (64acb8d)
- refactor: simplify design/execution state management and improve tab transitions (b7123f7)
- fix: isolate design and execution states to prevent leakage (7ddf467)
- feat(ui): improve execution panel animations and fix mode switching race condition (1a21bb4)
- feat(ui): separate design and execution state, improve validation dock (9b9a42f)
- feat(ui): improve config drawer and validation dock animations (64bd77b)
- feat(ui): add validation dock for workflow node validation (04a46d6)
- refactor(ui): improve sidebar layout and fix hooks order (bb0d929)
- fix(react-flow-control): fix the dark theme colors of react flow controllers (f7d72d8)
- fix the typecheck (d28d8ba)
- feat: enable posthog analytics (12691f9)
- feat: implement PostHog analytics with build-time configuration (f8a4272)
- added the resizable to the event inspector, made right sidebar responsive, fixed other ui changes (e39dcac)
- changed the design of rightside bar for design tab (e0dc9ba)
- added the workflow table hover effect (d79f006)
- changed the color pellete and the position of toggle button (04c742c)
- fix: clean up schedule typecheck regressions (1948796)
- chore: remove rebase signoff helper (ab7f6f0)
- docs: update terminology and modernize documentation (0e1ffd9)
- implemented the dark mode (6d51e0c)
- test: align execution ui specs (b758cb8)
- test: add schedule lifecycle coverage (8e8a842)
- feat: polish execution surfaces (6d85d87)
- feat: refine schedule surfaces (8c2051b)
- feat: make workflow schedules panel expandable (469e23c)
- feat: float workflow schedule panel (53c1858)
- feat: add workflow schedule drawer entry points (127b3e6)
- feat: finalize schedules ui rollout (810ca85)
- feat: add temporal schedule dispatcher (fdcbe78)
- feat: add schedules module backend (c48e3aa)
- feat: rename entry point component and enforce single node (e6f583b)
- feat: add schedule schemas and trigger metadata (402fac3)
- made the canvas draggable in the canvas (fcc6725)
- refactor(ci): use jq for JSON parsing in version check (ee6fe18)
- fix(ci): fix version check verification grep pattern (ac2f933)
- feat(ci): integrate version check into release workflow (4f60b22)
- added running docs locally , in package.json (e9c8135)
- added the docs and updated with the previous one (a5c8c92)
- fixed the frontend react-vite issue (65498c6)