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: bdash-app/bdash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.2
Choose a base ref
...
head repository: bdash-app/bdash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.3
Choose a head ref
  • 17 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 13, 2023

  1. bump v1.16.2

    morishin committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    842b917 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #263 from bdash-app/release/v1.16.2

    bump v1.16.2
    morishin authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    802e180 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Use xxhash64 hash function to fix OpenSSL 3 error

    Webpack 5 uses `md4` hash function as default, but OpenSSL 3 doesn't
    support the legacy hash function and results in ERR_OSSL_EVP_UNSUPPORTED
    error.
    
    ```
    Error: error:0308010C:digital envelope routines::unsupported
        at new Hash (node:internal/crypto/hash:71:19)
        at Object.createHash (node:crypto:130:10)
        at BulkUpdateDecorator.hashFactory (/build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/util/createHash.js:144:18)
        at BulkUpdateDecorator.update (/build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/util/createHash.js:46:50)
        at RawSource.updateHash (/build/bdash/src/bdash-1.16.2/node_modules/webpack/node_modules/webpack-sources/lib/RawSource.js:64:8)
        at NormalModule._initBuildHash (/build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/NormalModule.js:838:17)
        at handleParseResult (/build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/NormalModule.js:903:10)
        at /build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/NormalModule.js:994:4
        at processResult (/build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/NormalModule.js:717:11)
        at /build/bdash/src/bdash-1.16.2/node_modules/webpack/lib/NormalModule.js:777:5 {
      opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
      library: 'digital envelope routines',
      reason: 'unsupported',
      code: 'ERR_OSSL_EVP_UNSUPPORTED'
    }
    ```
    
    Webpack added a new function `xxhash64` and it will be used as default
    in future.
    https://webpack.js.org/configuration/output/#outputhashfunction
    So I chose this hash function.
    eagletmt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    efdb4f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #264 from eagletmt/fix-webpack5-ossl3

    Use xxhash64 hash function to fix OpenSSL 3 error
    morishin authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b3d9db5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    70047fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #266 from kaorun343/volta-pin-node-yarn

    Use volta to fix node and yarn versions
    morishin authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5a0359c View commit details
    Browse the repository at this point in the history
  3. Introduce react-contexify

    kaorun343 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2aa98c8 View commit details
    Browse the repository at this point in the history
  4. Use react-contexify

    kaorun343 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    742a899 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add getConfig channel

    kaorun343 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    481dc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e8888 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request #267 from kaorun343/remote

    Set enableRemoteModule to false
    morishin authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5bff9de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    c770ce4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from kaorun343/electron-14

    Update electron version to 14.2.9
    morishin authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    95c368f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update Node.js and SQLite versions in package.json

    and workflows
    kaorun343 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5f4a410 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from kaorun343/electron-16

    Update Node.js and SQLite versions in package.json and workflows
    morishin authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1752c2b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Bump version

    morishin committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6724dc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #270 from morishin/release/v1.16.3

    Bump version to v1.16.3
    morishin authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f0ee313 View commit details
    Browse the repository at this point in the history
Loading