v0.4.4
Release Notes
Latest Release: v0.4.4 (December 22, 2025)
Doctor Enhancement & Code Quality 🩺
RapidKit npm check in Doctor, dynamic version markers, and TypeScript fixes!
What's New
- 🩺 RapidKit npm Check in Doctor - System check now verifies
npx rapidkit --version- Shows installed version or "Not cached" status
- Helps diagnose npm package availability issues
- 🔄 Dynamic Version Markers - Marker files now use extension version from package.json
- New
getExtensionVersion()utility function - Centralized constants in
utils/constants.ts - No more hardcoded version strings
- New
- 🐛 TypeScript Fix - Added
'preview'toRapidKitModule.statustype- Fixed 30+ compilation errors in moduleExplorer.ts
- 📝 Documentation - Updated CHANGELOG links (0.4.0-0.4.3)
Previous Releases
v0.4.3 (December 12, 2025)
UI/UX Enhancements & Complete Module Catalog
- 🧩 Complete Module Explorer - 27 modules across 12 categories (AI, Auth, Billing, Business, Cache, Communication, Database, Essentials, Observability, Security, Tasks, Users)
- All marked as "🔜 Coming Soon" preview
- Full integration planned for Q1 2026
- 📢 Enhanced Notifications - Action buttons for better workflow
- Project creation:
📂 Open in Editor,⚡ Open Terminal,🧩 Add Modules,📖 View Docs - Module addition:
📖 View Module Docs,➕ Add Another Module - System check:
📊 View Full Reportor🔧 View Issues
- Project creation:
- 🎨 Cleaner UI
- Removed TEMPLATES tab (redundant)
- Enhanced ACTIONS panel with categories (Quick Start, Resources, Feedback)
- Safer context menus - dangerous operations at bottom
- 📊 Better Status Bar - Shows project count:
🚀 RapidKit | X Projects | Ready
| Version | Date | Highlights |
|---|---|---|
| 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 |
For complete changelog, see CHANGELOG.md.