Skip to content

Commit

Permalink
chore: update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Mar 14, 2024
1 parent dea1545 commit 5c776c7
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 5 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.112.0",
"version": "0.114.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.112.0",
"version": "0.114.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.112.0",
"version": "0.114.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -98,7 +98,7 @@
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"jest-when": "3.6.0",
"neuron-ui": "0.112.0",
"neuron-ui": "0.114.0",
"typescript": "5.3.3"
}
}

1 comment on commit 5c776c7

@github-actions
Copy link
Contributor

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

Please sign in to comment.