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

🔖 2.2.4 Appeared!

Latest
Compare
Choose a tag to compare
@rxri rxri released this 22 May 21:41
· 9 commits to master since this release
2941a65

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 connection to Application.
• New discord avatar in popup.
• Default locale in Language option is now your Browser Language!
• Languages for presences with multiLanguage no longer get reset on browser or popup open.
• When Presence has multiLanguage and value is not presented -> returns Browser Language 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"]); //* You can add multiple presences at one time!
//* Remove Presence
window.removePresenceLegacy("Twitter"); //* You can remove only one presence per command.

Presence Developing:

  • Deprecated getActivity() function inside Presence Class.
  • Deprecated appMode & injectOnComplete in Presence Options.
  • Fixed clearActivity() function.
  • Fixed getPageletiable() function that could freeze Firefox browser.

Safari:

  • New window when you install Extension.
  • Fixed Close and open Safari Preferences button in popup (Use our DMG to copy Extension to /Applications directory).

Issues

  • With adding presences:
    Please create a issue 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: ---------
SHA256: --------