Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/ledger.jsonl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{"classification_mode": "codex", "date": "2026-07-12", "duplicate_prs_ignored": [], "file": "CHANGELOG.md", "generated_at": "2026-07-12T20:14:59.434492Z", "prs": [239], "source": "release_bridge", "version": "26.7.12"}
{"classification_mode": "codex", "date": "2026-07-14", "duplicate_prs_ignored": [229, 230, 231, 233], "file": "CHANGELOG.md", "generated_at": "2026-07-14T15:08:12.576980Z", "prs": [235, 237, 239, 241], "source": "release_bridge", "version": "26.7.14"}
{"classification_mode":"codex","date":"2026-07-22","duplicate_prs_ignored":[],"file":"CHANGELOG.md","generated_at":"2026-07-22T18:28:23.701089Z","previous_release_tag":"26.7.14","prs":[251,252,253,254],"release_id":"53a16e57-2d15-4982-880b-abb95f1b0125","source":"release_bridge","target_ref":"dev","version":"26.7.22"}
{"classification_mode":"codex","date":"2026-07-22","duplicate_prs_ignored":[],"file":"CHANGELOG.md","generated_at":"2026-07-22T20:28:47.290530Z","previous_release_tag":"26.7.14","prs":[251,252,253,254],"release_id":"e90e2ae9-992b-4dcd-986b-a917dac2d5a6","source":"release_bridge","target_ref":"dev","version":"26.7.22.1"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [26.7.22.1] - 2026-07-22

### Added
- Added private Tailscale-powered Remote Access for securely using BrainDrive Desktop from trusted devices. (`#251`)

### Changed
- Updated client web dependencies with the latest compatible security, accessibility, styling, and build fixes. (`#253`)
- Simplified Browser Access and Remote Access setup while making shutdown and Tailscale cleanup safer and more reliable. (`#254`)

### Fixed
- Fixed Tailscale detection on macOS so Remote Access readiness and configuration checks work correctly. (`#252`)

### Removed
- No user-facing removals this week.

## [26.7.22] - 2026-07-22

### Added
Expand Down
6 changes: 3 additions & 3 deletions builds/typescript/client_web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/typescript/client_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "braindrive-client",
"description": "BrainDrive web client",
"private": true,
"version": "26.7.22",
"version": "26.7.22.1",
"type": "module",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions builds/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braindrive",
"version": "26.7.22",
"version": "26.7.22.1",
"description": "BrainDrive core runtime: gateway, engine, auth, memory, and web client",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion builds/typescript/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/typescript/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braindrive-desktop"
version = "26.7.22"
version = "26.7.22.1"
description = "BrainDrive native desktop shell"
authors = ["BrainDrive"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion builds/typescript/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "BrainDrive",
"version": "26.7.22",
"version": "26.7.22.1",
"identifier": "ai.braindrive.desktop",
"build": {
"beforeDevCommand": "npm run desktop:preflight && npm run desktop:dev:web",
Expand Down