Skip to content

Commit cb18c7b

Browse files
committed
Release v2.13.2
1 parent 24c8f09 commit cb18c7b

5 files changed

Lines changed: 37 additions & 5 deletions

File tree

README.md

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

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

51-
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.13.1-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.13.1/Harness-2.13.1-arm64.dmg)
52-
- **Intel Mac:** [Harness-2.13.1.dmg](https://github.com/frenchie4111/harness/releases/download/v2.13.1/Harness-2.13.1.dmg)
51+
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.13.2-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.13.2/Harness-2.13.2-arm64.dmg)
52+
- **Intel Mac:** [Harness-2.13.2.dmg](https://github.com/frenchie4111/harness/releases/download/v2.13.2/Harness-2.13.2.dmg)
5353

5454
## Installation
5555

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.13.1",
3+
"version": "2.13.2",
44
"main": "./out/main/index.js",
55
"author": {
66
"name": "Mike Lyons",

release-notes/v2.13.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Harness v2.13.2
2+
3+
### Changes
4+
- fix(headless): don't require electron at load time (harness-server can't boot on v2.13.0/v2.13.1) (#229)
5+
- chore: write cache-key delimiter as \x00 instead of a raw NUL byte (#230)
6+
### Contributors
7+
8+
Huge thanks to @blindpirate for their contributions to this release.
9+
10+
### Installing
11+
12+
- **Apple Silicon:** `Harness-2.13.2-arm64.dmg`
13+
- **Intel:** `Harness-2.13.2.dmg`
14+
15+
Drag `Harness.app` to Applications, then launch it. Existing installs will auto-update.

site/public/releases.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,23 @@ <h1 class="text-5xl md:text-6xl font-extrabold tracking-tight mb-6 leading-tight
102102
<!-- Releases -->
103103
<div class="max-w-3xl mx-auto px-6 pb-24">
104104

105+
<!-- v2.13.2 -->
106+
<section id="v2.13.2" class="release-section py-10">
107+
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">
108+
<h2 class="text-3xl font-bold tracking-tight"><a href="#v2.13.2" class="release-anchor">v2.13.2<span class="anchor-icon">🔗</span></a></h2>
109+
<span class="text-sm text-neutral-500">August 10, 2026</span>
110+
</div>
111+
<a href="https://github.com/frenchie4111/harness/releases/tag/v2.13.2" class="text-sm text-amber-400/80 hover:text-amber-300 transition-colors">Download &rarr;</a>
112+
<p class="text-neutral-400 mt-4 mb-4 leading-relaxed">A hotfix release: headless <code>harness-server</code> builds can boot again after a regression left them unable to start.</p>
113+
<div class="note-body">
114+
<h4>Fixes</h4>
115+
<ul>
116+
<li>Headless <code>harness-server</code> builds no longer fail to boot with a missing <code>electron</code> module error, fixing the "Add backend → SSH host" flow on v2.13.0 and v2.13.1. <em class="text-neutral-500">(thanks <a href="https://github.com/blindpirate" class="text-amber-400/80 hover:text-amber-300">@blindpirate</a>, <a href="https://github.com/frenchie4111/harness/pull/229" class="text-amber-400/80 hover:text-amber-300">#229</a>)</em></li>
117+
</ul>
118+
<p class="text-neutral-400 text-sm mt-6 leading-relaxed">Huge thanks to <a href="https://github.com/blindpirate" class="text-amber-400/80 hover:text-amber-300">@blindpirate</a> for their contributions to this release.</p>
119+
</div>
120+
</section>
121+
105122
<!-- v2.13.1 -->
106123
<section id="v2.13.1" class="release-section py-10">
107124
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">

0 commit comments

Comments
 (0)