Skip to content

Commit f406fa4

Browse files
committed
Update CHANGELOG for version 1.0.0: Add Ktorfit support, improve platform compatibility, and clean up legacy code
1 parent 6cc75d1 commit f406fa4

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
pluginSinceBuild=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
1414
platformType = AI

0 commit comments

Comments
 (0)