Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

89 lines (62 loc) · 1.96 KB

Module Maker Changelog

[1.0.26]

  • Platform updates

[1.0.25]

  • Update window sizes

[1.0.24]

  • Update Platform Version

[1.0.23]

  • Add file preview

[1.0.22]

  • Don't specify pluginUntilBuild. This plugin will work forever ;)

[1.0.21]

  • Update supported platform versions

[1.0.20]

  • Accept starting file location when starting Module Maker

[1.0.19]

  • Dependency updates

[1.0.18]

  • Attempt to fix crash on startup (again)

[1.0.17]

  • Attempt to fix crash on startup

[1.0.16]

  • 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.

[1.0.15]

  • Compose UI migration

[1.0.14]

  • Support new intellij platform versions
  • Update to Kotlin 1.9
  • Better support for smaller screens

[1.0.13]

  • 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

[1.0.12]

  • Performance improvement for large projects

[1.0.11]

  • Added better support around multiple include keywords in settings.gradle.kts file

[1.0.10]

  • Added support for custom module names for api / glue / impl modules

[1.0.9]

  • Added support for file paths in settings.gradle.kts file

[1.0.8]

  • Fixed issue when multiple projects were open

[1.0.7]

  • 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

[1.0.6]

  • Add import / export in settings

[1.0.5]

  • Internal improvements

[1.0.4]

  • Add support for variables in custom templates

[1.0.3]

  • Auto sync project after module creation

[1.0.2]

  • Added question mark next to 3 module checkbox

[1.0.1]

  • Compatibility fixes

[1.0.0]

  • Initial release