Skip to content

Releases: pandier/intellij-discord-rp

v1.4.1

22 Jun 16:03
91defee
Compare
Choose a tag to compare

Added

  • File types for Protocol Buffer

v1.4.0

06 Jun 18:21
4d961a8
Compare
Choose a tag to compare

Added

  • File types for Ruby, F#, Shell scripts, Batch scripts, SQL, Visual Basic, Prisma schema, HTTP request files, license files

Changed

  • Redesigned icons for Java, JSON, XML, SQL, Visual Basic, Image files
  • Updated KPresence to 0.6.2

v1.3.2

21 May 19:34
a3b1db3
Compare
Choose a tag to compare

Fixed

  • Compatibility for 242.* builds

v1.3.1

15 May 17:44
284ea09
Compare
Choose a tag to compare

Fixed

  • Rich Presence doesn't update when text field is formatted with a variable that has a value of length 1 character (fixes C files not displaying)

v1.3.0

09 May 17:03
be41d4f
Compare
Choose a tag to compare

Added

  • File types for Svelte, Nuxt config (nuxt.config.ts), NPM package (package.json, package-lock.json), TypeScript config (tsconfig.json)

Changed

  • Move Rich Presence configuration options to root

v1.2.1

08 May 12:38
c86a65e
Compare
Choose a tag to compare

Added

  • Add mjs extension support for JavaScript

Fixed

  • ConnectionException on Unix machines

v1.2.0

02 May 12:05
d589c9b
Compare
Choose a tag to compare

Added

  • "Show elapsed time" checkbox that toggles the timestamp for a display mode
  • Text field length validation
  • File type for diff preview

Changed

  • Improved error handling
  • KPresence is now used for back-end

Fixed

  • Emojis are now working in Rich Presence

v1.1.1

20 Apr 15:47
384d835
Compare
Choose a tag to compare

Fixed

  • Remove usage of experimental api

v1.1.0

20 Apr 12:37
8d0f038
Compare
Choose a tag to compare

Added

  • {file_dir_name} variable that displays the directory name of the edited file

  • {app_version} variable that displays the version of the IDE

  • Progress indicator and notification for reconnecting action

  • New icons for Dart, images

  • Improved settings user interface

  • Support for remaining JetBrains IDEs

  • Setting for changing display mode per project (Tools -> Discord Rich Presence -> Change Display Mode in Project)

    • The default value can be configured in global settings
  • Added application display mode

Changed

  • {file_path} now uses path relative to content root
  • {app_full_name} now uses edition instead of version
  • Apply settings reconnecting only when custom application id is modified
  • Minimum supported IntelliJ version is now 2023.1
  • Display mode settings are now grouped into tabs
  • All actions are now dumb aware

Fixed

  • Blank fields causing the activity to not show up

v1.0.2

29 Mar 19:47
1434bc1
Compare
Choose a tag to compare

Fixed

  • Focus change listener not disposing correctly - causing error on shutdown