Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Mar 17, 2022
1 parent 203ec4b commit 5d94e3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.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`

## 1.7.0
- Add option to disable Indent Rainbow on big files
- Add option to use simple highlighter only in specific files
Expand All @@ -10,7 +18,7 @@

## 1.6.1
- Add an option to show only incorrect indentation
- Addressed some exceptions, thanks to everyone who reported them!
- Addressed some exceptions, thanks to everyone who reported them!

## 1.6.0
- Now you can [choose color palette in settings](https://user-images.githubusercontent.com/6505554/91661297-94f18f00-eaf4-11ea-9d8e-0a97ba7ae982.png):
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

pluginGroup = indent-rainbow
pluginName = Indent Rainbow
pluginVersion = 1.7.0
pluginVersion = 2.0.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 203
pluginSinceBuild = 213
# empty value means compatible with all future IDEs
pluginUntilBuild =

Expand Down

0 comments on commit 5d94e3b

Please sign in to comment.