Releases: dima74/intellij-indent-rainbow
Releases · dima74/intellij-indent-rainbow
v2.2.0
- 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
- 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
- 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
v1.6.2
- Fix dynamic plugin unloading
v1.6.1
- Add an option to show only incorrect indentation
- Addressed some exceptions, thanks to everyone who reported them!