Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed Dec 13, 2024
1 parent e719a9e commit 3d8bec6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.5] - 2024-12-13

### Added
- W5 wallet support with subwallet ID handling
- Basic transaction ABI parser
- Automatic library loader for contract execution

### Fixed
- Empty balance display for contracts without state
- Error handling for invalid TonConnect payloads

### Updates
- Added timeout to highload v3 wallets

## [0.4.4] - 2024-05-07

### Updates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ton_dev_wallet",
"private": true,
"version": "0.4.4",
"version": "0.4.5",
"type": "module",
"scripts": {
"dev": "tauri dev",
Expand Down

0 comments on commit 3d8bec6

Please sign in to comment.