Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:34
· 38 commits to main since this release

Discord Music RPC 2.0.0

2 0 0

This release introduces a major architectural change to the system by replacing the built-in site model with a new Activity Library. This update improves maintainability, enables faster updates, and introduces a centralized way to manage and distribute activities.

Added

  • Activity Library system
  • Userscript iframe support

Activity Library

To reduce maintenance overhead and enable faster updates, built-in sites have been migrated into the Activity Library system.

The Activity Library is a centralized repository-based system that allows users to:

  • Install, publish, and maintain userscripts through a shared repository
  • Receive automatic updates for installed activities
  • Contributors will be able to export their userscripts directly from the Userscript Manager and submit them to this repository for others to use.

Important

As part of this transition, users must grant Userscript API permission to the extension in their browser for the Activity Library system to function correctly.

Improved

  • Userscript regex engine improved to fully support complete regex patterns
  • Userscript enable/disable toggle behavior fixed in edge cases
  • Image detection in userscripts fixed for more reliable results
  • Several built-in websites updated and migrated into the Activity Library
  • Overall userscript system stability and consistency improved
  • Improved userscript API permission warning with updated help section and visual guides

Changed

  • Built-in site support has been removed and replaced by the Activity Library system
  • Built-in Site Visibility management has been removed
  • Userscript export format changed from JSON to JavaScript only for consistency

Breaking Changes

  • Due to the system transition, site-specific filters and settings may need to be reconfigured after updating
  • Some userscripts may need to be edited or re-saved.

Fixed

  • Fixed multiple issues in userscript execution and site handling
  • General stability improvements across the system

New Contributors

Full Changelog: 1.11.0...2.0.0