Bump V3 desktop app version to 3.1.0#167
Merged
Merged
Conversation
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>
This was referenced Jul 3, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 totauri.conf.json's version whenTASKPAW_BUILD_VERSIONis unset, so the.dmgname 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