Skip to content

Commit

Permalink
feat: add 2023.2 IDEs support (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas authored May 17, 2023
1 parent 995e0cd commit e327638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ publishPlugin {
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild '201'
untilBuild '231.*'
untilBuild '232.*'
version project.version

changeNotes """
<ul>
<li>2.2.3 Add support to 2023.2 IDEs</li>
<li>2.2.2 Add support to 2023.1 IDEs</li>
<li>2.2.1 Add support to 2022.3 IDEs</li>
<li>2.2.0 Add support to the experimental new ui</li>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/codely_blue.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
"TableHeader.cellBorder": "3,1,3,1",
"Tree.rowHeight": "0",
"WelcomeScreen": {
"Details.background": "obscure_blue",
"Projects.background": "bg0",
"Projects.selectionBackground": "bg2",
"Projects.selectionInactiveBackground": "bg2",
Expand Down

0 comments on commit e327638

Please sign in to comment.