Skip to content

Releases: OneKeyHQ/app-monorepo

4.22.0

15 Mar 13:56
08c1b04
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed transaction parsing failure for specific token transfers on Solana.
  • Resolved Solana's inability to process token swap transactions.
  • Addressed Thorswap order creation errors.
  • Corrected transaction fee display issues due to Gas Limit.
  • Rectified high fees during Merlinswap transactions.

💎 Improvements

  • Default tip addition optimized for Solana transactions.
  • Refined fee limit settings for BTC Fork network.

🐞 问题修正

  • 修复在 Solana 网络下,特定情况下转账 token 时交易解析失败的问题
  • 修复在 Solana 网络下,兑换代币交易无法上链的问题
  • 修复在 Thorswap 路由下,构建订单时报错的问题
  • 修复 Gas Limit 导致的交易费用展示异常问题
  • 修复在 Merlinswap 交易时,手续费偏高的问题

💎 改进

  • 优化在 Solana 网络下,交易默认添加小费
  • 优化 BTC 相关 Fork 链的手续费限制设置

Full Changelog: v4.21.0...v4.22.0

4.21.0

04 Mar 11:17
d012f90
Compare
Choose a tag to compare

✨ New Features

  • Support for Blast Network
  • Support for Bitcoin Signet Test Network
  • Support for Cosmos Babylon Test Network
  • Support for Mint Test Network

🐞 Bug Fixes

  • Fixed an issue where data synchronization migration fails in multi-end scenarios
  • Fixed a UI display issue for cross-chain rewards to Arbitrum Network when using the Socket protocol

💎 Improvements

  • Improved the issue where invoices for internal payments under the Lightning Network can be reused

✨ 新功能

  • 支持 Blast 网络
  • 支持 Bitcoin Signet 测试网络
  • 支持 Cosmos Babylon 测试网络
  • 支持 Mint 测试网络

🐞 问题修正

  • 修复在多端情况下,数据同步迁移失败的问题
  • 修复在使用 Socket 协议时, 跨链至 Arbitrum 网络的奖励 UI 显示问题

💎 改进

  • 改进在闪电网络下,内部支付的 invoice 可以被再次使用的问题

Full Changelog: v4.20.0...v4.21.0

4.20.0

02 Feb 12:36
9bfc51d
Compare
Choose a tag to compare

✨ New Features

  • Added support for Manta Network.
  • Supported Dapp invocation of the inscribe BRC-20 process.

🐞 Bug Fixes

  • Fixed an issue where NFT could not be displayed on the BTC network.
  • Fixed a failure prompt issue with single-chain account signatures on the BTC network.
  • Fixed a transfer error issue on the Kusama network.
  • Fixed an error issue when blind signing data was too large.

💎 Improvements

  • Renamed Ethereum Fair (ETHF) network to DIS CHAIN.
  • Optimized the display logic for holdings in the DeFi module.

✨ 新功能

  • 新增支持 Manta 网络
  • 支持 Dapp 调起铭刻 BRC-20 流程

🐞 问题修正

  • 修复:在 BTC 网络下,NFT 图片无法显示的问题
  • 修复:在 BTC 网络下,单链账户签名提示失败的问题
  • 修复:在 kusama 网络下,转账报错的问题
  • 修复:盲签数据太大时的报错问题

💎 改进

  • 修改 Ethereum Fair(ETHF)网络名称为 DIS CHAIN
  • 优化 DeFi 模块的持仓展示逻辑

Full Changelog: v4.19.0...v4.20.0

4.19.0

17 Jan 14:09
2762d10
Compare
Choose a tag to compare

✨ New Features

  • Added support for Nostr automatic signing in app wallets
  • Added support for EIP-6963

🐞 Bug Fixes

  • Fixed: issue where DYM airdrops could not be claimed on the Cosmos network
  • Fixed: connectivity issue with wallets on the Manta network
  • Fixed: issue on the Kaspa network where multiple outputs in an address were only displaying as a single record

💎 Improvements

  • Enhanced risk detection logic with dApps
  • Added support for Aptos Wallet Standard for dApp connections on the Aptos network

✨ 新功能

  • 软件钱包新增支持 Nostr 自动签名
  • 新增支持 EIP-6963

🐞 问题修正

  • 修复:在 Cosmos 网络下,DYM 空投无法领取的问题
  • 修复:在 Manta 网络下,无法连接钱包的问题
  • 修复:在 Kaspa 网络下,地址内有多笔 Output 却仅展示一条记录的问题

