Release notes

QubKey release notes 1.0.2

QubKey release notes — builds, changelog, and download links.

Version 1.0.2

Published: 2026-06-15

Multi-file attachments, vault ZIP/7z export, improved drag-and-drop (Windows), and incremental v4 attachment journal.

← All releases

Published builds

ProductFileSHA-256 (first 8 chars)Download
Desktop macOSQubKey_1.0.2_aarch64.dmgea87e4ee…Page
Desktop WindowsQubKey_1.0.2_x64-setup.exeb8016712…Page
Desktop WindowsQubKey_1.0.2_x86-setup.exe89a01a6e…Page
Desktop WindowsQubKey_1.0.2_x64_en-US.msifb87b6cf…Page
Desktop WindowsQubKey_1.0.2_x86_en-US.msi514f133a…Page

Shared (desktop)

  • Multi-file documents: folders, lazy load, per-file preview and download
  • Attachments (Entry.attachments) on all entry types
  • ZIP/7z archive export: per entry or whole vault (selection, optional AES-256 password)
  • Attachment hydration: v4 journal + disk read before export (fixes empty / missing files)
  • passmanager-secrets.json included at the root of vault attachment exports
  • Vault JSON export: binary attachment fields stripped
  • Vault UI: attachment badge, “attachments first” sort
  • Batch import: save_batch for a single vault save
  • Opt-in analytics: 10 new usage paths (document/vault export, preview, upload, drag)
  • v4 journal: incremental attachment history snapshot; native PDF preview (macOS)

Desktop macOS

Build published: 2026-06-15

Builds

  • QubKey_1.0.2_aarch64.dmg — DMG Apple Silicon (arm64)
    • SHA-256: ea87e4ee2263036ebf7241ce701c493c1dd0987e126380cb91d1f96d347fdf0b
    • Download

Platform-specific

  • Apple Silicon DMG release build (desktop/macos)
  • Dynamic version on home and About from package.json
  • Document creation: add file / new folder buttons visible from the first file
  • Vault badge (FR): “Fichier” label instead of “PJ”
  • About page: reliable https://qubkey.sirrlabs.com via tauri-plugin-opener
  • Tauri DevTools disabled in release builds

Desktop Windows

Build published: 2026-06-16

Builds

  • QubKey_1.0.2_x64-setup.exe — NSIS x64
    • SHA-256: b8016712bade484861c8d384c3aa5c84d3a608e6c56741cb2cbc10141a6a7914
    • Download
  • QubKey_1.0.2_x86-setup.exe — NSIS x86
    • SHA-256: 89a01a6e433080c74ffc8ecd3758d303074b9e7b73dd6395e97a797fecf08fff
    • Download
  • QubKey_1.0.2_x64_en-US.msi — MSI x64
    • SHA-256: fb87b6cf03bc783c715fdac5eb898ba7b646430d77d9d6fa67c86b47a9223f9a
    • Download
  • QubKey_1.0.2_x86_en-US.msi — MSI x86
    • SHA-256: 514f133aa28b0844cc9c5d5c6264374dd528bf70ab6f10b2b163b3aff97efc07
    • Download

Platform-specific

  • WebView2 drag & drop: HTML5 DnD disabled for internal moves; custom pointer drag (5 px threshold)
  • Vault explorer: useVaultEntryPointerDrag; document explorer: same pattern
  • Double-click fix: 5 px threshold no longer intercepts entry open
  • Auto-lock: drag counts as user activity
  • i18n: 16 locales (entry.document.drag*, vaultPage.dragEntriesCount*)
  • About page: tauri-plugin-opener replaces window.open under Tauri