Skip to content

Commit e138b32

Browse files
Release v0.16.0 — the InterBrain Desktop App + full Windows support
Drops the -rc suffix. rc.23 was the final validated candidate; this is the release. Ships the GitHub-as-transport pivot (the Great Simplification), the Tauri desktop companion app + daemon + dashboard, the gh-CLI first-run flow, and full Mac/Windows cross-platform parity — all validated end-to-end on real hardware with real GitHub accounts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 24d958f commit e138b32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interbrain-desktop"
3-
version = "0.16.0-rc.23"
3+
version = "0.16.0"
44
description = "InterBrain — knowledge gardening companion"
55
authors = ["Project Liminality"]
66
license = "AGPL-3.0"

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "InterBrain",
4-
"version": "0.16.0-rc.23",
4+
"version": "0.16.0",
55
"identifier": "org.projectliminality.interbrain",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)