- Platform updates
- Update window sizes
- Update Platform Version
- Add file preview
- Don't specify pluginUntilBuild. This plugin will work forever ;)
- Update supported platform versions
- Accept starting file location when starting Module Maker
- Dependency updates
- Attempt to fix crash on startup (again)
- Attempt to fix crash on startup
- Finished Compose UI migration (all UI is now in Compose!)
- Added basic telemetry. There is no project or user specific data collected, just general module settings used when creating a module.
- Compose UI migration
- Support new intellij platform versions
- Update to Kotlin 1.9
- Better support for smaller screens
- Support for multi-app projects with multiple settings.gradle(.kts) files
- Support a custom "include" keyword to be used to include modules in settings.gradle(.kts) files
- Performance improvement for large projects
- Added better support around multiple include keywords in settings.gradle.kts file
- Added support for custom module names for api / glue / impl modules
- Added support for file paths in settings.gradle.kts file
- Fixed issue when multiple projects were open
- Add option to add README.md when generating a module
- Add option to add .gitignore to module creation
- Added new section in settings to specify custom .gitignore template
- Added settings under 'General' tab to set defaults for most module configurations
- Add import / export in settings
- Internal improvements
- Add support for variables in custom templates
- Auto sync project after module creation
- Added question mark next to 3 module checkbox
- Compatibility fixes
- Initial release