Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

🔖 2.2.4.1-BETA Appeared!

Pre-release
Pre-release
Compare
Choose a tag to compare
@rxri rxri released this 18 May 08:09
· 11 commits to master since this release
b7ec9bf

What changed in this release?

• Fixed partnered presences not working if they had settings (includes multiLanguage).
• Fixed extension not being able to connect to the PreMiD website.
• Fixed GraphQL requests (includes a CORS issue).
• Fixed clearActivity() function for Presences.
• Fixed connection to Application.
• Deprecated getActivity() function inside Presence Class.
• Deprecated appMode & injectOnComplete in Presence Options.
• New discord avatar in popup.
• Languages for presences with multiLanguage no longer get reset on browser or popup opening.
• When Presence has multiLanguage and value is not presented -> it will return en (English) as default.
• You can add now presences or remove them directly from console. How to do it? Just open background page of extension and do window.addPresenceLegacy() (accepts string or array with strings) or window.removePresenceLegacy() (accepts strings).

  • Example:
//* Add Presence
window.addPresenceLegacy("Discord"); //* You can add one presence
window.addPresenceLegacy(["Discord", "Twitter"]); //* It accepts Array!
//* Remove Presence
window.removePresenceLegacy("Twitter");

• SAFARI ONLY CHANGE! New window when you install Extension.

Issues

  • With adding presences:
    Please contact me on discord (ririxi#2721) to give me more details. I was trying to reproduce this issue in my environment but I couldn't reproduce it - so if you have these issues, please give me full log of extension etc.
    WARNING! I don't accept issues with '429' http error (ratelimited) - if you get this, wait a minute or two then try again :)

  • Clicking Close and open Safari Preferences doesn't work?!?!
    Drop extension file to /Applications folder. It should do the trick.

Information

Release date: 2021-05-17T18:53:00.000Z
SHA256: 69a5adda3314c7cef5020215e0d5a318970d8334ca88af1a836e47f3b8653bca PreMiD-Extension.dmg