Skip to content

v2.1.0

Compare
Choose a tag to compare
@Azn9 Azn9 released this 10 Jul 00:53
· 33 commits to develop since this release
dd9ef8a

v2.1.0

  • Added support for IntelliJ IDEA 2024+
  • Allow users to set a custom discord application id per project
  • Allow users to choose a different icon theme for application icons and file icons
  • Added support for hlsl files, and added missing icons for glsl
  • Added a theme with the new JetBrains icons
  • Added a theme with the macOS JetBrains icons
  • Added two themes for language: Catppuccin Late and Mocha
  • Allow users to set an url for the large and small images
  • Allow users to automatically report errors as GitHub issues via the error dialog
  • Disable the need to restart the IDE when updating or disabling the plugin
  • Add missing matchers for C++ modules (.cppm and .ixx)
  • The plugin will no longer display the project name if the user has not chosen a display mode to avoid leaking information
  • Fix an issue where choosing the "default" theme for a project would not update when changing the global theme
  • Fix an issue where changing theme would not update the presence
  • Fix a false positive with arRPC
  • Fix an issue with "1d" idle value
  • Move icons to a CDN to allow for faster updates
  • Rework the theme system to allow for more flexibility and easier updates

What's Changed

  • build(deps): bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 by @dependabot in #73
  • build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #68
  • build(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #69
  • Add issue template by @Azn9 in #76
  • fix: default to show application when no option is selected by @Azn9 in #93
  • Fix support for 2024.1, update Gradle by @WarningImHack3r in #97
  • fix: better check for running client by @Azn9 in #105
  • Feat/online icons by @Azn9 in #106
  • feat: allow the user to set a custom discord application id per project by @Azn9 in #107
  • feat: fix 2024.2 support by @Azn9 in #108
  • fix: disable "need-restart" in the plugin by @Azn9 in #110
  • feat: add feature request issue template by @Azn9 in #111
  • Update cpp.yaml by @npxtune in #101
  • fix: fix timeout range allowing 1d, which is not permitted by jetbrains by @Azn9 in #109
  • Feat/error reporting by @Azn9 in #112
  • build(deps): bump org.jetbrains.intellij from 1.16.1 to 1.17.3 by @dependabot in #96
  • build(deps): bump jackson from 2.16.1 to 2.17.1 by @dependabot in #114
  • build(deps): bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.6 by @dependabot in #100
  • build(deps): bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.3 to 2.9.1 by @dependabot in #98
  • build(deps): bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 by @dependabot in #78
  • fix: fix project "default" theme copying the theme instead of delegating by @Azn9 in #126
  • feat: allow to choose two different themes for the application and language icons by @Azn9 in #128
  • theme: add 2024 icons theme by @Azn9 in #129
  • theme: add catppuccin latte and mocha themes by @Azn9 in #130
  • theme: add missing opengl icons and add hlsl support (#123) by @Azn9 in #131

New Contributors

Full Changelog: v2.0.8...v2.1.0