-
Notifications
You must be signed in to change notification settings - Fork 706
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- The installed AppImage is
T3-Code-0.0.10-x86_64.AppImage - The
v0.0.10release is here: https://github.com/pingdotgg/t3code/releases/tag/v0.0.10 - The version label in Settings was added in
#720: Display application version in sidebar and settings #720
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.jsonis0.0.9apps/desktop/package.jsonis0.0.9apps/server/package.jsonis0.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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working