From 27d0db0f7200b60373fe85e8b560ea9148ec7b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 31 Aug 2026 19:43:53 +0200 Subject: [PATCH] Bump to 0.8.2 Devices table's editable name field now matches the session title/description underline style app-wide (hover/focus turn primary, primary caret, default text color), and Devices moved before Stats in the nav order. 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 04095f6..045111f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sexy", - "version": "0.8.1", + "version": "0.8.2", "private": true, "scripts": { "dev": "next dev",