Skip to content

Releases: dima74/intellij-indent-rainbow

v2.2.0

31 Jul 15:37
8453b9f
Compare
Choose a tag to compare
  • Fixed plugin icon in 2023.2
  • Enhanced user experience by improving the language of the opacity slider. Renamed "Less Opacity"/"More Opacity" to "Transparent"/"Opaque" (thanks @bv-torrent!)

v2.1.0

01 Dec 17:28
a5ed473
Compare
Choose a tag to compare
  • Add option to make edges round
  • Fix language detection for "Never highlight indent as error" option
  • Fix conflict with Rider UI Theme
  • Fix gap between indents when "Show indent guides" option is disabled

v2.0.2

17 Mar 16:33
5d94e3b
Compare
Choose a tag to compare
  • Pastel color palette is now the default for new installations
  • Indent rainbows are now pixel perfect aligned with indent guides
  • Indent rainbow now shows on empty lines
  • Fixes that inspections can hide Indent rainbows
  • Use simple highlighter by default and improved it performance
  • Custom colors are now configured in Settings | Indent Rainbow | Color palette

v1.7.0

18 Nov 16:11
2c66cee
Compare
Choose a tag to compare
  • Add option to disable Indent Rainbow on big files
  • Add option to use simple highlighter only in specific files
  • Removed old deprecated sequential highlighter
  • Fix interaction with feature
  • Rework exceptions reporting

v1.6.2

01 Nov 13:58
c17a291
Compare
Choose a tag to compare
  • Fix dynamic plugin unloading

v1.6.1

05 Nov 07:23
de3da03
Compare
Choose a tag to compare
  • Add an option to show only incorrect indentation
  • Addressed some exceptions, thanks to everyone who reported them!