Skip to content

Commit e0aa5bb

Browse files
committed
Release v2.8.2
1 parent e4188cf commit e0aa5bb

4 files changed

Lines changed: 21 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
Grab the latest release from the [releases page](https://github.com/frenchie4111/harness/releases/latest).
4040

41-
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.8.1-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.8.1/Harness-2.8.1-arm64.dmg)
42-
- **Intel Mac:** [Harness-2.8.1.dmg](https://github.com/frenchie4111/harness/releases/download/v2.8.1/Harness-2.8.1.dmg)
41+
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.8.2-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.8.2/Harness-2.8.2-arm64.dmg)
42+
- **Intel Mac:** [Harness-2.8.2.dmg](https://github.com/frenchie4111/harness/releases/download/v2.8.2/Harness-2.8.2.dmg)
4343

4444
## Installation
4545

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harness",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"main": "./out/main/index.js",
55
"author": {
66
"name": "Mike Lyons",

site/public/releases.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,22 @@ <h1 class="text-5xl md:text-6xl font-extrabold tracking-tight mb-6 leading-tight
7878
<!-- Releases -->
7979
<div class="max-w-3xl mx-auto px-6 pb-24">
8080

81+
<!-- v2.8.2 -->
82+
<section class="release-section py-10">
83+
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">
84+
<h2 class="text-3xl font-bold tracking-tight">v2.8.2</h2>
85+
<span class="text-sm text-neutral-500">May 6, 2026</span>
86+
</div>
87+
<a href="https://github.com/frenchie4111/harness/releases/tag/v2.8.2" class="text-sm text-amber-400/80 hover:text-amber-300 transition-colors">Download &rarr;</a>
88+
<p class="text-neutral-400 mt-4 mb-4 leading-relaxed">Fixes a PATH issue where Homebrew, nvm, pyenv, and other shell tools were not found when Harness was launched from Finder, the Dock, or a headless service.</p>
89+
<div class="note-body">
90+
<h4>Fixes</h4>
91+
<ul>
92+
<li>Harness now captures your login shell's PATH at startup and merges it into the app's environment, so the bundled Claude binary can find Homebrew, nvm, pyenv, and other tools regardless of how the app was launched.</li>
93+
</ul>
94+
</div>
95+
</section>
96+
8197
<!-- v2.8.1 -->
8298
<section class="release-section py-10">
8399
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">

0 commit comments

Comments
 (0)