From 54dd957cd00bcbeee957aa718c922ea554192feb Mon Sep 17 00:00:00 2001 From: flemming-it Date: Mon, 1 Jun 2026 17:36:43 +0200 Subject: [PATCH] =?UTF-8?q?chore(studio):=20editor=200.6.0=20=E2=80=94=20e?= =?UTF-8?q?dge=20hover/menu=20+=20pattern=20+=20zoom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up fai_studio_flow_editor 0.6.0 (commit 5ff7a1c): - Edges highlight on hover (8 px hit radius around the bezier path). - Right-click or long-press on an edge opens a Disconnect popup. Same on ports + step nodes — long-press is now the trackpad-friendly alternative everywhere a context menu lives. - Background pattern toggle (dots / grid / blank) on the bottom-right canvas controls. - Live zoom indicator as a tappable % readout — tap to snap back to 100 % without losing pan. Version 0.53.5 -> 0.53.6. Signed-off-by: flemming-it --- lib/main.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 5f715c8..2df1527 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -26,7 +26,7 @@ import 'widgets/widgets.dart'; /// Studio's own build version. Bump on every UI commit so the /// running app self-identifies — visible in the sidebar header /// and quick-glance proof that you're seeing the current build. -const String kStudioVersion = '0.53.5'; +const String kStudioVersion = '0.53.6'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index 9346cd5..ad68260 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,10 +125,10 @@ packages: description: path: "." ref: main - resolved-ref: "5c59f3a554643e08a916fce71f7872149112fdc8" + resolved-ref: "5ff7a1c11829cfb8e6ed38766dba5611d6a9128e" url: "https://git.flemming.ai/fai/studio-flow-editor" source: git - version: "0.5.3" + version: "0.6.0" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index db0d795..ad974f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fai_studio description: "F∆I Studio — desktop GUI for the F∆I hub" publish_to: 'none' -version: 0.53.5 +version: 0.53.6 environment: sdk: ^3.11.0-200.1.beta