Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:57
· 18 commits to main since this release

1.4.0 (2026-06-16)

Features

  • accounts: add encrypted account export/import module (aa2b6ff)
  • accounts: add export dialog (3e91aa2)
  • accounts: add import dialog (56bf3ea)
  • accounts: add peekEnvelope and ImportPreview type (a59576d)
  • accounts: add transfer hooks and i18n keys (9e0ab54)
  • accounts: add useImportPreview hook (0beb02f)
  • accounts: export/import entry points in the Accounts screen (ee62add)
  • accounts: hide export password field after generating (6b4d5df)
  • accounts: import duplicate mode (skip/copy/replace) (f95ff41)
  • accounts: import preview with conditional password field (aa145dd)
  • accounts: warn and choose skip/copy/replace on name collisions (bd02c5d)
  • ipc: add accounts export/import channels (f531b77)
  • ipc: add accounts import preview channel (b8d8c63)
  • ipc: add saveTextFile/openTextFile helpers (36222bc)
  • ui: add dismissible Modal wrapper (Esc + backdrop) (21ab9da)

Bug Fixes

  • accounts: localize import error messages (0596139)
  • accounts: restore string narrowing lost in parseEnvelope extraction (934b246)

Refactor

  • ipc: use top-level Account import in import handler (49a3715)
  • ui: adopt Modal in account/bucket/confirm dialogs (7e6f981)
  • ui: adopt Modal in files/transfer dialogs (acd297c)
  • ui: extract humanErrorMessage helper for inline errors (9d82139)

Documentation

  • accounts: add account-transfer design specs and plans (e54102f)

Testing

  • accounts: cover export error toast (c20b49b)
  • ipc: assert openTextFile delegation (e4c2c27)

Build System

  • deps-dev: bump js-yaml from 4.1.1 to 4.2.0 (572a661)