You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,25 @@
11
11
### Fixed:
12
12
- Nothing yet!
13
13
14
+
## [1.0.3] - 2025-02-21
15
+
16
+
### New:
17
+
18
+
-**IntelliJ Plugin**: Added IntelliJ plugin for formatting support. [#33](https://github.com/block/kotlin-formatter/pull/33) by @wsutina
19
+
- Added configuration for using a formatting script in the IntelliJ plugin. [#42](https://github.com/block/kotlin-formatter/pull/42) by @mmollaverdi
20
+
- Enabled IntelliJ plugin configuration per project. [#41](https://github.com/block/kotlin-formatter/pull/41) by @mmollaverdi
21
+
- Enabled automatically upgrading the supported IntelliJ IDEA version. [#39](https://github.com/block/kotlin-formatter/pull/39) by @mmollaverdi
22
+
23
+
### Changed
24
+
25
+
-**Formatting Ignore File Location**: Updated the location of the formatting ignore file. [#38](https://github.com/block/kotlin-formatter/pull/38) by @wsutina
26
+
-**Dependency Updates**:
27
+
- Updated `com.facebook:ktfmt` to `v0.54`. [#15](https://github.com/block/kotlin-formatter/pull/15) by @renovate
28
+
- Updated `com.gradleup.shadow` to `v8.3.6`. [#34](https://github.com/block/kotlin-formatter/pull/34) by @renovate
29
+
- Updated `org.jetbrains.intellij.platform.settings` to `v2.2.1`. [#35](https://github.com/block/kotlin-formatter/pull/35) by @renovate
30
+
- Updated `clikt` to `v5.0.3`. [#44](https://github.com/block/kotlin-formatter/pull/44) by @renovate
31
+
- Updated `dependencyAnalysis` to `v2.8.2`. [#45](https://github.com/block/kotlin-formatter/pull/45) by @renovate
0 commit comments