diff --git a/CHANGELOG.md b/CHANGELOG.md index 8087666..5b08e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.14.6 + +### Changed + +- Bumped the `omnyshell` dependency to ^1.49.0. That release expands the `omnyshell dashboard` + full-screen CLI TUI into a four-tab operator console (Nodes, Tunnels, Drive, AI), gives it a + blue-free monochrome dark theme, and fixes a stale-sessions flash when opening a node. The + changes are node/CLI-side; the browser barrel is unchanged, so this is a routine dependency + refresh. + ## 1.14.5 ### Changed diff --git a/lib/core/version.dart b/lib/core/version.dart index 3a6a4dc..ea684ce 100644 --- a/lib/core/version.dart +++ b/lib/core/version.dart @@ -6,4 +6,4 @@ library; /// This web client's version (matches `pubspec.yaml`). -const String webClientVersion = '1.14.5'; +const String webClientVersion = '1.14.6'; diff --git a/pubspec.lock b/pubspec.lock index 8d3d430..96d7aa2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -365,10 +365,10 @@ packages: dependency: "direct main" description: name: omnyshell - sha256: "60ea32f0f3641acc8eaee2ca90622df05c8ce51271f859c018812c42338318d8" + sha256: e4815b1c5c102dfb00c921f3a9db10f55e3904fb2cd20a477252e87fc9850da2 url: "https://pub.dev" source: hosted - version: "1.48.0" + version: "1.49.0" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1590259..72ae740 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,14 @@ name: omnyshell_web description: >- Browser-only client for the OmnyShell ecosystem — connect to a Hub, discover nodes, and manage interactive sessions. Installable PWA. -version: 1.14.5 +version: 1.14.6 # repository: https://github.com/my_org/my_repo environment: sdk: ^3.12.2 dependencies: - omnyshell: ^1.48.0 + omnyshell: ^1.49.0 web: ^1.1.1 # The `:ide` agent panel gates its run_command tool with the same shield the # CLI uses; it's browser-safe (dart:io-free) and already pulled in by