From a14e930610a71c7cd33a57cd9449f163618e4d79 Mon Sep 17 00:00:00 2001 From: Shalaga44 Date: Wed, 15 May 2024 23:52:37 +0400 Subject: [PATCH] remove default logo --- CHANGELOG.md | 17 ++++++++++++----- gradle.properties | 2 +- src/main/resources/META-INF/pluginIcon.svg | 10 ---------- 3 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 src/main/resources/META-INF/pluginIcon.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e90a40..735ccd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ ## [Unreleased] +## [0.0.3] - 2024-05-14 + +### Removed + +- Remove default logo + ## [0.0.2] - 2024-05-14 + ### Added -- Add default logo and more description + +- Add default logo and more description ## [0.0.1] - 2024-05-12 @@ -14,8 +22,7 @@ - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) -[Unreleased]: https://github.com/shalaga44/missing-annotations-therapist/compare/v0.0.1...HEAD -[0.0.1]: https://github.com/shalaga44/missing-annotations-therapist/commits/v0.0.1 +[Unreleased]: https://github.com/shalaga44/missing-annotations-therapist/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/shalaga44/missing-annotations-therapist/commits/v0.0.3 [0.0.2]: https://github.com/shalaga44/missing-annotations-therapist/commits/v0.0.2 - - +[0.0.1]: https://github.com/shalaga44/missing-annotations-therapist/commits/v0.0.1 diff --git a/gradle.properties b/gradle.properties index 0e5df3e..991e951 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.shalaga44.missingannotationstherapist pluginName = missing-annotations-therapist pluginRepositoryUrl = https://github.com/shalaga44/missing-annotations-therapist # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg deleted file mode 100644 index ad741c9..0000000 --- a/src/main/resources/META-INF/pluginIcon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file