From 66f4a76c038f9589e42d5e3e24eb1e405e3fb76c Mon Sep 17 00:00:00 2001 From: Faur Ioan-Aurel Date: Wed, 25 Jun 2025 23:44:23 +0300 Subject: [PATCH 1/3] impl: update icons to match the new branding --- CHANGELOG.md | 4 + src/main/resources/logo/coder_logo.svg | 83 +---------------- src/main/resources/logo/coder_logo_16.svg | 90 +------------------ .../resources/logo/coder_logo_16_dark.svg | 88 +----------------- src/main/resources/logo/coder_logo_dark.svg | 81 +---------------- 5 files changed, 14 insertions(+), 332 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067980a5f..d6e5bcf53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +### Changed + +- the logos and icons now match the new branding + ## 2.20.1 - 2025-05-20 ### Changed diff --git a/src/main/resources/logo/coder_logo.svg b/src/main/resources/logo/coder_logo.svg index c500929e8..300ce0c2b 100644 --- a/src/main/resources/logo/coder_logo.svg +++ b/src/main/resources/logo/coder_logo.svg @@ -1,80 +1,3 @@ - - - - - Coder logo - - - - - - - - - - Coder logo - - - - + + + \ No newline at end of file diff --git a/src/main/resources/logo/coder_logo_16.svg b/src/main/resources/logo/coder_logo_16.svg index f4ab0e101..f3528e6fc 100644 --- a/src/main/resources/logo/coder_logo_16.svg +++ b/src/main/resources/logo/coder_logo_16.svg @@ -1,87 +1,3 @@ - - - - - - - Coder logo - - - - - - - - - - Coder logo - - - - + + + \ No newline at end of file diff --git a/src/main/resources/logo/coder_logo_16_dark.svg b/src/main/resources/logo/coder_logo_16_dark.svg index 77715c283..008da7dc4 100644 --- a/src/main/resources/logo/coder_logo_16_dark.svg +++ b/src/main/resources/logo/coder_logo_16_dark.svg @@ -1,87 +1,3 @@ - - - - - - - Coder logo - - - - - - - - - - Coder logo - - - + + diff --git a/src/main/resources/logo/coder_logo_dark.svg b/src/main/resources/logo/coder_logo_dark.svg index e8c05d102..83e9a47b1 100644 --- a/src/main/resources/logo/coder_logo_dark.svg +++ b/src/main/resources/logo/coder_logo_dark.svg @@ -1,80 +1,3 @@ - - - - - Coder logo - - - - - - - - - - Coder logo - - - + + From 6b779aa36254073c98c5c9f7617a3d1d49317ad1 Mon Sep 17 00:00:00 2001 From: Faur Ioan-Aurel Date: Wed, 25 Jun 2025 23:56:02 +0300 Subject: [PATCH 2/3] fix: eap build is no longer available for verification In the previous PR 2025.2 EAP build was available on the default repositories, it no longer seems the case. Additionally, I've configured the verification phase to use the latest available 2024.3 patch (6 patches available) --- CHANGELOG.md | 1 + gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e5bcf53..49a75e4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Changed - the logos and icons now match the new branding +- the plugin is functionally the same but built with the new plugin system ## 2.20.1 - 2025-05-20 diff --git a/gradle.properties b/gradle.properties index 7327317ca..4531289a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginName=Coder pluginVersion=2.20.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. -pluginSinceBuild=243.26053 +pluginSinceBuild=243.26574 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties # Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases # @@ -23,11 +23,11 @@ pluginSinceBuild=243.26053 # (for example if 233.14808-EAP-CANDIDATE-SNAPSHOT is missing then find a 233.* # that exists, ideally the most recent one, for example # 233.15325-EAP-CANDIDATE-SNAPSHOT). -platformVersion=2024.3 +platformVersion=2024.3.6 # Gateway does not have open sources. platformDownloadSources=true # available releases listed at: https://data.services.jetbrains.com/products?code=GW -verifyVersions=2024.3,2025.1 +verifyVersions=2024.3.6,2025.1 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 platformPlugins= From 113718d8c1039e6fb2170751e608184f960ce40e Mon Sep 17 00:00:00 2001 From: Faur Ioan-Aurel Date: Wed, 25 Jun 2025 23:56:37 +0300 Subject: [PATCH 3/3] chore: next version is 2.21.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4531289a9..8f00c9e14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginGroup=com.coder.gateway artifactName=coder-gateway pluginName=Coder # SemVer format -> https://semver.org -pluginVersion=2.20.0 +pluginVersion=2.21.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=243.26574