File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.7.0+2
4+
5+ * ** Bug Fixes**
6+ * Fixed stale ` packageVersion ` constant in ` obs version ` command (was reporting ` 5.2.3+2 ` , now correctly reports ` 5.7.0+2 ` )
7+
8+ * ** CI/CD**
9+ * Replaced deprecated ` macos-13 ` GitHub Actions runner with ` macos-15-intel ` for Homebrew release workflow
10+ * Removed bash line continuations from ` dart compile ` command for PowerShell compatibility on Windows runners
11+
312## 5.7.0+1
413
514* ** Distribution**
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:args/command_runner.dart';
33/// Display the package name and version
44class ObsVersionCommand extends Command <void > {
55 static const packageName = 'obs_cli' ;
6- static const packageVersion = '5.2.3 +2' ;
6+ static const packageVersion = '5.7.0 +2' ;
77
88 @override
99 String get description => 'Display the package name and version' ;
Original file line number Diff line number Diff line change 11name : obs_cli
2- version : 5.7.0+1
2+ version : 5.7.0+2
33description : A CLI tool and MCP server for controlling OBS Studio via the obs-websocket protocol.
44homepage : https://github.com/cdavis-code/obs_websocket_workspace
55repository : https://github.com/cdavis-code/obs_websocket_workspace/tree/main/packages/obs_cli
You can’t perform that action at this time.
0 commit comments