Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.55 KB

idea-clang-format Changelog

Added

  • The plugin now includes built-in clang-format binaries for Windows, Linux, and macOS.
  • Added an automated GitHub Action to download the latest clang-format binaries.
  • The pipeline also generates the schema based on the latest clang-format version.

Changed

  • Removed pluginUntilBuild, allowing the plugin to be installed on all future versions of the IDE

Fixed

  • Invalidate the cache when the settings are changed.
  • #15 Fix UnsupportedOperationException

1.1.1 - 2024-11-25

Fixed

  • Add dependency to json plugin

1.1.0 - 2024-11-24

Fixed

  • Fixed wrong url on README.md
  • Update to idea 2024.3

1.0.0 - 2024-11-02

Added

  • Initial scaffold created from IntelliJ Platform Plugin Template
  • Language support for .clang-format files
  • Detect indentation style and column limit from .clang-format file
  • Format code using clang-format binary
  • Settings page to configure clang-format binary path
  • On Rider, format code on save (other IDEs already have this feature)