diff --git a/.changeset/pre.json b/.changeset/pre.json index bcd0644159..6a6ce8f584 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -25,6 +25,7 @@ "fair-rockets-march", "fast-maps-dress", "flat-keys-wonder", + "good-pots-design", "lucky-otters-report", "mighty-spies-knock", "moody-years-poke", @@ -37,6 +38,7 @@ "spotty-foxes-count", "stale-otters-turn", "tame-balloons-walk", + "tough-clouds-think", "twelve-points-whisper", "wild-buttons-pretend", "wild-socks-chew" diff --git a/CHANGELOG.md b/CHANGELOG.md index 23224f6316..bc50f107b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.7...v) (2024-05-14) + + +### Bug Fixes + +* **deps:** update dependency tar to v6.2.1 [security] ([#8171](https://github.com/electron-userland/electron-builder/issues/8171)) ([393f140](https://github.com/electron-userland/electron-builder/commit/393f140459dc4a7d6008750dc48de83c8e8d33a7)) + + +### Features + +* add `afterExtract` hook for after electron distributable has been unpacked ([#8194](https://github.com/electron-userland/electron-builder/issues/8194)) ([588c5db](https://github.com/electron-userland/electron-builder/commit/588c5db47c97e06b540bdc7f7a6de9a936a7603b)) + + + # [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.6...v) (2024-05-06) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index dc52ff8a02..ccebf3d6f1 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -147,6 +147,7 @@ Env file `electron-builder.env` in the current dir ([example](https://github.com
  • launchUiVersion Boolean | String | “undefined” - libui-based frameworks only The version of LaunchUI you are packaging for. Applicable for Windows only. Defaults to version suitable for used framework version.
  • framework String | “undefined” - The framework name. One of electron, proton, libui. Defaults to electron.
  • beforePack module:app-builder-lib/out/configuration.__type | String | “undefined” - The function (or path to file or module id) to be run before pack
  • +
  • afterExtract module:app-builder-lib/out/configuration.__type | String | “undefined” - The function (or path to file or module id) to be run after the prebuilt Electron binary has been extracted to the output directory