diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f5818..95a695d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.1](https://github.com/ginnoir/famapp/compare/v0.5.0...v0.5.1) (2026-06-03) + +### Bug Fixes + +- **dashboard:** always show tab strip and add-dashboard button regardless of dashboard count +- **search:** show Ctrl+K on Windows/Linux instead of ⌘K +- **mobile:** add search icon button in topbar for mobile viewports +- **mobile:** lock html/body overflow and use 100dvh to prevent topbar scrolling off-screen + ## [0.5.0](https://github.com/ginnoir/famapp/compare/v0.4.10...v0.5.0) (2026-06-03) ### Features diff --git a/package.json b/package.json index 68cfdc9..f319cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.5.0", + "version": "0.5.1", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",