From bae46810ba55edce405bc3dfd827c5612ba19215 Mon Sep 17 00:00:00 2001 From: vvvvvv1vvvvvv Date: Tue, 21 Nov 2023 17:04:37 +0800 Subject: [PATCH] feat: + changelog --- changeLogs/09236.md | 7 +++++++ changeLogs/index.ts | 2 ++ changeLogs/zh_CN/09236.md | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 changeLogs/09236.md create mode 100644 changeLogs/zh_CN/09236.md diff --git a/changeLogs/09236.md b/changeLogs/09236.md new file mode 100644 index 00000000000..d875d78462b --- /dev/null +++ b/changeLogs/09236.md @@ -0,0 +1,7 @@ +## Feature: +- Supported to import seed phrase with passphase +- Supported switching HDPath for seed phrase address +- Supported to connect imToken Offline +## Fix: +- Fixed the bug of incorrect estimation of of L1 fee on OP stack chain +- Fixed the bug that GridPlus cannot sign typedData \ No newline at end of file diff --git a/changeLogs/index.ts b/changeLogs/index.ts index b9e191b35f2..511d9141f17 100644 --- a/changeLogs/index.ts +++ b/changeLogs/index.ts @@ -52,6 +52,7 @@ import version09231 from './09231.md'; import version09232 from './09232.md'; import version09234 from './09234.md'; import version09235 from './09235.md'; +import version09236 from './09236.md'; const version = process.env.release || '0'; const versionMap = { @@ -110,6 +111,7 @@ const versionMap = { '0.92.32': version09232, '0.92.34': version09234, '0.92.35': version09235, + '0.92.36': version09236, }; export const getUpdateContent = () => { return versionMap[version]; diff --git a/changeLogs/zh_CN/09236.md b/changeLogs/zh_CN/09236.md new file mode 100644 index 00000000000..f58be2241f6 --- /dev/null +++ b/changeLogs/zh_CN/09236.md @@ -0,0 +1,7 @@ +## Feature: +- 支持导入带 passphrase 的助记词地址 +- 助记词地址支持切换 HDPath +- 支持连接 imToken Offline +## Fix: +- 修复 OP Stack 系列的链 L1 Fee 估算错误的 bug +- 修复 GridPlus 不能签名 typedData 的 bug \ No newline at end of file