diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..32b8157 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [0.2.0] + +### Added +- Added optional git initialization for new projects (#16) +- Added automatic git staging option (#14) +- Added man page support and improved help documentation (#13) +- Implemented configuration file support (#12) +- Added settings panel for better user configuration (#11) +- Added ktlint and detekt options for new features (#8) +- Added app module selector for new features (#6) +- Added Gradle check task validation (#5) + +### Changed +- Improved version catalog logic and fixed related bugs +- Simplified version catalog implementation (#9) +- Moved all requests to a dedicated request package +- Updated plugin name and template thumbnail +- Improved README documentation + +### Fixed +- Fixed multiple generation glitches +- Fixed issue where new architecture module option was shown with existing modules (#7) +- Various bug fixes in version catalog logic + +## [0.1.0] - Initial Release +- Initial release of the Clean Architecture Generator plugin diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml index d673ed9..d0f7873 100644 --- a/plugin/src/main/resources/META-INF/plugin.xml +++ b/plugin/src/main/resources/META-INF/plugin.xml @@ -7,7 +7,38 @@ Guidelines: https://plugins.jetbrains.com/docs/marketplace/best-practices-for-listing.html#plugin-name --> Clean Architecture Generator (CAG) - 0.1.0 + 0.2.0 + + 0.2.0 +

Added

+ + +

Changed

+ + +

Fixed

+ + ]]>
Mitteloupe Limited