Skip to content

Commit 560af6b

Browse files
committed
chore: bump to v0.62.4
1 parent be0d4a9 commit 560af6b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to Tandem Browser will be documented in this file.
44

5+
## [v0.62.4] - 2026-03-16
6+
7+
- fix: remove unused detectBackend import, fix async Promise executor lint errors
8+
59
## [v0.62.3] - 2026-03-16
610

711
- fix: hide mic button on macOS (use system dictation), show only on Linux

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": "tandem-browser",
3-
"version": "0.62.3",
3+
"version": "0.62.4",
44
"description": "First-party OpenClaw companion browser for human-AI collaboration with built-in security controls",
55
"main": "dist/main.js",
66
"author": "Tandem Browser contributors",

shell/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<div class="title"><span class="t">T</span><span class="rest">andem</span></div>
115115
<div class="subtitle">First-Party OpenClaw Companion Browser</div>
116116
<div class="status-badge">Developer Preview</div>
117-
<div class="version" id="version">v0.62.3</div>
117+
<div class="version" id="version">v0.62.4</div>
118118
<div class="info">
119119
Built specifically for human-AI collaboration with OpenClaw.<br>
120120
Maintained in the same ecosystem as OpenClaw, with security and local control built in.

0 commit comments

Comments
 (0)