Skip to content

V2024.2.0

Choose a tag to compare

@nlogozzo nlogozzo released this 30 Jan 04:31
· 257 commits to main since this release
821c450

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.

Fixes