Skip to content

2.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:39
· 22 commits to main since this release

Discord Music RPC 2.2.0

This release significantly improves the selector system, making it easier to inspect and write selectors while also fixing incorrect image matching. It also introduces new selector flags for more flexible matching.

Note: This is the final release under the discord-music-rpc repository name. Starting with the next release, the project will be renamed to web-presence.

Added

  • Added only and ignore selector flags for more flexible selector matching.
  • These flags are also supported in the userscript system when used inside the getText() and getImage() functions.

Improved

  • Added a preview for selector results, allowing you to inspect matched text and images before choosing the correct result.
  • Improved the selector results interface for better readability and usability.
  • Added an information section explaining the purpose of each part of the selector system.

Fixed

  • Fixed an issue where the image selector could occasionally return incorrect results.

Full Changelog: 2.1.0...2.2.0