Skip to content

Release v0.2.6

Choose a tag to compare

@github-actions github-actions released this 05 Mar 04:17
· 58 commits to main since this release
  • Web/CLI: Added runtime support for serving the app under the /ikanban/ base path, including prefixed SPA routes and API proxy path handling for same-origin deployments. (@isomoes)
  • Routing: Updated the app router and OpenCode server URL resolution to honor Vite BASE_URL, preventing path mismatches when deployed to GitHub Pages subpaths. (@isomoes)
  • CI: Simplified release build flow by producing the web artifact once with VITE_BASE_PATH=/ikanban/ before publishing npm and GitHub Pages outputs. (@isomoes)