Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show current app version in settings #55

Conversation

ichthyosaurus
Copy link
Collaborator

This adds the current app version (not to be confused with the packaged hydrogen version) to the settings page.

It must be updated manually when the app is released. This is quite annoying, so it's not the best fix... I usually automate it in my apps by passing the version number from yaml/rpm spec as a #define to my app (like this: https://github.com/Pretty-SFOS/opal/blob/main/snippets/opal-cached-defines.md).

The same could be done here if a compiled exe is added anyway for #25.

Fixes #50 .

@ichthyosaurus
Copy link
Collaborator Author

I just realized you actually did the same already in #51 .

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.

Version number on Settings page not updated?
1 participant