Skip to content

Conversation

@built-by-as
Copy link
Owner

Summary

  • Display FleetCode version at the bottom of the settings modal
  • Helps users identify which version they're running

Test plan

  • Open the app
  • Click the settings gear icon in the sidebar
  • Verify version "FleetCode v1.0.1-beta.7" appears at the bottom of the settings modal
  • Verify it's styled with small gray text and separated by a border

Display the FleetCode version at the bottom of the settings modal to help users identify which version they're running.
Instead of hardcoding the version in HTML, the app now reads it dynamically from package.json when the settings modal is opened.
Replaced manual file reading with Electron's built-in app.getVersion() method which is more efficient and reliable.
@built-by-as built-by-as merged commit 67a2ca1 into main Oct 25, 2025
1 check passed
@built-by-as built-by-as deleted the version-in-settings branch October 25, 2025 16:20
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.

2 participants