-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: bdash-app/bdash
base: v1.16.2
head repository: bdash-app/bdash
compare: v1.16.3
- 17 commits
- 11 files changed
- 3 contributors
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 842b917 - Browse repository at this point
Copy the full SHA 842b917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802e180 - Browse repository at this point
Copy the full SHA 802e180View commit details
Commits on Aug 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for efdb4f4 - Browse repository at this point
Copy the full SHA efdb4f4View commit details
Commits on Aug 4, 2023
-
Merge pull request #264 from eagletmt/fix-webpack5-ossl3
Use xxhash64 hash function to fix OpenSSL 3 error
Configuration menu - View commit details
-
Copy full SHA for b3d9db5 - Browse repository at this point
Copy the full SHA b3d9db5View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70047fd - Browse repository at this point
Copy the full SHA 70047fdView commit details -
Merge pull request #266 from kaorun343/volta-pin-node-yarn
Use volta to fix node and yarn versions
Configuration menu - View commit details
-
Copy full SHA for 5a0359c - Browse repository at this point
Copy the full SHA 5a0359cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa98c8 - Browse repository at this point
Copy the full SHA 2aa98c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742a899 - Browse repository at this point
Copy the full SHA 742a899View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 481dc17 - Browse repository at this point
Copy the full SHA 481dc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e8888 - Browse repository at this point
Copy the full SHA e0e8888View commit details
Commits on Nov 6, 2023
-
Merge pull request #267 from kaorun343/remote
Set enableRemoteModule to false
Configuration menu - View commit details
-
Copy full SHA for 5bff9de - Browse repository at this point
Copy the full SHA 5bff9deView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c770ce4 - Browse repository at this point
Copy the full SHA c770ce4View commit details -
Merge pull request #268 from kaorun343/electron-14
Update electron version to 14.2.9
Configuration menu - View commit details
-
Copy full SHA for 95c368f - Browse repository at this point
Copy the full SHA 95c368fView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f4a410 - Browse repository at this point
Copy the full SHA 5f4a410View commit details -
Merge pull request #269 from kaorun343/electron-16
Update Node.js and SQLite versions in package.json and workflows
Configuration menu - View commit details
-
Copy full SHA for 1752c2b - Browse repository at this point
Copy the full SHA 1752c2bView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6724dc3 - Browse repository at this point
Copy the full SHA 6724dc3View commit details
Commits on Nov 15, 2023
-
Merge pull request #270 from morishin/release/v1.16.3
Bump version to v1.16.3
Configuration menu - View commit details
-
Copy full SHA for f0ee313 - Browse repository at this point
Copy the full SHA f0ee313View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.16.2...v1.16.3