Skip to content

v2.0.0

Compare
Choose a tag to compare
@arturbosch arturbosch released this 26 May 21:07
· 30 commits to main since this release
  • Based on detekt 1.23.0
  • Support file and directory analysis from project explorer, editor and tool window - #469
  • Enable detekt was renamed to Enable background analysis to make it clearer that it activates the on-the-fly analysis while coding - #469
  • Introduce detekt doc tool window for quick access to detekt's documentation.
    • Introduce Show detekt Rules Documentation action to open tool window with style rules set pre-selected
    • Introduce Show detek Changelog action to open tool window with the current changelog.
  • Allow to redirect detekt's output to IntelliJ log file.
  • Drop support for Android Studio 2021.3. Android Studio 2022.1.1 Patch 2 is the new minimal supported IntelliJ Platform version.
  • Minimal supported IntelliJ version is now 2022.1.4.
  • Drop support for settings migration from version < 1.21.1. Make sure to update from 1.21.2+ or be prepared to renew your settings - #469
  • Drop naming scheme based on included detekt version - #469
    • This makes sure the IntelliJ plugin can make feature release with proper semantic versioning.
    • The included detekt version will always appear in the current changelog entry for reference.