Skip to content

Commit

Permalink
Merge pull request #152 from CityOfZion/CU-86duck948
Browse files Browse the repository at this point in the history
CU-86duck948 - NEON3 - Bump version to 3.0.1 and add release notes
  • Loading branch information
thiagocbalducci authored Aug 13, 2024
2 parents 0252935 + 501ef50 commit 0d3f562
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon3",
"version": "3.0.0",
"version": "3.0.1",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet-desktop",
"author": "Coz (https://github.com/CityOfZion)",
Expand Down
8 changes: 7 additions & 1 deletion src/renderer/src/assets/release-notes.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[
{
"tag_name": "Version v3.0.1",
"published_at": "13 Aug 2024",
"body": "<li>• Wallet Connect Enhancement - New Ethereum methods being supported (eth_call, eth_sendRawTransaction, eth_requestAccounts)</li><li>• Fix issue where if mnemonic has repeated words it was not being properly handled during confirmation</li><li>• Fix issue with derivation index during import scan</li>",
"html_url": "https://github.com/CityOfZion/neon-wallet-desktop/releases/tag/v3.0.1"
},
{
"tag_name": "Version v3.0.0",
"published_at": "13 Aug 2024",
"body": "The new generation of Neon Wallet 3 has arrived, and our self-custodial wallet is better than ever! Since 2017, our mission is to deliver a smooth and enjoyable experience by combining the most modern technologies with an elegant and functional design. Our philosophy remains the same, but Neon certainly does not. Since its launch, it has undergone numerous improvements, and its third generation is here to show that it is ready for the new era of Web3. Here’s what’s new in this version:</br><li>• Ethereum & Neo X support</li><li>• New product design</li><li>• Common Platform Code</li><li>• Multi-Wallet Architecture</li><li>• Enhanced Interface Customization</li><li>• Global Login</li><li>• Account Import Scanning</li><li>• Improved WalletConnect Experience</li>",
"html_url": "https://github.com/CityOfZion/neon-wallet-desktop/releases/tag/v3.0.0"
}
]
]

0 comments on commit 0d3f562

Please sign in to comment.