Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
coeiico committed Feb 25, 2021
1 parent b67bdcb commit 939e86c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### 1.0.5

- added support for 2021.1
- changed editor indent color
- changed editor separator line colors
- changed editor right margin color
- updated white space colors
- changed table selection background color
- changed combo box background
- changed list background
- changed counter foreground and background
- changed plugin install and update button colors
- changed search everywhere colors
- fixed mac scroll track colors
- changed side panel color
- changed combo box and tree modified colors
- changed toggle button colors

### 1.0.4

- visibility changes
Expand Down Expand Up @@ -29,4 +47,4 @@

### 1.0.0

- initial release
- initial release
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ patchPluginXml {
}

publishPlugin {
token intellijPublishToken
// token System.getenv('PUBLISH_TOKEN')
}

task printBuild {
println 'sinceBuild: ' + patchPluginXml.sinceBuild
println 'untilBuild: ' + patchPluginXml.untilBuild
println System.getenv('PUBLISH_TOKEN')
}

0 comments on commit 939e86c

Please sign in to comment.