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/windows-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.1
Choose a base ref
...
head repository: electron/windows-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 22, 2023

  1. chore: bump continuousauth/npm to 2.1.0 (main) (#497)

    * chore: bump continuousauth/npm in .circleci/config.yml to 2.1.0
    
    * chore: remove cfa devDependency
    
    ---------
    
    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    Co-authored-by: George Xu <george.xu99@hotmail.com>
    electron-roller[bot] and georgexu99 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c5adf10 View commit details
    Browse the repository at this point in the history
  2. chore: bump electronjs/node in .circleci/config.yml to 2.1.0 (#496)

    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
    4a4d007 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. ci: tidy up config (#498)

    dsanders11 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6eaa636 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore: bump electronjs/node in .circleci/config.yml to 2.2.0 (#499)

    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    electron-roller[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0ad8e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: properly handle child process stdio chunking (#409)

    * fix: properly handle child process stdio chunking
    
    Converting individual chunks from UTF-8 to JS strings
    is problematic because it does not handle UTF-8 characters
    that are split across chunks properly.
    
    Use the proper way of reading string data from streams instead.
    
    * fix: update bufHandler after main merge
    
    ---------
    
    Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
    addaleax and VerteDinde authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    233603a View commit details
    Browse the repository at this point in the history
Loading