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/packager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.3.0
Choose a base ref
...
head repository: electron/packager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.4.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 6 contributors

Commits on Jul 18, 2021

  1. docs(issue-template): fix invite link to discord server (#1264)

    `discord.gg` redirects to the ds landing page, this should be `discord.gg/electron` as written in the other places
    vhashimotoo authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    a18f946 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. chore: bump actions/setup-node from 2.2.0 to 2.3.0 (#1265)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7d9b958 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

Commits on Aug 4, 2021

  1. chore: bump actions/setup-node from 2.3.0 to 2.3.1 (#1268)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.3.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.3.0...v2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c1c3a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. chore: bump actions/setup-node from 2.3.1 to 2.3.2

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.1 to 2.3.2.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.3.1...v2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    aa929db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1269 from electron/dependabot/github_actions/acti…

    …ons/setup-node-2.3.2
    
    chore: bump actions/setup-node from 2.3.1 to 2.3.2
    ckerr authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    cb7238f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. chore: bump actions/setup-node from 2.3.2 to 2.4.0 (#1270)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.4.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.3.2...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    bde6031 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. fix(mac): compatibility with electron-notarize@^1.1.0 (#1278)

    * fix: update TypeScript definitions for electron-notarize@1.1.0
    * chore: use import/typescript for .d.ts files
    * chore: upgrade to electron-notarize@^1.1.1
    * chore(mac): remove usage of notarize arg validation & leave it to the module
    * refactor(mac): allow overwriting appBundleId if tool is notarytool
    malept authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    727a610 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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

Commits on Sep 10, 2021

  1. 15.4.0

    malept committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c42b07b View commit details
    Browse the repository at this point in the history
Loading