Skip to content

v0.9.0

Choose a tag to compare

@getrapidkit getrapidkit released this 10 Feb 16:34
· 160 commits to main since this release

Release Notes

Latest Release: v0.9.0 (February 10, 2026)

🎭 Release: v0.9.0 β€” Modal System + Smart Caching + Responsive Design

Summary: Introduced comprehensive modal-based workflows for all core actions, intelligent caching for faster operations, and responsive design for better usability across devices.

Added

  • 🎭 Modal System β€” Interactive modals for creating workspaces, projects, and installing modules with validation, error handling, and keyboard shortcuts
  • ⚑ Requirement Cache β€” Smart 5-minute caching for Python and Poetry checks, reducing redundant system calls by 30-50%
  • πŸ“± Responsive Design β€” New responsive stylesheet with mobile-friendly layouts and adaptive breakpoints

Improved

  • 🎨 Updated Screenshots β€” All 3 gallery images refreshed to showcase current UI with modal system
  • πŸ”§ Enhanced Commands β€” Better validation and feedback for createWorkspace, createProject, and addModule
  • 🎯 UI/UX Polish β€” Refined HeroAction, QuickLinks, and ModuleBrowser components with loading states
  • 🐍 Python/Poetry Integration β€” More robust detection with caching and better error recovery

Technical

  • New Components: 3 modal components (CreateProject, CreateWorkspace, InstallModule)
  • New Utilities: RequirementCache for system check optimization
  • New Styles: Responsive CSS with mobile breakpoints
  • Architecture: Better separation of concerns with standalone modal components

Performance

  • ⚑ 30-50% faster workspace creation on repeated operations
  • ⚑ Cached Python/Poetry checks reduce system calls
  • ⚑ Better perceived performance with immediate loading states

Previous Release: v0.8.0 (February 9, 2026)

🎨 Release: v0.8.0 β€” Workspace Cards Redesign + Dynamic Version

Summary: Completely redesigned workspace cards with detailed project statistics, improved UI/UX, and automatic version synchronization.

Added

  • πŸ”„ Dynamic Version Display β€” Version is now automatically synced from package.json to the React welcome page, eliminating manual updates and ensuring consistency
  • πŸ“Š Project Statistics β€” Enhanced workspace tracking with separate counters for FastAPI and NestJS projects, replacing simple type arrays with detailed stats

Improved

  • 🎨 Redesigned Workspace Cards β€” Complete UI overhaul with compact horizontal layout, color-coded project badges, better visual hierarchy, and improved information density
  • πŸ” Enhanced Project Detection β€” More accurate scanning that detects projects directly in workspace root with RapidKit markers and framework-specific fallbacks

Changed

  • πŸ“ Workspace Data Structure β€” Updated from projectTypes: string[] to projectStats: { fastapi?: number, nestjs?: number } for more granular tracking

Visual Changes

Workspace Cards Before:

  • Vertical layout with separate info sections
  • Simple project type indicators
  • Less information density

Workspace Cards After:

  • Compact horizontal layout
  • Individual badges for each project type with counts (⚑ FastAPI, 🐱 NestJS)
  • Color-coded tags for better visual scanning
  • Inline time display
  • Hover-only close button
  • Better path truncation with RTL direction

πŸ“‹ 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