- Nothing yet!
- Nothing yet!
- Nothing yet!
- ktfmt updated to 0.62
- Bump IDEA release version to latest.
- Ensure latest IDEA major version is actually higher than the current major version
- Switch to unified release code for IDEA
- Bump IDEA release version to latest.
- Task configuration is compatible with Isolated Projects.
- The published distribution zip now includes git hooks
- The git hook filenames were renamed to have a
kotlin-format.prefix to avoid potential conflict - The published distribution zip unpacks to
kotlin-formatter-dist-<version>instead ofkotlin-format-shadow-<version>which is more idiomatic
- Update git hooks to use
bin/kotlin-formatinstead ofbin/kotlin-formatteras the default binary path
- Attempt to fix broken publish of 1.6.0
- Added git hooks (available as a separate artifact to the github release, with a dedicated hermit package coming soon)
- Updated some internal dependencies.
- Attempt to fix broken publish of 1.5.0/1.5.1
- Attempt to fix broken publish of 1.5.0
- Added a gradle plugin (id:
xyz.block.kotlinformatter)
- Updated various internal dependencies.
- Updated ktfmt to
v0.59. - Updated various other internal dependencies.
- Updated ktfmt to
v0.58. - Updated various other internal dependencies.
- Add support for IntelliJ version 2025.2
- Various dependency updates
- Update all non-major dependencies
- Update publication to Sonatype Central Portal
- Fixed bug with formatting moved files in pre-commit mode
- Upgrade the supported IntelliJ versions to the 2024.1 to 2025.1 range
- Daemon mode Added new long-running mode for better performance. #67 by @yissachar
- IntelliJ Plugin: Added IntelliJ plugin for formatting support. #33 by @wsutina
- Formatting Ignore File Location: Updated the location of the formatting ignore file. #38 by @wsutina
- Dependency Updates:
- Updated to gradle 8.12.1, kotlin 2.1.10.
- Update other dependencies (except ktfmt) to newest available versions.
- Incorrect property in CONTRIBUTING.md
- Update release pipeline and releasing instruction
- Fix incorrect local build scan property name
First OSS release.