Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.87 KB

Change Log

[Unreleased]

New:

  • Nothing yet!

Changed:

  • Nothing yet!

Fixed:

  • Nothing yet!

[1.0.3] - 2025-02-21

New:

  • IntelliJ Plugin: Added IntelliJ plugin for formatting support. #33 by @wsutina
    • Added configuration for using a formatting script in the IntelliJ plugin. #42 by @mmollaverdi
    • Enabled IntelliJ plugin configuration per project. #41 by @mmollaverdi
    • Enabled automatically upgrading the supported IntelliJ IDEA version. #39 by @mmollaverdi

Changed

  • Formatting Ignore File Location: Updated the location of the formatting ignore file. #38 by @wsutina
  • Dependency Updates:
    • Updated com.facebook:ktfmt to v0.54. #15 by @renovate
    • Updated com.gradleup.shadow to v8.3.6. #34 by @renovate
    • Updated org.jetbrains.intellij.platform.settings to v2.2.1. #35 by @renovate
    • Updated clikt to v5.0.3. #44 by @renovate
    • Updated dependencyAnalysis to v2.8.2. #45 by @renovate

[1.0.2] - 2025-01-30

Changed:

  • Updated to gradle 8.12.1, kotlin 2.1.10.
  • Update other dependencies (except ktfmt) to newest available versions.

Fixed:

  • Incorrect property in CONTRIBUTING.md

[1.0.1] - 2025-01-14

Changed:

  • Update release pipeline and releasing instruction

Fixed:

  • Fix incorrect local build scan property name

[1.0.0] - 2024-12-12

First OSS release.