-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update versions and changelogs
- Loading branch information
Showing
5 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,59 @@ | ||
# 0.114.0 (2024-03-15) | ||
|
||
### CKB Node & Light Client | ||
|
||
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.114.0) was released on Feb. 29st, 2024. This version of CKB node is now bundled and preconfigured in Neuron. | ||
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.6) was released on Feb. 8th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
### Assumed valid target | ||
|
||
Block before `0x397d7d41167051cab2bf1610e334ad3aa5cf612e2cd442f71b91422e0361141e`(at height `12,450,084`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3077) | ||
|
||
--- | ||
|
||
Good day, good Neuron, packed with exciting new features and enhancements to elevate your transaction experience! | ||
|
||
With support for Cell Management, Chained Transactions, and detailed viewing options, managing your transactions has never been easier. | ||
|
||
We're also thrilled to announce multilingual support, with French and Spanish interfaces now available, thanks to the contributions of our dedicated community members. | ||
|
||
Plus, enjoy enhanced guidance features like remaining time estimation and the ability to amend pending transactions for added flexibility. | ||
|
||
With optimizations to settings and transaction overviews, Neuron continues to prioritize efficiency and user satisfaction. | ||
|
||
Upgrade now and experience seamless transaction management with Neuron. | ||
|
||
[![[email protected]](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/WjEzMS2T9F0) | ||
|
||
--- | ||
|
||
## New features | ||
|
||
- #2859: Support Cell Management.(@yanguoyu) | ||
- #2963: Support chained transactions.(@yanguoyu) | ||
- #2986: Support viewing chained transaction detail.(@yanguoyu) | ||
- #3012: Support French in User Interface.(Special thanks to @Natixe) | ||
- #3024: Support Spanish in User Interface.(Special thanks to @Natixe) | ||
- #3014: Support remaining time estimation.(@yanguoyu) | ||
- #3045: Support "amend a pending transaction".(@devchenyan) | ||
- #3005: Show tip for first sync and show warning when disk is not enough for full-node mode.(@yanguoyu) | ||
- #2994: Optimize setting of light client.(@yanguoyu) | ||
- #3040: Optimize transaction overview.(@yanguoyu) | ||
|
||
## Bug fixes | ||
|
||
- #2951: Fix error on creating multisig address.(@devchenyan) | ||
- #2992: Fix transaction lost in light client mode.(@yanguoyu) | ||
- #3010: Fix storage of multisig configuration.(@yanguoyu) | ||
- #3020: Disable nervos dao unlock button when balance is not enough as transaction fee.(@yanguoyu) | ||
|
||
## New Contributors | ||
|
||
- @Natixe made their first contribution in https://github.com/nervosnetwork/neuron/pull/3012 | ||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.112.0...v0.114.0 | ||
|
||
|
||
# 0.112.0 (2023-12-07) | ||
|
||
### CKB Node & Light Client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.112.0", | ||
"version": "0.114.0", | ||
"npmClient": "yarn", | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5c776c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 8284491813