Changelog
What's New in Claspt
Every feature, fix, and improvement — documented.
v1.7.40 2026-04-17 Latest
Mobile Sync — Working End-to-End
Mobile builds are not yet on the App Store or Play Store — both submissions are under review.
- iOS and Android now pull your full encrypted vault, decrypt it on-device with the same master password as desktop, and open every page and secret intact
- First sync flow: activate licence → verify email OTP → enter master password → vault downloads, decrypts, and unlocks
Sync
- Per-license storage quotas — default 1 GB, lift to 2 / 5 / 10 / 20 / 50 GB on request
- Storage indicators on the Sync settings — Local Vault size and Server Sync used / quota with a colour-coded bar
- Force Push (overwrite server) button to recover from an unrecoverable sync state without disabling and re-enabling sync
- "Version" field renamed to Sync Revision to avoid confusion with the app version
Activity Tab — Local-Only
- Usage Journal — every credential copy / reveal logged locally, never sent to the server
- Device Registry — every device that has opened the vault, with first-seen and last-seen timestamps
- Vault Stats — daily snapshot of page count, secret count, folder count, and top tags
Automation Tab
- Security Scan — one click to flag weak or reused passwords
- Automation Rules — auto-tag from URL, auto-folder by source, auto-archive inactive pages, password rotation reminders, auto-pin frequently-used credentials
- Custom Templates — build your own secret block templates with named fields, required/optional flags, and icons
Settings UX
- Every settings tab now opens with a short description so you know what each panel is for
- Sync tab loads immediately with status, devices, and storage info instead of appearing blank on first visit
Browser Extension v1.7.23 — In Review
The current live version on the Chrome Web Store is still v1.5.0. v1.7.23 is submitted to Google for review and will roll out automatically once approved.
- SVG icons replace text buttons in the inline credential dropdown, with colourful field icons and faster hover tooltips
- Eye icon to preview credentials directly from the dropdown
- Two-row, full-width layout for better readability on narrow forms
- Hidden debug mode toggle for troubleshooting
- Stability fixes for "Extension context invalidated" errors
Admin Portal
- Fixed "Internal server error" on the Licenses page
- Device IDs, Group IDs, and emails are no longer truncated in tables
- New "Storage Quota" menu item on each license with preset GB buttons and a custom value input
Platform
- macOS — universal
.dmgsigned and notarized by Apple. A signed Mac App Store.pkgis queued for submission - Windows & Linux — direct
.msi/.exe/.AppImage/.debfrom CI; Microsoft Store.msixbuild also produced
v1.7.26 2026-04-10
Store Availability
- Claspt is now live on the Microsoft Store for Windows — vetted by Microsoft's certification process and publisher-verified
- Store builds ship with the auto-updater compiled out entirely via a Cargo feature flag (
--no-default-features --features store) — Microsoft handles updates automatically - Direct-download
.msi/.exeinstallers still work and continue to self-update in-app (but remain unsigned for now; SmartScreen may warn)
Mobile — Rust Native Module
- New claspt-core crate exposed via UniFFI — mobile (iOS + Android) now shares the exact same Rust encryption, Git, and sync code as the desktop
- Crypto: AES-256-GCM encryption and Argon2id key derivation run in native Rust on mobile — same code path as desktop
- Git: auto-commit, history, and diff now use
git2via UniFFI instead ofisomorphic-git - Sync bundle encryption/decryption, frontmatter parsing, and secret-block handling are now shared with desktop
- Mobile crypto is no longer implemented in JavaScript — every platform encrypts and decrypts secrets using the exact same Rust code, audited once
Mobile v1.4.4 — Premium Vault UI
- Redesigned vault browser with categories, tags, and quick actions
- Server-first onboarding — new 4-step flow (Account → Verify → Device → Sync) with live sync progress
- Sync decryption fixes — mobile now correctly decrypts and unpacks sync blobs using the shared Rust module
- Theme fixes and a cleaned-up Settings screen
- Plan badge (Pro/Free) now shown in the Settings header
Browser Extension v1.7 — In Review
The current live version on the Chrome Web Store is v1.5. The build below is submitted to Google for review and will be rolled out automatically once approved.
- SVG icons replace text buttons and field labels in the in-page credential dropdown
- Colorful field icons with fast 0.3s hover tooltips
- Eye icon to view credentials directly from the inline dropdown
- Two-row, full-width layout for better readability on narrow forms
- Hidden debug mode toggle — opt-in debug logging for troubleshooting
- Context invalidation guards — prevents errors when the extension reloads while a page is open
- All debug
console.logcalls removed from production builds
Example Content
- New example page: a full AWS production setup demonstrating 7 secret blocks (root credentials, IAM user, EC2 key pair, RDS admin, S3 bucket keys, CloudFront distribution, Route 53)
v1.7.0 2026-04-02
Features
- Drag-and-drop in sidebar — move pages between folders, nest folders, multi-select drag with count badge, root-level drop zone
- Folder "Move to..." context menu — right-click any folder to move it to another location
- Plan badge in sidebar header — shows Free, Pro, Pro+, or Trial next to the Claspt logo, updates live
Fixes
- Sync "license_key not set" error — license activation now saves to both license.token and config.json
- Sync settings correctly detect active Pro/Pro+ licenses
- License UI shows correct activate/deactivate state for all plan types
- Folder context menu no longer clipped by sidebar overflow
v1.6.64 2026-04-01
Features
- Incoming shares redesigned — rich share cards with type icons, expiry countdowns, burn-after-reading indicators, preview modal, import with success feedback, and dismiss
- License auto-setup — activating Pro/Pro+ automatically enables server features and registers your email for sharing
- Settings consolidated — License and Server merged into a single "Account" section
- Reset to Defaults — new button in General settings resets theme, editor, extensions, and help pages without touching notes or secrets
- Live theme preview — clicking a theme applies immediately without Save
- All 15 extensions enabled by default in new vaults
- New "shared" default folder for incoming shares
- Git tracking — new vaults track vault.key and config.json in git for easier multi-device setup via clone
UI
- Faster tooltips on sidebar icons (~0.5s instead of browser-default 3s)
- Reordered toolbar — Help, Share, Import, Generator, Refresh, Theme, Settings
- License badge in sidebar footer showing plan type and email
v1.6.60 2026-03-31
Fixes
- Multi-device sync — fixed encryption key mismatch that prevented restored devices from decrypting the original device's vault data
- Multi-device sync — fixed sync group matching so restored devices join the correct sync group
v1.6.59 2026-03-31
Features
- Automatic background sync — after setup, changes push and pull every 30 seconds with no manual "Sync Now" needed
Fixes
- Restore from Pro Account now works end-to-end on all platforms — license token, sync setup, and vault pull all happen in one step
- License tier displays correctly ("Pro+" instead of raw identifier) during restore
v1.6.58 2026-03-30
Features
- Sharing — 3 ways to share: Via Link (everyone), To Claspt User (email + access code), and Passwordless (Pro/Pro+ — one-click import, no password visible anywhere)
- Cloud Sync (Pro+) — sync your encrypted vault across devices via Claspt servers. End-to-end encrypted. Setup: Settings > Sync > Enable Cloud Sync > verify via email OTP
- Restore from Pro Account — set up a new device by entering your Pro account email, verifying via OTP, and entering your master password. Vault syncs from cloud
- Import from ZIP — import a previously exported .zip archive directly, with password support and folder structure preserved
Server
- Admin dashboard rebuilt — React 19, shadcn/ui, light/dark mode, license CRUD with detail sheets, actions dropdown, breadcrumbs
- Sync infrastructure — encrypted vault blob storage, lazy sync engine initialization, HMAC-signed WebSocket auth
v1.6.36 2026-03-28
Features
- Import Markdown Folder — import all .md files from a folder into your vault with automatic secret encryption and frontmatter title extraction
- 13 help pages — new guides for Password Generator, Browser Extension, and Utilities
- Starter folders — new vaults include credentials, identities, and personal folders
- Reset Help Pages — refresh help content to latest version from Settings > General
Fixes
- All 15 markdown extensions working — Mermaid, chemical formulas, Graphviz, charts, timelines, kanban, spreadsheets, music notation all render correctly
- Spreadsheet formulas evaluate correctly under Content Security Policy
- Split view scroll — no more white space at the bottom of preview
- Tour no longer repeats after dismissal or completion
- Editor error boundary — crashes show recovery UI instead of blank panel
v1.5.1 2026-03-23
Features
- Buy Pro in-app — Settings > License now shows Pro and Pro+ purchase options with Annual/Monthly pricing
v1.5.0 2026-03-22
Features
- Convert Selection to Secret(s) — select text with credentials, right-click to convert to encrypted secret blocks
v1.4.7 2026-03-22
Features
- Vault Export — export your entire vault as a password-protected zip archive, or export secrets only as structured JSON/CSV (compatible with 1Password/Bitwarden import)
- Multi-select & Bulk Operations — Cmd/Ctrl+click to select multiple pages, Shift+click for range selection. Bulk move, archive, or delete
- Consolidate test mode — preview with "Test Run" before full consolidation
- Preview syntax highlighting — code blocks render with proper coloring for 22 languages
Fixes
- Consolidate preserves all secrets — secrets are fully decrypted, copied, and re-encrypted during merge
- Consolidate runs in background — no more UI freezes during large operations
- Bulk delete performance — instant batch deletion
- Secret label escaping — labels containing brackets display correctly throughout the app
- Context menu positioning — right-click menu uses fixed viewport positioning
Server
- Sync security — HMAC-SHA256 request signing, WebSocket first-frame auth, device OTP verification
- Account portal — sync dashboard, storage usage, license details, activity log, device management
v1.3.3 2026-03-19
Features
- Utilities redesigned — master-detail layout replaces card grid. Sidebar navigation on the left, full-width content on the right
Fixes
- Window close button (Cmd+Q / red X) now works reliably
- Window state restore — missing Tauri permissions added for maximize, resize, position, and close
- Utility panel overflow — all panels use scrollable result lists with proper truncation
v1.2.5 2026-03-19
Features
- Window state persistence — app maximizes on first launch, then restores last saved size and position
- 5 new themes — GitHub Dark, Everforest, Kanagawa, Ayu Light, Midnight Blue
- Syntax highlighting in preview — code blocks render with proper coloring for 22 languages
Fixes
- Folder deletion performance — deleting folders with hundreds of pages is now near-instant
- Secret labels with brackets no longer truncated by the parser
- Sidebar improvements — folder/file icons redesigned, file indentation fixed, theme contrast improved
Server
- Email verification enabled for registration
- Better error messages for registration and sharing
v1.1.3 2026-03-17
Features
- Guided startup tour — spotlight-style walkthrough on first vault unlock. Quick Tour (6 steps) for essentials, Advanced Tour (9 steps) for power features
- Tour versioning — existing users get prompted when new features are added
Fixes
- Multi-byte character crash — pages containing emoji, CJK, or accented characters no longer crash on truncation or paste
- Tour step reliability — all steps correctly handle async UI changes with proper cleanup
v1.0.0 2026-03-15
Core
- Encrypted vault with AES-256-GCM — all secrets encrypted at rest
- Master password + optional biometric unlock (Touch ID / Windows Hello)
- Markdown-native pages with WYSIWYG and raw editing modes
- Inline encrypted secret blocks — embed credentials inside any note
- 8 secret templates: Login, API Key, SSH Key, Credit Card, Crypto Wallet, Wi-Fi, License Key, Secure Note
- Folder-based vault organization with drag-and-drop
- Auto-lock on idle, screen lock, and app minimize
- Password generator with configurable length, symbols, and entropy display
Editor
- Full CommonMark + GFM support with live preview
- Syntax highlighting for 50+ languages in fenced code blocks
- Tables, checklists, callouts, and horizontal rules
- Mermaid diagrams and KaTeX math formula rendering
- Slash commands for quick insertion of blocks, secrets, and formatting
- 20 editor themes including Vault Dark, Solarized, Nord, Everforest, and Kanagawa
Search
- Full-text search across notes and secret metadata in < 100ms
- Cmd+K / Ctrl+K quick search with fuzzy matching
- Filter by tags, secret type, date modified, or folder
Organization
- Unlimited folders with nesting and drag-and-drop reordering
- Tag system with color coding and bulk operations
- Favorites and pinned pages for quick access
- Recently edited and recently viewed lists
Security
- Zero-knowledge architecture — your master password never leaves your device
- AES-256-GCM encryption with Argon2id key derivation
- Per-secret encryption keys with HKDF key hierarchy
- Clipboard auto-clear after 30 seconds
- Configurable auto-lock timeout
- All data stored locally — no cloud required for free tier
Sync & Version History
- Local Git versioning — automatic commits on every save
- Full diff view for any page revision
- One-click revert to any previous version
- Google Drive sync (Pro) — encrypted before upload
- Hosted encrypted sync (Pro+) with conflict resolution
Import
- Import from 1Password (.1pux), LastPass (.csv), RoboForm, KeePass (.kdbx)
- Import plain markdown files and folders
- Bulk import with automatic folder structure preservation
UI & Theming
- 20 editor themes with dark and light variants
- Resizable sidebar with collapsible sections
- Compact and comfortable density modes
- Keyboard-first navigation — command palette, Vim-style shortcuts
Platform
- macOS universal binary (Apple Silicon + Intel) — .dmg and .tar.gz
- Windows x64 — .msi and .exe installers
- Linux x64 — .AppImage and .deb packages
- MCP Server for Claude, Cursor, and Windsurf AI memory integration
- CLI for scripting and automation
- REST API for programmatic vault access
Stay up to date
New releases ship regularly. Download Claspt and get updates automatically.