💎 改进

  • 交互 dApp 时的风险监测逻辑优化
  • 在 Aptos 网络下,dApp 连接支持 Aptos Wallet Standard

Full Changelog: v4.18.0...v4.19.0

4.18.0

26 Dec 10:10
e4016d2
Compare
Choose a tag to compare

✨ New Features

  • Added support for Joystream and Celestia
  • Hardware wallet now supports Lightning Network and Nostr protocol
  • Support for generating multiple Nostr accounts with the same set of mnemonic phrases

🐞 Bug Fixes

  • Fixed: An issue where native tokens could not be transferred out after Nexa accounts received spam tokens
  • Fixed: Resolved insufficient balance error when sending SNEK tokens on Cardano chain.
  • Fixed: Resolved authorization issues with WebLN / Nostr dApp connections
  • Fixed: Issues with using Jupiter dApp properly
  • Fixed: Errors and timeouts when sending transactions in the Orca dApp
  • Fixed: A problem where disabling options in the wallet switch settings did not take effect (Extension)

💎 Improvements

  • Upgraded Jupiter Swap API
  • Enhanced transfer experience on Kaspa chain
  • Improved receiving and sending experience for Ordinals / BRC-20
  • Adjusted BTC balance statistics and display rules

✨ 新功能

  • 新增支持 Joystream、Celestia 网络
  • 硬件钱包支持闪电网络和 Nostr 协议
  • 同一套助记词支持生成多个 Nostr 账户

🐞 问题修正

  • 修复:Nexa 账户被转入垃圾代币后,导致原生代币无法转出的问题
  • 修复:用户在Cardano链发送SNEK代币,错误提示余额不足的问题
  • 修复:WebLN / Nostr dApp 连接授权问题
  • 修复:无法正常使用 Jupiter dApp 的问题
  • 修复:在 Orca dApp 中,发送交易时报错和超时的问题
  • 修复:在钱包切换设置中,关闭对应选项不生效的问题(插件端)

💎 改进

  • 升级 Jupiter Swap 接口
  • 优化 Kaspa 链的转账体验
  • 优化 Ordinals / BRC-20 接收和发送体验
  • 调整 BTC 余额统计及显示规则

Full Changelog: v4.17.0...v4.18.0

4.17.0

01 Dec 10:12
d56a732
Compare
Choose a tag to compare

✨ New Features

  • Added support: Nostr Protocol

✨ 新功能

  • 新增支持:Nostr协议

Full Changelog: v4.16.0...v4.17.0

4.16.0

24 Nov 14:25
105c5e9
Compare
Choose a tag to compare

✨ New Features

  • Added support for a new language: Portuguese (Brazilian)

🐞 Bug Fixes

  • Fixed: Error message regarding nonce when sending transactions
  • Fixed: Incorrect value estimation when redeeming sMatic tokens
  • Fixed: Inability to add IBC tokens in the Cosmos ecosystem
  • Fixed: Issue in Solana ecosystem where sending certain NFTs results in an account frozen error

💎 Improvements

  • Enhanced firmware upgrade process

✨ 新功能

  • 新增支持语言:葡萄牙语(巴西)

🐞 问题修正

  • 修复:发送交易时的 nonce 报错信息
  • 修复:赎回 sMatic 代币时估算 value 错误
  • 修复:Cosmos 生态中,IBC 代币无法添加
  • 修复:Solana 生态中,发送某些 NFT 时提示账户被冻结

💎 改进

  • 优化固件升级流程

Full Changelog: v4.15.0...v4.16.0

4.15.0

06 Nov 06:27
cda60af
Compare
Choose a tag to compare

✨ New Features

  • Swap: Added "Thorswap" for router
  • Algorand chain now supports atomic transfer

🐞 Bug Fixes

  • Fixed: Amount not displayed on the transfer page when switching from fiat currency to cryptocurrency as the default currency
  • Fixed: Inability to export private keys for ADA single-chain accounts
  • Fixed: Only high network rate working for max ETF token transfer
  • Fixed: Display issues for some BRC-20 .sats domain names asset
  • Fixed: Error when connecting non-Taproot addresses to list items on Unisat marketplace

💎 Improvements

  • Swap: Optimized 1inch router
  • Added transfer guidance when BRC-20 transferable balance is 0
  • Optimized lightning network account balance display

✨ 新功能

  • 闪兑:新增「Thorswap」路径
  • Algorand 链支持原子交易

