Updated to v0.0.10 on Linux today, but Settings -> About still shows 0.0.9.
This looks like the app did update correctly, and only the displayed version is stale.
A bit more detail:
I checked the v0.0.10 tag and it looks like the UI is reading from package metadata that still says 0.0.9:
apps/web/package.json is 0.0.9
apps/desktop/package.json is 0.0.9
apps/server/package.json is 0.0.9
Since the Settings version display is injected from apps/web/package.json, the UI ends up showing 0.0.9 even though the actual release/AppImage is 0.0.10.
So this seems to be a release/version bump mismatch rather than a failed update.
If helpful, I can also paste the exact file paths/lines from the v0.0.10 tag.
Updated to
v0.0.10on Linux today, butSettings -> Aboutstill shows0.0.9.This looks like the app did update correctly, and only the displayed version is stale.
A bit more detail:
T3-Code-0.0.10-x86_64.AppImagev0.0.10release is here: https://github.com/pingdotgg/t3code/releases/tag/v0.0.10#720: Display application version in sidebar and settings #720I checked the
v0.0.10tag and it looks like the UI is reading from package metadata that still says0.0.9:apps/web/package.jsonis0.0.9apps/desktop/package.jsonis0.0.9apps/server/package.jsonis0.0.9Since the Settings version display is injected from
apps/web/package.json, the UI ends up showing0.0.9even though the actual release/AppImage is0.0.10.So this seems to be a release/version bump mismatch rather than a failed update.
If helpful, I can also paste the exact file paths/lines from the
v0.0.10tag.