Skip to content

3.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:16
· 20 commits to main since this release

Web Presence 3.0.0

discord-music-rpc is now Web Presence

When this project first started, it had a single goal: bringing Rich Presence support to music websites. As it evolved, I realized it had the potential to become much more than that. It no longer made sense to limit the project's identity to music alone, so I decided it was time for a new name.

Starting with this release, discord-music-rpc becomes Web Presence—a name that better reflects the project's broader vision of supporting media and activity across the web.

Thank you to everyone who has supported the project, reported bugs, suggested features, or contributed along the way. Your feedback has helped shape Web Presence into what it is today, and I'm excited for what's next.

Added

  • Added Video Statistics to the dashboard.
  • Added Video History to the dashboard.
  • Added a Music / Video / All filter to the extension's History page.

Improved

  • Rebranded the project from discord-music-rpc to Web Presence.
  • Generalized all music-related localization strings to support a broader range of media.
  • Refreshed and reorganized the dashboard interface.
  • Improved localization key consistency throughout the project.

Changed

  • Updated the API: songUrl has been renamed to link.
    • This change is fully backward compatible, so no migration is required.

Breaking Changes

  • None. Existing integrations will continue to work without modification.

Synchronise history data with the Dashboard

1- Extension popup > settings > backup / restore
2- Click "Sync History Between App & Extension"

Conflict issues in Linux distributions

You must remove the old application on Arch and Nix.

Arch

1- sudo pacman -Rns discord-music-rpc
2- curl -fsSL https://raw.githubusercontent.com/KanashiiDev/web-presence/main/scripts/install-arch.sh | bash

Nix

1- nix profile remove discord-music-rpc
2- nix profile add github:KanashiiDev/web-presence
3- Reboot

Full Changelog: 2.2.0...3.0.0