feat: + changelog

This commit is contained in:
vvvvvv1vvvvvv
2024-10-11 18:59:12 +08:00
parent 1cea52a1fe
commit 1d03b0622f
4 changed files with 7 additions and 1 deletions

2
changeLogs/09292.md Normal file
View File

@@ -0,0 +1,2 @@
- Added support for Ledger Clear Signing
- Supported Ledger Live HD Path for Trezor

View File

@@ -90,6 +90,7 @@ import version09287 from './09287.md';
import version09288 from './09288.md';
import version09289 from './09289.md';
import version09290 from './09290.md';
import version09292 from './09292.md';
const version = process.env.release || '0';
const versionMap = {
@@ -186,6 +187,7 @@ const versionMap = {
'0.92.88': version09288,
'0.92.89': version09289,
'0.92.90': version09290,
'0.92.92': version09292,
};
export const getUpdateContent = () => {
return versionMap[version];

View File

@@ -0,0 +1,2 @@
- 支持 Ledger Clear Signing
- Trezor 支持 Ledger Live HD Path

File diff suppressed because one or more lines are too long