You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
Breaking API Changes
Aura
The whole module was renamed to App.
The App section below will contain the other changes to this module
App
The InterProcessCommunicator constructor now always accepts the id to use for the named pipe.
For an application-wide IPC, get the InterProcessCommunicator object with Aura::getActive().getIPC()
Added the following methods to Aura: isRunningOnWindows(), isRunningOnLinux(), isRunningViaFlatpak(), isRunningViaSnap(), isRunningViaLocal()
Update
The Updater constructor must now always take a gitHubRepo URL argument. It will no longer use Aura::getActive().getAppInfo().getSourceRepo() if no/empty argument is provided.