8000 impl: update icons to match the new branding by fioan89 · Pull Request #555 · coder/jetbrains-coder · GitHub
[go: up one dir, main page]

Skip to content

impl: update icons to match the new branding #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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)
  • Loading branch information
fioan89 committed Jun 25, 2025
commit 6b779aa36254073c98c5c9f7617a3d1d49317ad1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -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=
Expand Down
0