Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.0.3 #102

Merged
merged 7 commits into from
Sep 13, 2023
Merged

Version 1.0.3 #102

merged 7 commits into from
Sep 13, 2023

Commits on Mar 15, 2023

  1. Bump webpack from 5.74.0 to 5.76.0 (#94)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.74.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a00ba94 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Write downloaded files directly to disk (#95)

    * Write downloaded files directly to disk
    
    Avoids storing temporarily in memory, resolving issues with
    big-ish files.
    
    * Fix abort and http error handling during sync
    
    * Remove flags to increase V8's default max heap size
    
    Not needed anymore, we shouldn't be using big amounts
    of memory now that we write files directly to disk.
    Furrrlo authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b66a9fc View commit details
    Browse the repository at this point in the history
  2. Bump electron from 21.1.1 to 22.3.21 (#99)

    Bumps [electron](https://github.com/electron/electron) from 21.1.1 to 22.3.21.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v21.1.1...v22.3.21)
    
    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    606bd4f View commit details
    Browse the repository at this point in the history
  3. Bump word-wrap from 1.2.3 to 1.2.4 (#98)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cad6fd7 View commit details
    Browse the repository at this point in the history
  4. Bump semver from 5.7.1 to 5.7.2 (#97)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    54929f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2889dc View commit details
    Browse the repository at this point in the history
  6. bump version to 1.0.3

    toto04 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0a791c9 View commit details
    Browse the repository at this point in the history