- Add support for
mac.provisioningProfileso macOS builds can include provisioning profiles for profile-backed entitlements such as APNs.
mac.provisioningProfile so macOS builds can include
provisioning profiles for profile-backed entitlements such as APNs.Add "probe" value to linux.noSandbox option.
"probe" is now the default behavior: at runtime, it detects whether the host
supports Linux user namespaces (unshare -Ur) and only passes --no-sandbox
when they are not available. Set noSandbox: true to always pass --no-sandbox
(previous default behavior), or noSandbox: false to never pass it.
Fix CLI release metadata so Changesets can prepare releases that include CLI updates.
appPath still reject invalid
Electron version ranges.appBuilderLibVersion: "latest" in todesktop.json during builds.Add macOS Icon Composer .icon package support via mac.icon
Allow choosing the latest app-builder-lib version in
todesktop.json.
Clean up failed builds by deleting the build record when upload fails.
linux.deb.depends in todesktop.jsonlinux.executableArgs configuration option for passing
additional command-line arguments to the Linux executable.whoami command not working when authenticated via environment
variables (TODESKTOP_EMAIL and TODESKTOP_ACCESS_TOKEN)whoami commandcatalog: dependencies (without workspace:*
dependencies) can build correctly with Bun and other package managers.todesktop build --introspect flag and
todesktop introspect [buildId] command for interactive shell access to
in-progress builds--config-dir and --ephemeral global flags for custom config
storagemas.minimumSystemVersion config option

todesktop-data.json file that can be tracked in version control. See here for more info: https://www.todesktop.com/docs/application/sync-app-data-with-a-local-file
@todesktop/runtime in customer apps@todesktop/runtimegetLoginItemSettings to be accessed by non-privileged appsentitlementsInherit support for all mac appsisPinnedToVersion for installer so we can show the link on the web app UIpkg artifactssession.setDisplayMediaRequestHandler support. See doc here: https://www.todesktop.com/docs/miscellaneous/capture-screen-contents-newundefined to desktopApp.pluginstodesktop.runtime.isInstalledUsingWindowsMSI function.open-protocol-urltrafficLightPosition on BrowserWindow)
client-core