Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 committed Sep 22, 2023
1 parent fd10626 commit ba58023
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions plugin/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.0.2
- Added support for RustRover
- Fix presence being updated even if there is no change, causing an exponential delay between updates
- Fix some debug data being logged even if debug logging is disabled

## v2.0.1
This version fixes https://github.com/Azn9/JetBrains-Discord-Integration/issues/3
- Fix presence not re-showing if discord is restarted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object ApplicationUpdateNotification {
private val content = """
Thank you for using the JetBrains Discord Integration!
New in this version:${getChangelog()}
Enjoying this plugin? Having issues? Join our <a href="https://discord.gg/SvuyuMP">Discord</a> server for news and support.
Enjoying this plugin? Having issues? Join our <a href="https://discord.gg/mEDvg6sYp2">Discord</a> server for news and support.
""".trimIndent()

private val group = NotificationGroup("${Plugin.getId()}.update", NotificationDisplayType.STICKY_BALLOON, true)
Expand Down
6 changes: 3 additions & 3 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<plugins>
<plugin
id="com.almightyalpaca.intellij.plugins.discord"
url="https://github.com/Azn9/JetBrains-Discord-Integration/releases/download/v2.0.1/JetBrains-Discord-Integration-2.0.1.zip"
version="2.0.1">
url="https://github.com/Azn9/JetBrains-Discord-Integration/releases/download/v2.0.2/JetBrains-Discord-Integration-2.0.2.zip"
version="2.0.2">
<idea-version since-build="203.0" />
<name>Discord Integration v2</name>
<description><![CDATA[
Expand All @@ -18,7 +18,7 @@ Feel free to open a pull request if you want to contribute to the project.<br>
Note : The plugin is not available on the JetBrains plugin repository yet.
]]></description>
<change-notes><![CDATA[
visit <a href="https://github.com/Azn9/JetBrains-Discord-Integration/releases/tag/v2.0.1">GitHub</a> for changelog
visit <a href="https://github.com/Azn9/JetBrains-Discord-Integration/releases/tag/v2.0.2">GitHub</a> for changelog
]]></change-notes>
</plugin>

Expand Down

0 comments on commit ba58023

Please sign in to comment.