Skip to content

v1.0.3

Choose a tag to compare

@bitjaru bitjaru released this 12 Nov 06:41
· 61 commits to main since this release

🎯 Major Improvements

Auto-Detection Enhancements

  • βœ… Smart Description Generation: Automatically detects and fills project descriptions

    • Reads from package.json if available
    • Generates meaningful descriptions based on tech stack
    • Example: "Real-time backend server with WebSocket" for socket projects
  • βœ… Enhanced Tech Stack Detection:

    • Socket.IO / WebSocket support
    • Database detection (Prisma, MongoDB, PostgreSQL, MySQL)
    • Better framework recognition

User Experience

  • No more empty description fields during setup
  • Pre-filled tech stack based on dependencies
  • Users can still modify auto-detected values

Bug Fixes

  • Fixed issue where description was always empty
  • Improved accuracy of project type detection