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.1.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.2.0
Choose a head ref
  • 12 commits
  • 59 files changed
  • 5 contributors

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    54dfa30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb601a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c24cacb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    c100186 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    6c0c16f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. chore: bump electronjs/node to 2.1.0 (main) (#3422)

    chore: bump electronjs/node in .circleci/config.yml to 2.1.0
    
    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    electron-roller[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    61d398a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: handle webpack configs exported as default (#3427)

    * fix: handle webpack configs exported as default
    
    * spec: add test
    MarshallOfSound authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    450d9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0b8c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a7efb59 View commit details
    Browse the repository at this point in the history
  2. fix: ensure that webpack is run once per arch for universal builds (#…

    …3433)
    
    * fix: ensure that webpack is run once per arch for universal builds
    
    On universal webpack builds we capture native_modules from node_modules
    and store them in .webpack, these means the packager level rebuild hook
    doesn't rebuild anything.  We need to rebuild once-per-arch which means
    we also need to webpack once-per-arch.
    
    Currently this is fairly naive and missing some things but is safe to land
    in it's current form and we can improve on it later.
    * We build webpack runs sequentially, this is because they share a node_modules
      folder, we could probably instead run webpack once and map native_modules to
      their resolved webpack locations and rebuild N times but only run webpack once
    * We hardcode the universal -> arm64/x64 mapping, this can probably be extended to
      resolving all packager matrixes
    
    * build: fix webpack test tsc
    MarshallOfSound authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f3cd9c6 View commit details
    Browse the repository at this point in the history
  3. feat: add support for sequential groups of webpack builds (#3435)

    * feat: add support for sequential groups of webpack builds
    
    * fix: use webpack multi-compiler dependency specifications to use a single dev server
    MarshallOfSound authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cf760c9 View commit details
    Browse the repository at this point in the history
  4. v7.2.0

    georgexu99 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    30af3b2 View commit details
    Browse the repository at this point in the history
Loading