Skip to content

Commit 9e5dac6

Browse files
committed
chore: update versions and changelogs
1 parent 2e4f13d commit 9e5dac6

File tree

5 files changed

+40
-8
lines changed

5 files changed

+40
-8
lines changed

CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 0.111.1 (2023-11-08)
2+
3+
### CKB Node & Light Client
4+
5+
- [CKB@v0.111.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.111.0) was released on Sep. 14nd, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
6+
- [CKB Light Client@v0.3.0](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.0) was released on Nov. 2nd, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
7+
8+
#### Important
9+
10+
**CKB Light Client on Mainnet** is active and available in Neuron 👏. See how to enable Light Client on Mainnet on YouTube: https://www.youtube.com/watch?v=Vl2LGRNqnvk
11+
12+
[![Light Client on Mainnet](https://github.com/nervosnetwork/neuron/assets/7271329/97fb7848-350d-4d45-ab2d-1e79dd3c9716)](https://www.youtube.com/watch?v=Vl2LGRNqnvk)
13+
14+
#### Caveat
15+
16+
◆ "Internal Node" network option is reserved for the built-in CKB node for clarity, and won't be connected to an external CKB node anymore.
17+
18+
### Assumed valid target
19+
20+
Block before `0x79cecdd6f41361e2474290224751284312a018528d1d92f4e18dd6d542feddfe`(at height `11,204,206`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/2923)
21+
22+
---
23+
24+
## New features
25+
26+
- #2913: Use KeyLocker to sign Neuron for Windows, conforming to the new industry standards effective since June 1, 2023.(@keith-cy)
27+
- #2921: Add network option of "Light Client(Mainnet)", and reserve "Internal Node" for built-in CKB Node only.(@yanguoyu)
28+
29+
30+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.111.0...v0.111.1
31+
32+
133
# 0.111.0 (2023-10-19)
234

335
### CKB Node & Light Client
@@ -17,9 +49,9 @@ Block before `0xd5e25ad24400f237aa5f72f3738a9ae77fe082a89937e75143fcc8ef5b009383
1749

1850
## Bug fixes
1951

20-
* #2869: Add a dialog for migration.(@yanguoyu)
21-
* #2870: Fix width of navbar.(@yanguoyu)
22-
* #2873: Fix fallback font on Linux.(@yanguoyu)
52+
- #2869: Add a dialog for migration.(@yanguoyu)
53+
- #2870: Fix width of navbar.(@yanguoyu)
54+
- #2873: Fix fallback font on Linux.(@yanguoyu)
2355

2456

2557
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.3...v0.111.0

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.111.0",
3+
"version": "0.111.1",
44
"npmClient": "yarn",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.111.0",
5+
"version": "0.111.1",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.111.0",
3+
"version": "0.111.1",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.111.0",
6+
"version": "0.111.1",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -95,7 +95,7 @@
9595
"electron-builder": "23.6.0",
9696
"electron-devtools-installer": "3.2.0",
9797
"jest-when": "3.5.2",
98-
"neuron-ui": "0.111.0",
98+
"neuron-ui": "0.111.1",
9999
"typescript": "5.0.4"
100100
}
101101
}

0 commit comments

Comments
 (0)