Releases: Azn9/JetBrains-Discord-Integration
Releases · Azn9/JetBrains-Discord-Integration
v2.1.10
v2.1.9
Full Changelog: v2.1.8...v2.1.9
What's Changed
- Add .vb as a valid VB.NET extension by @pascalecu in #285
- Add Visual Basic(.NET) icons by @pascalecu in #287
- Display .h files as H, not C by @Vinnih-1 in #275
- fix: fix discord IPC file detection on windows by @Azn9 in #290
New Contributors
- @pascalecu made their first contribution in #285
v2.1.8
Full Changelog: v2.1.7...v2.1.8
What's Changed
- Fixing the NoSuchFileException by creating the necessary directories by @WizardlyBump17 in #240
- Fixed typo that prevented Docker Compose from being recognized by @doof3333 in #253
- fix: Fixed typo that prevented TeX detection by @doof3333 in #257
- Fix: toolbox application normalization for RPC detection by @coleleavitt in #269
- feat: add Svelte language support with classic theme icon by @twangodev in #270
- Fix detection of files incorrectly marked as Gradle by @Vinnih-1 in #272
New Contributors
- @WizardlyBump17 made their first contribution in #240
- @doof3333 made their first contribution in #253
- @coleleavitt made their first contribution in #269
- @twangodev made their first contribution in #270
v2.1.7
v2.1.6
v2.1.5
Fixes:
- Fix a typo in the settings where "Large icon" is written instead of "Small icon"
- Fix an issue with JetBrains Client when using version without edition mode
- Fix an issue with phpstorm due to a missing identifier
- Fix an incorrect browser detection leading to false-positive warnings
- Fix some other issues
Icons and themes:
- theme: add missing tex and bibtex icon by @Aphcity in #228
- Add avalonia (.axml) support and icons for themes classic, flat, and material
New Contributors
v2.1.4
New features:
- Add a custom field for large and small icons, allowing to set custom icon URLs
Fixes:
- Lower the Java version on 242 plugin versions as some IDE still use Java 17
- Add detection for custom discord clients such as Vesktop
- Fix an issue causing the application name not to change while changing the setting
- Fix an issue causing the plugin to not work on remote development/JetBrains Client (thanks @notTamion )
- Fix some connection issues
Icons and themes:
- Add solidity icons
v2.1.3
Full Changelog: v2.1.2...v2.1.3
Fixes:
- Fix the presence not hiding or showing "idling" when idling
- Fix exception "This socket has either been closed, or, was never connected"
- Fix incompatibility wiht DataSpell v2024.2
- Fix wrong templates.adoc link
QoL:
- Mark the plugin as incompatible with Almighty Alpaca's old version
Icons and themes:
- Update all application IDs
- Update the IntelliJ IDEA Community icon in the "2024 icons" theme
- Update C# icon in the "classic" theme
v2.1.2
Full Changelog: v2.1.1...v2.1.2
Fixes:
- Cancel some functionalities of the plugin if Almighty Alpaca's old version is detected as it raises exceptions
- Fix error "IPC error: ErrorEventData(code=1000, message=Request has been terminated..."
- Fix error "Throwable: unknown runnable: dev.azn9.plugins.discord.time.TimeService"
QoL:
- Added notifications when an issue that may/will prevent the plugin from working is detected
v2.1.1
Full Changelog: v2.1.0...v2.1.1
What's Changed
- Re-enable the need to restart the IDE when enabling, disabling, and updating the plugin to avoid issues like
getService(T::class.java) must not be null