From acdb54ae52cdd13c6790b4682033d8220b923a7c Mon Sep 17 00:00:00 2001 From: flemming-it Date: Mon, 1 Jun 2026 16:31:51 +0200 Subject: [PATCH] =?UTF-8?q?chore(studio):=20editor=200.4.0=20=E2=80=94=20p?= =?UTF-8?q?ort=20geometry=20+=20endpoint=20editor=20+=20unsaved=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up fai_studio_flow_editor 0.4.0 (commit fb88926): - Connection dots now line up with their inline port-row labels (header geometry rewrite so subtitle space is always reserved). - Inputs endpoint colours its output ports by declared type (text / bytes / json / file / number). - Selecting the inputs or outputs endpoint opens a dedicated editor in the properties panel — add / rename / retype / remove without touching YAML. - "Unsaved" badge replaces the easy-to-miss 8-px dot; filename also colours primary when dirty. Version 0.53.0 -> 0.53.1. 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 debea2b..681d7db 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.0'; +const String kStudioVersion = '0.53.1'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index fa6022a..b80e342 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,10 +125,10 @@ packages: description: path: "." ref: main - resolved-ref: "296e5bfd018e523e7527abc457de3a62c1ba5139" + resolved-ref: fb8892687d7d3449c9e073789bd17b5a3e16bfed url: "https://git.flemming.ai/fai/studio-flow-editor" source: git - version: "0.3.0" + version: "0.4.0" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 95305cb..dd865b6 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.0 +version: 0.53.1 environment: sdk: ^3.11.0-200.1.beta