Skip to content

chore: Bump version to 0.2.0#64

Merged
nfebe merged 1 commit into
mainfrom
chore/release-0.2.0
May 25, 2026
Merged

chore: Bump version to 0.2.0#64
nfebe merged 1 commit into
mainfrom
chore/release-0.2.0

Conversation

@nfebe

@nfebe nfebe commented May 25, 2026

Copy link
Copy Markdown
Contributor

Added

  • API key edit dialog with per-deployment access levels (read/write/admin)
  • Shared TabbedFormModal and DeploymentAccessField components used by both user and API key dialogs
  • Deployment protected-mode panel: blocked actions, blocked command rules, human-readable rule explanations
  • System terminal protection panel in settings, sharing the same rule helpers
  • System-wide file manager with chmod, file creation, hidden-file and system-folder toggles
  • System-wide terminal view gated by a new permission
  • Default landing on the user's home directory in the system file manager

Enhanced

  • File browser is now context-agnostic via an injected API adapter; row actions collapsed into an overflow menu
  • Auth interceptor narrowed so a per-resource 401 no longer logs the user out
  • Vite dev proxy tightened to a regex prefix so /api-keys is not swallowed by the /api rule

Fixed

  • Mount action restored in the deployment file browser after the file-manager refactor
  • Stair-step rendering in the system terminal (line-feed conversion)
  • Modal corners not rounded due to missing overflow clipping
  • Blank initial render in the file view while the first listing was in flight
  • Danger button colors falling back to white due to an undefined CSS variable

Marks the release that ships the API key edit dialog with per-deployment
access levels, the deployment and system-level protected-mode panels,
and the system-wide file manager and terminal views.

Also restores the compose-mount entry in the deployment file browser:
after the file manager was split into a generic browser plus per-context
API adapters, the deployment call site stopped opting into the mount
overflow item. The mount button is back where it used to be.
@sourceant

sourceant Bot commented May 25, 2026

Copy link
Copy Markdown

Code Review Summary

This PR performs a version bump to 0.2.0 and includes several feature enhancements and bug fixes. The provided diff specifically covers the metadata updates and a fix for the deployment mount action.

🚀 Key Improvements

  • Restored mount functionality in DeploymentDetailView.vue using the enable-mount prop.
  • Updated CHANGELOG.md with detailed release notes.

💡 Minor Suggestions

  • Verified synchronization between package.json and package-lock.json versions.

@sourceant sourceant Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review complete. No specific code suggestions were generated. See the overview comment for a summary.

@nfebe nfebe merged commit f935ccd into main May 25, 2026
5 checks passed
@nfebe nfebe deleted the chore/release-0.2.0 branch May 25, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant