diff --git a/.changeset/angry-cycles-kick.md b/.changeset/angry-cycles-kick.md deleted file mode 100644 index 68a7d82c5a9..00000000000 --- a/.changeset/angry-cycles-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electron-updater": patch ---- - -fix: Handle Linux deb auto update installation on applications having spaces in `artifactName`. diff --git a/.changeset/brown-singers-breathe.md b/.changeset/brown-singers-breathe.md deleted file mode 100644 index 3373a4016d9..00000000000 --- a/.changeset/brown-singers-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-builder-lib": patch ---- - -Automatically place .node files into app.asar.unpack diff --git a/.changeset/clean-trainers-talk.md b/.changeset/clean-trainers-talk.md deleted file mode 100644 index f13c7758f9b..00000000000 --- a/.changeset/clean-trainers-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electron-updater": patch ---- - -fix: allow custom channel in github provider diff --git a/.changeset/old-ducks-cry.md b/.changeset/old-ducks-cry.md deleted file mode 100644 index 31092bf2ce1..00000000000 --- a/.changeset/old-ducks-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electron-updater": patch ---- - -fix: handle spaces for all linux package managers diff --git a/.changeset/sixty-plants-lie.md b/.changeset/sixty-plants-lie.md deleted file mode 100644 index eb6c31d9aa5..00000000000 --- a/.changeset/sixty-plants-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-builder-lib": patch ---- - -fix: return parent dir for local dependency diff --git a/.changeset/smooth-roses-laugh.md b/.changeset/smooth-roses-laugh.md deleted file mode 100644 index f3da01b070f..00000000000 --- a/.changeset/smooth-roses-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-builder-lib": patch ---- - -fix: add disableDefaultIgnoredFiles option diff --git a/CHANGELOG.md b/CHANGELOG.md index 796c0cb7515..e592823fda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [](https://github.com/electron-userland/electron-builder/compare/v25.0.3...v) (2024-08-11) + + +### Bug Fixes + +* add `disableDefaultIgnoredFiles` option ([#8398](https://github.com/electron-userland/electron-builder/issues/8398)) ([5ab2bee](https://github.com/electron-userland/electron-builder/commit/5ab2bee1e1db77967c65d56443f0dc79de5071da)) +* add custom `channel` in github provider ([#8393](https://github.com/electron-userland/electron-builder/issues/8393)) ([8dabf64](https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64)) +* broken link formatting in the docs ([#8407](https://github.com/electron-userland/electron-builder/issues/8407)) ([6cc6b8d](https://github.com/electron-userland/electron-builder/commit/6cc6b8deb4c7682d3c4cc9e450572dd7a135f8ae)) +* **electron-updater,deb:** Handle spaces in application artifact name for deb ([#8400](https://github.com/electron-userland/electron-builder/issues/8400)) ([9dc0b49](https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439)) +* handle spaces in artifact name for all linux platforms instead of only .deb ([#8403](https://github.com/electron-userland/electron-builder/issues/8403)) ([1c14820](https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f)) +* return parent dir for local dependency ([#8406](https://github.com/electron-userland/electron-builder/issues/8406)) ([f7daeb9](https://github.com/electron-userland/electron-builder/commit/f7daeb9976353f7b12c093c88b6e1136b6317880)) + + +### Features + +* always unpack native node files ([#8392](https://github.com/electron-userland/electron-builder/issues/8392)) ([12c52a8](https://github.com/electron-userland/electron-builder/commit/12c52a81420f04ec0e205dd83798c2b0b773011d)) + + + # [](https://github.com/electron-userland/electron-builder/compare/v25.0.2...v) (2024-07-31) diff --git a/docs/generated/DebOptions.md b/docs/generated/DebOptions.md index 2812725a749..5294cfea053 100644 --- a/docs/generated/DebOptions.md +++ b/docs/generated/DebOptions.md @@ -1,5 +1,5 @@