Keyper v1.2.1
馃帹 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
localStorageacross 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
esbuilddependency version to0.28.1.