File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7- ## [ 0 .0.9 ]
7+ ## [ 1 .0.0 ]
88
99### Added
1010
11- - ** Ktorfit Support** : Added Ktorfit as a network library option for Compose Multiplatform projects
12- - ** Network Library Selection** : Choose between Ktor or Ktorfit when creating new CMP projects
11+ - ** Ktorfit Support** : Added Ktorfit as a network library option for Compose, XML projects and CMP projects
12+ - ** Network Library Selection** : Choose between Ktor or Ktorfit when creating new Compose, XML and CMP projects
1313
1414### Changed
1515
16- - ** Platform Compatibility** : Updated to support IntelliJ Platform 2025.2.2.3 and Android Studio build 252 .*
17- - ** Gradle Update** : Updated to Gradle 8.13.0 for better performance and stability
16+ - ** Platform Compatibility** : Updated to support Android Studio build 253 .*
17+ - ** Gradle Update** : Updated to Gradle 8.13.2 for better performance and stability
1818- ** SDK Versions** : Updated project templates to use latest stable SDK versions
19+ - ** Dependency Updates** : Updated all major dependencies to their latest stable versions
20+ - ** Bug Fixes** : Resolved various bugs reported in previous versions to improve overall stability
1921
2022### Removed
21-
22- - Removed unused UI components to improve plugin performance
23+ - ** Legacy Code Cleanup** : Removed legacy code paths to streamline project generation
2324
2425[ Unreleased ] : https://github.com/cnrture/QuickProjectWizard/compare/v0.0.9...HEAD
2526[ 0.0.9 ] : https://github.com/cnrture/QuickProjectWizard/commits/v0.0.9
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginVersion = 1.0.0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild =241
11- pluginUntilBuild =252 .*
11+ pluginUntilBuild =253 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = AI
You can’t perform that action at this time.
0 commit comments