Skip to content

Keyper v1.2.1

Choose a tag to compare

@sizzlebop sizzlebop released this 25 Jun 02:38
· 28 commits to main since this release

馃帹 Grid/List Layout & 馃敀 Dependency Security

This patch release adds a data-dense list view option to the credential dashboard, integrates basic telemetry on the documentation site, and fixes a dependency security vulnerability.


馃帹 Dashboard UX & Layout

  • Grid/List View Toggle: Added a display toggle (grid vs. list) to the dashboard filters bar. Your layout choice is persisted automatically in localStorage across sessions.
  • Compact List Layout: Implemented a modern list view layout for credentials utilizing responsive flexbox rows. Metadata like categories, tags, and expiration dates scale fluidly or hide on mobile screens, and sensitive fields reveal hover actions.
  • List Skeletons: Customized the initial lazy-loaded dashboard suspense skeletons to render horizontal list rows when list mode is selected.

馃搳 Documentation Site Analytics

  • PostHog Integration: Configured basic analytics on the public documentation site to track download installer usage, Pagefind search queries, and code block copies.
  • Note: Application-level analytics remain strictly excluded. Your self-hosted app credentials and vaults remain completely private and zero-knowledge.

馃敀 Dependency Security

  • esbuild Fix (GHSA-g7r4-m6w7-qqqr): Resolved a path traversal vulnerability in the documentation site's dev server by overriding the esbuild dependency version to 0.28.1.