@ton-community/ton-ledger 7.2.0-pre.3 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [0.7.1] - 2024-01-17
7
+ ## [7.2.0] - 2025-02-07
8
+
9
+ - Added support for TON Ledger App 2.2.0 features, including:
10
+ - Hardcoded jettons
11
+ - Wallet specifiers support in more methods
12
+
13
+ ## [7.1.0] - Not released
14
+
15
+ ### Added
16
+
17
+ - Added `parseMessage` helper to parse messages into TON Ledger App format
18
+ - Added support for TON Ledger App 2.1.0 features, including:
19
+ - New message types
20
+ - Wallet specifiers (subwallet ID and wallet op inclusion for v4 support)
21
+ - `getSettings` method
22
+
23
+ ## [7.0.1] - 2024-01-17
8
24
 
9
25
  ### Fixed
10
26
 
11
27
  - Fixed incorrect VarUInt encoding of 0 (0 nanoTON, 0 jetton units, etc)
12
28
 
13
- ## [0.7.0] - 2023-09-15
29
+ ## [7.0.0] - 2023-09-15
14
30
 
15
31
  ### Changed
16
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton-community/ton-ledger",
3
- "version": "7.2.0-pre.3",
3
+ "version": "7.2.0",
4
4
  "repository": "https://github.com/ton-community/ton-ledger-ts",
5
5
  "author": "Steve Korshakov <steve@korshakov.com>",
6
6
  "license": "MIT",