chore: release v0.5.1
Release / build-and-push (push) Has been cancelled

This commit is contained in:
ginnoir
2026-06-03 19:55:57 -05:00
parent 62c3d33350
commit 51c8d3c92d
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "famapp",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.3",