Skip to content

Releases: OneKeyHQ/app-monorepo

1.1.0

23 May 15:43
75a482b
Compare
Choose a tag to compare

✨ New Features

  • Support for managing Bitcoin accounts
  • Support for sending and receiving NEAR network tokens
  • Support for connecting WalletConnect with QR Code
  • Neater app update and changelog dialog

🐞 Bug Fixes

  • Resolved an issue that caused users couldn’t close dialog when visiting DApps
  • Added a timeout message when reconnecting the connected hardware wallet

💎 Improvements

  • Improved button styles in swap

✨ 新功能

  • 支持比特币账户管理
  • 支持 NEAR 账户管理及主、代币收发
  • 支持扫描二维码连接 WalletConnect
  • APP 更新提示及更新日志展示

🐞 问题修复

  • 修复发现页 DApp 点击确定不能正确关闭弹窗的问题
  • 非首次连接的硬件钱包,增加通信方法的超时提示

💎 优化

  • 闪兑标签页的按钮样式和效果优化

Full Changelog: v1.0.6...v1.1.0

1.0.6

17 May 04:18
25ce3de
Compare
Choose a tag to compare

✨ New Features

  • Support for using camera to scan address from QR code
  • Support for signing EVM message with hardware wallets (ethereumSignMessage)

🐞 Bug Fixes

  • Better gas limit configuration for DApps to improve the DApps' experience
  • Restore to default PRC address after resetting the network settings
  • Correctly identify the devices and show the icon of the device after connecting the hardware
  • Fix the issue of prompting “Passphrase exception” after connect hardware wallet with Bluetooth serveral times

💎 Improvements

  • Change App name to OneKey
  • Optimize onboarding process and improve the performance of scheduled tasks and page rendering.

✨ 新功能

  • 支持使用摄像头扫描二维码地址
  • 支持使用硬件钱包签署EVM消息 (ethereumSignMessage)

🐞 问题修复

  • 对 DApp 更合理的 gas limit 配置,提升 DApp 使用体验
  • 重置网络后,设置将恢复到默认的 PRC 地址
  • 连接硬件后,正确识别设备和显示设备的图标
  • 修复蓝牙多次连接后出现的提示 “Passphrase 异常” 的问题

💎 优化

  • 更新 App 名称为 OneKey
  • 优化初次上手使用流程,提升定时任务及页面渲染的性能

Full Changelog: v1.0.5...v1.0.6

1.0.5

09 May 15:38
74700d8
Compare
Choose a tag to compare

✨ New Features

  • Added haptic feedback. Optimization on bottom navigation. Added buttons hover and pressed feedback.
  • Transaction fee support automatic refresh & local history display & EVM DAPP signature process.
  • Support for USB connection with hardware wallets. (Desktop)
  • Support for Bluetooth connection with hardware wallets. (Mobile)

Support checking for updates.

🐞 Bug Fixes

  • The overlapping problem of the drop-down box components on the desktop app and the browser extension.
  • Some Lottie animation autoplay and display issues.
  • Fixed the detection of EVM fees, offer the correct feedback based on the time consuming of putting data on-chain.

💎 Improvements

  • Create wallet & backup process optimization.
  • DApp process optimization such as swap / discovery page.
  • Show skeleton when loading data.
  • Optimized mobile image viewer performance.
  • Added automatic selection function in forms such as entering passwords, and the biometric identification will turned on by default when setting a password.

🥰 Contributors


✨ 新功能

  • 增加Haptic震动反馈,底部导航优化,按钮悬浮及按下反馈
  • 交易阶段手续费支持自动刷新 & 本地历史记录展示 & EVM DAPP 签名流程
  • 支持USB连接硬件钱包(桌面端)
  • 支持蓝牙连接硬件钱包(移动端)
  • APP 支持检查更新

🐞 问题修复

  • 桌面端和浏览器端下拉框组件重叠问题
  • 部分 Lottie 动画自动播放及展示问题
  • 修复 EVM 手续费的检测,能基于上链时间给予正确的反馈

💎 优化

  • 创建钱包 & 备份流程优化
  • swap / 发现页等 DAPP 流程优化
  • 加载数据时支持骨架屏加载样式
  • 优化移动端图片查看器性能
  • 在输入密码等表单处增加自动选中功能,设置密码时默认打开生物识别功能

🥰 贡献者


Full Changelog: v1.0.3...v1.0.5

1.0.3

18 Apr 14:38
286f9f5
Compare
Choose a tag to compare

✨ FEATURE:

  • Add "Discover" and "Swap" tabs.
  • Add "Rename", "View Details", "Delete" option for watched accounts.

🐞 BUG FIX:

  • Fixed browser extension to display error message toast correctly.
  • The text in the form structure on the web page will display the correct cursor pointer.
  • Hide scroll bar in account selector by default.
  • Fixed the problem that the upload the large image of the ticket.
  • lexicographically sort the account list based on the account name.

💎 IMPROVE:

  • Automatically create an account on chain after the wallet is created.
  • Add top popular token information by default when adding an account.
  • Imporve new onboarding flow.
  • Updated 3D icons & optimized the display of buttons/list components on multiple platform.

🥰 CONTRIBUTORS:

  • @zzzhiang made their first contribution in #472, to make i18n key type stronger in typescript.
  • @Naeemo made their first contribution in #509, to fix document typo.
  • @gaodeng made their first contribution in #514, to add desktop arm64 build target at build process.

✨ 新功能:

  • 增加「发现」和「闪兑」模块
  • 添加观察账户「重命名」/「查看详情」/ 「删除」操作项

🐞 问题修复:

  • 修复浏览器插件以正确显示错误信息 toast
  • 网页端在表单结构中的文字会展示正确的鼠标样式
  • 默认在账户选择器中隐藏滚动条
  • 修复工单过大图片上传失败的问题
  • 基于正确的账户名字字典序排序账户列表

💎 优化:

  • 创建钱包后自动创建链的账户
  • 增加账户时默认添加常用代币信息
  • 更新新的 onboarding 流程
  • 更新 3D 图标 & 优化按钮 / 列表组件在多端的展示

🥰 贡献者:

  • @zzzhiang#472 开启第一次代码贡献, 增加代码中的 i18n 词条 typescript 强类型。
  • @Naeemo#509 开启第一次代码贡献, 修复文档中的错误。
  • @gaodeng#514 开启第一次代码贡献, 增加桌面端版本单独的 arm64 编译。

Full Changelog: v1.0.1...v1.0.3

1.0.1

29 Mar 16:20
dbf3608
Compare
Choose a tag to compare

👨‍🔬 🧪 All new designed and open source OneKey X is now in alpha testing.
👨‍🔬 🧪 全新设计并且开源的 OneKey X 现已进入Alpha测试。