From afa6e8d473223b8b1a887f424eb412ddae96ca58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 31 Aug 2026 17:33:49 +0200 Subject: [PATCH] Bump to 0.8.0 Control view button layout fixes (buttons sit next to each other, wrap responsively on narrow screens), Replay view streamlined to match the Control view (title includes the session name, buttons below the header, matching "no devices connected" hint card, Play icon on "Match & replay"), and the session-status Badge color mismatch between the sessions overview and detail view fixed. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01WzyfRyA7h5rs5SCAahLAWd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73ece7d..3242c65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sexy", - "version": "0.7.0", + "version": "0.8.0", "private": true, "scripts": { "dev": "next dev",