Skip to content

iii-cloud v0.13.1

Latest

Choose a tag to compare

@ytallo ytallo released this 23 Apr 15:29

Features

  • feat(api): enhance Makefile and configuration for sandbox development (a83256f)
  • feat(web): contextual sidebar + breadcrumb for sequential navigation (dbb6f28)
  • feat(web): add project templates to getting-started wizard (eabee92)
  • feat(web): add Google OAuth, auto-create messaging, and terms links to login (b83002a)
  • feat(web): add Logs tab to environment detail page (a53a83a)
  • feat(web): add command palette (Cmd+K) for quick navigation (2b4c210)
  • feat(web): add TabbedContainer component, apply to environment detail (c027852)

Bug Fixes

  • fix(ci): replace drizzle-kit push with migrate + baseline seeder (b14e3ef)
  • fix(cli): drop .context wrapper that hid the precise login error (cee4792)
  • fix(cli): trim api key and surface invalid-header bytes loudly (416b7bd)
  • fix(cli): verify credentials before saving, fail loud in whoami (0f32089)
  • fix(test): target the latest Variables saved toast to avoid stacking (77d8998)
  • fix(test): open command palette via sidebar trigger instead of Cmd+K (c7c7b6e)
  • fix(web): e2e test fallout from sequential-nav refactor (a74612e)
  • fix(workflows): correct command syntax in deploy-api.yml for API push (3c481f1)
  • fix(web): restore view deployment and simplify releases page (a45b355)
  • fix(web): make project cards clickable, remove project dropdown from registries (938cc34)
  • fix(web): use strict:false for useParams in environments page (4e2e917)
  • fix(web): remove projectId redeclaration in deployment detail page (383fb44)
  • fix(web): add search icon to mobile header for command palette access (8465fe6)

Other Changes

  • Merge pull request #58 from iii-hq/fix/ci-drizzle-migrate (68c8829)
  • Merge pull request #57 from iii-hq/fix/cli-api-key-sanitize (cd7aba5)
  • docs(cli): fix CI snippet and add Troubleshooting section (db50a03)
  • Merge pull request #50 from iii-hq/fix/deploy-api-build-cli (ace3242)
  • ci(release): build iii-cloud from source and split push/deploy (0134ddf)
  • Merge pull request #47 from iii-hq/feat/cli-login-verify (9a3359e)
  • Merge pull request #48 from iii-hq/fix/release-workflow-branch-protection (d34db1e)
  • ci(release): tag an unreachable commit instead of pushing to main (aa11bcc)
  • chore(cli): release 0.12.0 with breaking login/whoami changes (5d50b65)
  • docs(cli): add signup link and CI/CD usage guide (8e9c5c0)
  • Merge pull request #46 from iii-hq/feat/sequential-navigation (5a69a85)
  • test(e2e): rewrite web e2e suite for sequential navigation (f67dd90)
  • chore: sync pnpm-lock.yaml with iii-sdk 0.11.0 (bbe9082)
  • chore(api): update iii-sdk and Dockerfile for version 0.11.0 (65c0439)
  • refactor(web): centralize deployment navigation logic (f904e9b)
  • refactor(web): update all navigation links for hierarchical routes (de7deda)
  • refactor(web): nest environments, releases, registries, deployments under projects (da09dc1)
  • refactor(web): create project layout route for sequential navigation (a76aacb)
  • style(design): FINDING-004 — highlight Getting Started nav item for new users (990e82e)
  • style(design): FINDING-005 — surface deployment URL prominently on environment cards (9088732)
  • style(design): FINDING-008 — dim zero-value items in summary strips (0582d08)
  • style(design): FINDING-007 — replace generic page descriptions with dev-friendly copy (3b1596e)
  • style(design): FINDING-003 — increase wizard step indicators to 40px touch targets (ec2dff4)
  • style(design): FINDING-006 — make sign up/sign in toggle more discoverable (11b888d)
  • style(design): FINDING-001,002 — add visual personality to login, show OAuth in dev mode (3dee948)
  • Merge pull request #40 from iii-hq/refactor/auth-cleanup (074ab8d)
  • Merge remote-tracking branch 'origin/main' into refactor/auth-cleanup (80546d8)
  • Merge pull request #39 from iii-hq/refactor/fn-decorator (534f6ae)
  • refactor: clean architecture for auth and permissions (ee6d2f4)
  • refactor: move auth branching to handlers, improve error messages (9f355d8)
  • refactor: adopt fn() decorator pattern for route registration (9fb2496)