Releases: PreMiD/Extension-Safari
🔖 2.2.4 Appeared!
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 ourDMG
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: --------
🔖 2.2.4.1-BETA Appeared!
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
Extension update - 2.2.3
Update
Bump extension to 2.2.3
Bump dependencies
How to install
✅ This dev build is signed. You don't need to use Allow Unsigned Extensions
option in Safari.
Last DEV Build for Safari (v2.2.2-DEV)
🔥 Code moved to Extension repo
v.2.2.2 DEV Build
2.2.2-Safari kek proof