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

Added look for newer version and display in console and gui if available #54

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

howroyd
Copy link
Owner

@howroyd howroyd commented Nov 2, 2023

Description

When not in offline mode, we use the GitHub API to get the latest release tag name. We compare this against the version in the code at runtime to see if we're on an old version. If so, this will show in the console and on the GUI.

New dependency on semantic-version which can be pip installed.

Fixes #53

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • [ Y] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@howroyd howroyd added enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 2, 2023
@howroyd howroyd self-assigned this Nov 2, 2023
@howroyd howroyd merged commit 7a97daa into main Nov 2, 2023
10 checks passed
@howroyd howroyd deleted the 53-show-update-available branch November 2, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show if update available in GUI
1 participant