🐞 问题修正

  • 修复:默认货币从法币切换到加密货币后,转账页面金额未显示
  • 修复:ADA单链账户无法导出私钥
  • 修复:使用ETF代币最大值转账时,仅快速费率可成功
  • 修复:部分BRC-20 .sats域名资产显示乱码
  • 修复:非Taproot地址连接Unisat市场挂单报错

💎 改进

  • 闪兑:优化 1inch 路径
  • 当BRC-20可转余额为0时,增加划转引导
  • 闪电网络账户余额展示优化

Full Changelog: v4.14.0...v4.15.0

4.14.0

26 Sep 11:31
d9a91ad
Compare
Choose a tag to compare

✨ New Features

  • Introduced a new UI for Discover
  • Added support for sending BTC from manually added addresses

💎 Improvements

  • Made a series of optimizations for Ordinals and UTXO management
  • Swap - Optimized swap channels
  • Swap - Removed rebundent options
  • Browser - Request camera permission from users when websites require camera access

🐞 Bug Fixes

  • Fixed: Reset failed due to the app being terminated by the app manager
  • Fixed: Network fee estimate failed when swapping WETH to ETH
  • Fixed: WebLN login failed with LNURL
  • Fixed: App restart after tapping close button when verifying PIN code

✨ 新功能

  • 为 Discover 引入了全新的用户界面
  • 增加了从手动添加的地址发送BTC的支持

💎 改进

  • 我们对 Ordinals 和 UTXO 管理进行了大量优化
  • 闪兑 - 优化 Swap 路径
  • 闪兑 - 移除多余的选项
  • 浏览器 - 当网站需要使用摄像头时,询问用户批准摄像头权限

🐞 问题修正

  • 修复:应用管理器终止 App 导致的重置失败
  • 修复:将 WETH 兑换成 ETH 时网络费用估算失败
  • 修复:使用 LNURL 时 WebLN 登录失败
  • 修复:验证 PIN 码时点击关闭按钮会让 App 重启

Full Changelog: v4.13.0...v4.14.0

4.13.0

13 Sep 10:03
4c3677a
Compare
Choose a tag to compare

✨ New Features

  • Added support for Bitcoin Lightning Network
  • Integrated with STAR domains

💎 Improvements

  • Display details of Limit Order in Swap History
  • Optimized state logs

🐞 Bug Fixes

  • Fixed: Bulksender - Many to One - Failure could occur when transferring maximum amount of a token in accounts
  • Fixed: BRC20 token transfer history would abnormally show sent BTC
  • Fixed: All Network - BTC - Inscriptions were still displayed in the NFT list, even after destroying and refreshing token details
  • Fixed: Switch Network dialog did not prompt when connecting to Unisat while it was focused on All Network
  • Fixed: Batch copy address - Failed to export after setting range 100
  • Fixed: Avalanche Network - After jumping to swap it should show the native coin / USDC pair, not pairs of other chains
  • Fixed: Swap - The refresh button does not work when the amount was less than minimum swap amount
  • Fixed: Showed error "pubkey is not allowed to be empty" when connecting to Unisat (Mobile)
  • Fixed: Entering the BRC20 token details page would cause flashing a few times (Desktop)
  • Fixed: Bulksender - Unresponsiveness issue when clicking check or uncheck accounts during Bulk transfer (Android)

✨ 新功能

  • 添加了对比特币闪电网络的支持
  • 集成了 STAR 域名

💎 改进

  • 在闪兑历史中显示限价订单的详细信息
  • 优化状态日志

🐞 问题修正

  • 修复:批量发送 - 多对一 - 全部转出代币时可能会出现失败的问题
  • 修复:BRC20 代币传输历史记录异常更改为显示已发送的 BTC
  • 修复:所有网络 - BTC - 铭文在销毁和刷新令牌详细信息后仍显示在 NFT 列表中
  • 修复:当在所有网络中聚焦时,连接到 Unisat 时切换网络对话框没有提示
  • 修复:批量复制地址 - 设置范围为 100 后,导出失败
  • 修复:Avalance 网络 - 跳转到交换后应显示本币/USDC交易对,而不是其他链的交易对
  • 修复:闪兑 - 当输入金额小于最小闪兑金额时刷新按钮无响应
  • 修复:连接到 Unisat 时,出现错误 "Pubkey 不允许为空" (移动端)
  • 修复:进入 BRC20 代币详情页面可能会闪烁几次 (桌面端)
  • 修复:批量发送 - 点击选中或取消选中账户时反应迟钝 (Android)

Full Changelog: v4.12.0...v4.13.0