Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down