hyper-windowtint 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,25 @@ All notable changes to `hyper-windowtint` will be documented here.
5
5
  The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.8] - 2026-05-16
9
+
10
+ ### Changed
11
+ - `package.json` description rewritten from "Give Hyper terminal tabs
12
+ distinct color tints…" to "Color every Hyper terminal window based on
13
+ its active project folder…" — aligning the npm-displayed copy with the
14
+ v0.3.7 README pass that moved framing from per-tab to per-window. No
15
+ code change; this release exists only to refresh the description that
16
+ appears on npmjs.com.
17
+
18
+ ## [0.3.7] - 2026-05-16
19
+
20
+ ### Changed
21
+ - README accuracy pass. Reframed the description from "every window/tab"
22
+ to "every window" — the visible color signal lives on the window (whichever
23
+ tab is currently active), not on individual tabs. Project-grouping rules
24
+ rephrased to reflect the same. Added per-tab outlines for inactive tabs
25
+ as an explicit roadmap item with the technical reason it's deferred.
26
+
8
27
  ## [0.3.6] - 2026-05-16
9
28
 
10
29
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hyper-windowtint",
3
- "version": "0.3.7",
4
- "description": "Give Hyper terminal tabs distinct color tints, matching tabs from the same project during the current Hyper session.",
3
+ "version": "0.3.8",
4
+ "description": "Color every Hyper terminal window based on its active project folder, so you can tell multiple terminals apart at a glance.",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js",