diff --git a/CHANGELOG.md b/CHANGELOG.md index c632f20b0b..4bfbea0649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,52 @@ +# 0.110.3 (2023-09-25) + +### CKB Node & Light Client + +- [CKB@v0.110.2](https://github.com/nervosnetwork/ckb/releases/tag/v0.110.2) was released on Sep. 12nd, 2023. This version of CKB node is now bundled and preconfigured in Neuron. +- [CKB Light Client@v0.2.4](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.2.4) was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron + +#### Caveat + +◆ **CKB Light Client** is only activated on testnet, thus only `light testnet` is enabled in Neuron. **CKB Light Client on Mainnet** requires an activation on the mainnet, the timetable can be found at https://github.com/nervosnetwork/ckb/releases/tag/v0.110.1. +◆ **default node** has been renamed to **Internal Node** for clarity. + +### Assumed valid target + +Block before `0x6b6db6bb23e6e98f63b88e6cd38fa49f46980e5b816f620c71c6c9c74633ee54`(at height `10,985,048`) will be skipped in validation.(257c06eb95062e8ef3bf53179668965fc743b10f) + +--- + +We are so excited to announce this new release of Neuron that has been completely revamped with modernizaed user interface and also enhanced your overall user experience. + +Say goodbye to clunky interface and hello to a smoother, more intuitive user experience. Neuron's new version is designed to make managing your assets on CKB effortless. + +Curious to see the magic of the new Neuron in action? Checkout our demo video on YouTube: https://youtu.be/MRuXmTLcXFo + +--- + +## New features + +- Adopt brand new User Interface.(@yanguoyu, @devchenyan, @WhiteMinds, @jeffreyma597, @zhangyouxin, @homura) +- #2672: Optimize storage of transactions to boost searching and reduce disk usage.(@yanguoyu) +- #2783: Check new versions actively.(@yanguoyu) +- #2786: Support synchronization from a specified block number in light client mode.(@yanguoyu) +- #2808: Optimize compatibility checking of CKB NODE.(@yanguoyu) +- #2813: Rename `default node` to `Internal node` for clarity.(@yanguoyu) +- #2839: Update Ckb client versions(@github-actions) + +## Bug fixes + +- #2711: Fix exit of synchronization with exception and multisig balance.(@yanguoyu) +- #2722: Automatically pad decimal places when the deposit dialog automatically provides a maximum value with decimals by(@WhiteMinds) +- #2772: Fix generating transaction when deposit all without balance.(@yanguoyu) + +## New Contributors + +- @zhangyouxin made their first contribution in https://github.com/nervosnetwork/neuron/pull/2775 + +**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.2...v0.110.3 + + # 0.110.2 (2023-07-07) ### CKB Node & Light Client diff --git a/lerna.json b/lerna.json index 2940faa5dd..ce766d7238 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.110.2", + "version": "0.110.3", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package.json b/package.json index 20bd0b4b24..88dc5ef815 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "neuron", "productName": "Neuron", "description": "CKB Neuron Wallet", - "version": "0.110.2", + "version": "0.110.3", "private": true, "author": { "name": "Nervos Core Dev", diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index b0d11bc9b5..93ad46e5ec 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -1,6 +1,6 @@ { "name": "neuron-ui", - "version": "0.110.2", + "version": "0.110.3", "private": true, "author": { "name": "Nervos Core Dev", diff --git a/packages/neuron-wallet/package.json b/packages/neuron-wallet/package.json index 80e733e5f2..b38cc8dd8d 100644 --- a/packages/neuron-wallet/package.json +++ b/packages/neuron-wallet/package.json @@ -3,7 +3,7 @@ "productName": "Neuron", "description": "CKB Neuron Wallet", "homepage": "https://www.nervos.org/", - "version": "0.110.2", + "version": "0.110.3", "private": true, "author": { "name": "Nervos Core Dev", @@ -96,7 +96,7 @@ "electron-builder": "23.6.0", "electron-devtools-installer": "3.2.0", "jest-when": "3.5.2", - "neuron-ui": "0.110.2", + "neuron-ui": "0.110.3", "typescript": "5.0.4" } }