Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron/forge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.7.0
Choose a base ref
...
head repository: electron/forge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.8.0
Choose a head ref
  • 13 commits
  • 58 files changed
  • 7 contributors

Commits on Feb 19, 2025

  1. fix(maker-wix): version with pre-release tag breaks app start (#3855)

    * fix(maker-wix): version with pre-release breaks app start
    
    `electron-wix-msi` expects a valid semantic version as the `version` option.
    
    It then uses the original semantic version as an app version and transformed to windows compatible version as the MSI version separately.
    
    Providing windows compatible but invalid semantic version breaks app running via StubExecutable.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    
    * use semver checker
    
    * use semver checker including build
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    
    ---------
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    Co-authored-by: Erick Zhao <erick@hotmail.ca>
    ShGKme and erickzhao authored Feb 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    4571cb5 View commit details
  2. fix(maker-wix): inherit config types from electron-wix-msi (#3858)

    * fix(maker-wix): inherit config types from `electron-wix-msi`
    
    * Add TSDoc back
    erickzhao authored Feb 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    64714a4 View commit details

Commits on Feb 20, 2025

  1. feat(cli): add --skip-git option (#3860)

    * feat(cli): add `--skip-git` option
    
    * add test
    erickzhao authored Feb 20, 2025
    Copy the full SHA
    9b720e0 View commit details

Commits on Mar 3, 2025

  1. fix(core-utils): trim spawnPackageManager output (#3866)

    * improve system check logic from pnpm
    
    * modified nodelinker to use trim()
    
    * improved spawnPackageManager to return trimmed strings
    
    * Simplifiy the return statement of spawnPackageManager
    rahulptl165 authored Mar 3, 2025
    Copy the full SHA
    632117e View commit details
  2. test(core-utils): add test coverage for spawnPackageManager (#3868)

    dsanders11 authored Mar 3, 2025
    Copy the full SHA
    aee077f View commit details

Commits on Mar 12, 2025

  1. fix(start): pass app args with correct amount of -- (#3879)

    erickzhao authored Mar 12, 2025
    Copy the full SHA
    d9323d7 View commit details

Commits on Mar 13, 2025

  1. fix(cli): correctly wire up --skip-git opt (#3886)

    erickzhao authored Mar 13, 2025
    Copy the full SHA
    a604f66 View commit details

Commits on Mar 14, 2025

  1. fix(core-utils): correctly fall back package manager lockfile (#3885)

    erickzhao authored Mar 14, 2025
    Copy the full SHA
    aae17fc View commit details

Commits on Mar 18, 2025

  1. fix(template-base): properly add .npmrc to template files (#3891)

    fix(init): ensure `.npmrc` can be written
    erickzhao authored Mar 18, 2025
    Copy the full SHA
    5329eca View commit details

Commits on Mar 19, 2025

  1. feat(cli): show template sources when initializing (#3895)

    erickzhao authored Mar 19, 2025
    Copy the full SHA
    d3900ee View commit details
  2. fix(cli): add descriptive error for unsupported node version (#3894)

    * fix(cli): add descriptive error for unsupported node version
    
    * fix(cli): reorder imports
    
    * fix(cli): remove redundant node version check via listr2
    
    * nits
    
    ---------
    
    Co-authored-by: Erick Zhao <erick@hotmail.ca>
    knqu and erickzhao authored Mar 19, 2025
    Copy the full SHA
    de1ab07 View commit details
  3. build(deps): bump axios from 1.7.6 to 1.8.4 (#3897)

    Bumps [axios](https://github.com/axios/axios) from 1.7.6 to 1.8.4.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.6...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2025
    Copy the full SHA
    d80b22c View commit details

Commits on Mar 24, 2025

  1. v7.8.0

    VerteDinde committed Mar 24, 2025
    Copy the full SHA
    f3af7b8 View commit details
Loading