From 44755c6e8565fc93cc0bf857fc96045161aea7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 1 Sep 2026 19:37:02 +0200 Subject: [PATCH] Bump to 0.9.0 Adds a shadcn Alert for the "no devices connected" hints on Control and Replay, then reworks the navigation: an animated hamburger/close toggle, a redesigned mobile drawer (brand header, icon nav rows, theme/logout moved into the drawer footer), and a desktop tab strip restyled to match the drawer's active-tab treatment. Co-Authored-By: Claude Sonnet 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 045111f..418f8af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sexy", - "version": "0.8.2", + "version": "0.9.0", "private": true, "scripts": { "dev": "next dev",