Skip to content

Commit 34e97bb

Browse files
jiaweingclaude
andcommitted
chore(release): v1.4.0-beta.2
Bump 1.4.0-beta.1 -> 1.4.0-beta.2 across package.json, tauri.conf.json, and Cargo.toml/Cargo.lock. Beta update channel: - github-releases: channel-aware fetching + pre-release-aware semver (getLatestRelease, semverCompare), stable-only entitlement preserved - use-app-updater: when beta opt-in is on, surface the newest pre-release via a manual (release-page) update notice; stable silent updater and the license entitlement window are untouched - SettingsPage: beta update card + toggling "Receive beta updates" re-checks immediately Also bundles in-progress local-embedding / semantic-search work. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 20edbe2 commit 34e97bb

16 files changed

Lines changed: 1483 additions & 198 deletions

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "desktop",
33
"private": true,
4-
"version": "1.4.0-beta.1",
4+
"version": "1.4.0-beta.2",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev -- --features bria",

0 commit comments

Comments
 (0)