Skip to content

Releases: cnrture/QuickProjectWizard

0.0.9

03 Nov 21:22

Choose a tag to compare

Added

  • Ktorfit Support: Added Ktorfit as a network library option for Compose Multiplatform projects
  • Network Library Selection: Choose between Ktor or Ktorfit when creating new CMP projects

Changed

  • Platform Compatibility: Updated to support IntelliJ Platform 2025.2.2.3 and Android Studio build 252.*
  • Gradle Update: Updated to Gradle 8.13.0 for better performance and stability
  • SDK Versions: Updated project templates to use latest stable SDK versions

0.0.8

01 Sep 10:26

Choose a tag to compare

  • Bug fixes

0.0.7

24 Jun 05:43

Choose a tag to compare

  • Bug fixes
  • Introduced Module Generator for creating new Android/Kotlin modules with automatic dependency scanning
  • Added "New Module with Existing Files" feature for moving packages to new modules
  • Integrated Color Picker tool for grabbing HEX/RGB colors from screen with save functionality
  • Added API Tester for testing REST endpoints and API calls
  • Introduced JSON & XML Formatter with syntax highlighting and validation
  • Enhanced template system - create and edit custom Feature/Module templates
  • Automatic library, plugin, and module listing for new module creation
  • Copy existing features under new names with automatic file renaming
  • Comprehensive documentation website with interactive tutorials
  • Fixed dependency management in module generation
  • Resolved template compilation and generation issues