Skip to content

v0.10.0

Choose a tag to compare

@getrapidkit getrapidkit released this 12 Feb 21:35
· 159 commits to main since this release

Release Notes

Latest Release: v0.10.0 (February 12, 2026)

πŸš€ Release: v0.10.0 β€” Smart Project Actions + Intelligent Browser + Port Detection

Summary: Introduced unified project actions panel in Welcome Page, smart browser button that activates only when server is running, workspace upgrade detection, and intelligent port tracking for running servers.

Added

  • πŸš€ Project Actions Panel β€” Complete project lifecycle management in Welcome Page with 6 smart buttons (Terminal, Init, Dev/Stop toggle, Test, Browser, Build)
  • ⬆️ Workspace Upgrade Button β€” Automatic detection of rapidkit-core updates with one-click upgrade for venv/pipx installations
  • 🎯 Smart Browser Button β€” Context-aware browser opening that only enables when dev server is running with port detection
  • πŸ“‘ Running Port Detection β€” Automatic port extraction and display in sidebar, tooltips, and Welcome Page

Improved

  • 🎨 Enhanced Sidebar Icons β€” Browser icon only visible for running projects, port displayed next to project name
  • πŸ”„ State Synchronization β€” Real-time UI updates between terminal state, tree view, and webview panels
  • πŸ’… Disabled Button Styling β€” Professional disabled states with clear visual feedback
  • 🎯 Better UX β€” No more blind browser opens; button intelligently guides user workflow

Technical

  • New Component: ProjectActions.tsx with conditional rendering and smart toggles
  • Type Enhancement: WorkspaceStatus now includes runningPort?: number
  • Integration: Real-time server state tracking via runningServers Map
  • Performance: Minimal overhead with regex-based port extraction from terminal names

User Experience

  • ✨ Workflow Clarity β€” Clear visual states guide user: Dev β†’ Browser (enabled) β†’ Stop β†’ Browser (disabled)
  • ✨ Port Transparency β€” Always know which port your server is running on
  • ✨ One-Click Upgrades β€” No more manual core updates; orange button appears when needed
  • ✨ Centralized Actions β€” All project operations accessible from welcome page

πŸ“‹ Version History

Version Release Date Highlights
v0.9.0 Feb 10, 2026 🎭 Modal system, ⚑ Smart caching, πŸ“± Responsive design
v0.8.0 Feb 9, 2026 🎨 Workspace cards redesign, Dynamic version display, Project statistics
v0.7.0 Feb 6, 2026 🩺 Workspace health check, Setup status panel, Diagnostics integration
v0.6.1 Feb 3, 2026 πŸ› οΈ Fixes & polish: setup stability, module copy commands, detection improvements
v0.6.0 Feb 3, 2026 🎯 Module Browser, Setup Wizard, Package Manager Selection
v0.5.2 Feb 2, 2026 πŸ”§ NPM caching fix, Standalone mode, Recent workspaces
v0.5.1 Feb 2, 2026 πŸ“ Documentation translation, Consistency improvements
v0.5.0 Feb 1, 2026 🐍 Python Core bridge, Workspace registry integration
v0.4.7 Jan 23, 2026 πŸ› Bug fixes, Dependency updates, Security patches
v0.4.6 Jan 1, 2026 🎯 Poetry smart detection, Update notifications
v0.4.5 Dec 23, 2025 ⚑ Project quick actions, No workspace switching
v0.4.4 Dec 22, 2025 🩺 Doctor npm check, Dynamic versions
v0.4.3 Dec 12, 2025 πŸ“š Module explorer, UI enhancements
v0.4.2 Dec 5, 2025 πŸ“ Logging commands, Marketplace improvements
v0.4.1 Dec 4, 2025 πŸ“– Documentation update, README rewrite
v0.4.0 Dec 3, 2025 🎯 Smart location detection, npm migration
v0.3.1 Dec 3, 2025 πŸ› Bug fixes
v0.3.0 Dec 2, 2025 ✨ New features
v0.1.3 Nov 2025 πŸ”§ Improvements
v0.1.2 Nov 2025 πŸ› Bug fixes
v0.1.1 Nov 2025 ✏️ Minor updates
v0.1.0 Nov 2025 πŸŽ‰ Initial release

Links