focuscast 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
+ ## [0.0.5] - 2026-01-26
10
+
11
+ ### 🚀 Features
12
+
13
+ - Add ability to toggle mapping active state
9
14
  ## [0.0.4] - 2026-01-25
10
15
 
11
16
  ### 💼 Other
package/README.md CHANGED
@@ -16,6 +16,23 @@ A terminal UI application that automatically shows/hides OBS scene items based o
16
16
 
17
17
  ## Installation
18
18
 
19
+ There are a few ways to install this program, the easiest of which are:
20
+
21
+ ### NPM
22
+
23
+ Run `npx focuscast`
24
+
25
+ ### Homebrew
26
+
27
+ Run `brew install matfire/matfire/focuscast`
28
+
29
+ ### Cargo
30
+
31
+ Run `cargo install focuscast`
32
+
33
+
34
+ You can also clone this repo and build it using
35
+
19
36
  ```bash
20
37
  cargo install --path .
21
38
  ```
@@ -76,7 +93,7 @@ The `obs` section is optional. If omitted, defaults to `127.0.0.1:4455` with no
76
93
  3. Run the application:
77
94
 
78
95
  ```bash
79
- obs-focus-win
96
+ focuscast
80
97
  ```
81
98
 
82
99
  ### Keyboard Controls
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "focuscast",
26
- "version": "0.0.4"
26
+ "version": "0.0.5"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.0.4"
518
+ "version": "0.0.5"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/matfire/focuscast/releases/download/v0.0.4",
2
+ "artifactDownloadUrl": "https://github.com/matfire/focuscast/releases/download/v0.0.5",
3
3
  "bin": {
4
4
  "focuscast": "run-focuscast.js"
5
5
  },
@@ -83,7 +83,7 @@
83
83
  "zipExt": ".tar.xz"
84
84
  }
85
85
  },
86
- "version": "0.0.4",
86
+ "version": "0.0.5",
87
87
  "volta": {
88
88
  "node": "18.14.1",
89
89
  "npm": "9.5.0"