Skip to content

Bump V3 desktop app version to 3.1.0#167

Merged
AlvinShenSSW merged 2 commits into
mainfrom
chore/bump-version-3.1
Jul 2, 2026
Merged

Bump V3 desktop app version to 3.1.0#167
AlvinShenSSW merged 2 commits into
mainfrom
chore/bump-version-3.1

Conversation

@AlvinShenSSW

Copy link
Copy Markdown
Owner

Bump the V3 desktop app version 3.0.0 → 3.1.0 (tauri.conf.json + src-tauri/Cargo.toml; both agent and hub build from these). Also default the ad-hoc DMG filename to tauri.conf.json's version when TASKPAW_BUILD_VERSION is unset, so the .dmg name matches the app version instead of a hardcoded 3.0.0.

Codex 外门 clean. (Version/build-script change; no test-affecting logic.)

🤖 Generated with Claude Code

AlvinShenSSW and others added 2 commits July 3, 2026 02:08
tauri.conf.json + src-tauri/Cargo.toml → 3.1.0 (both agent and hub build from these,
so both installers become 3.1.0). Also default the ad-hoc DMG filename to
tauri.conf.json's version when TASKPAW_BUILD_VERSION is unset, so the .dmg name matches
the app version instead of a hardcoded 3.0.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… 外门)

The agent/hub /ping endpoints hardcoded "3.0.0-dev", so a 3.1.0 installer misreported
its version. Add taskpaw_v3.__version__ = "3.1.0" as the single source and report it
from both /ping endpoints; bump the UI package (package.json + lock) to 3.1.0 too.
Test asserts /ping == __version__ so it can't drift back to a stale literal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@AlvinShenSSW AlvinShenSSW merged commit 138968d into main Jul 2, 2026
7 checks passed
@AlvinShenSSW AlvinShenSSW deleted the chore/bump-version-3.1 branch July 2, 2026 17:20
AlvinShenSSW added a commit that referenced this pull request Jul 3, 2026
…171)

The top-right label and the About card hardcoded "v3.0.0-dev", so they stayed at
3.0.0 while #167 shipped 3.1.0 — two drifting version sources. Inject the version
from package.json via Vite `define __APP_VERSION__` and render `v{__APP_VERSION__}`
in both places, so the UI always matches the packaged release. Refresh the About
blurb (zh + en) to reflect current V3 scope (agent/Hub fleet; CPU/RAM/GPU/VRAM;
LADA 4K per-task progress + ETA; ComfyUI; AI-coding activity for Claude/Codex/Kimi;
privacy-first) and credit the sole designer/developer. Test asserts the rendered
label equals __APP_VERSION__ (non-drifting).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant