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

Feature request: pop up a message advertising new releases #30

Open
jschaeff opened this issue Jan 24, 2024 · 2 comments
Open

Feature request: pop up a message advertising new releases #30

jschaeff opened this issue Jan 24, 2024 · 2 comments

Comments

@jschaeff
Copy link
Contributor

No description provided.

@vpet98
Copy link
Contributor

vpet98 commented Feb 6, 2024

I found that I can check the latest release by making a request here: https://api.github.com/repos/EIDA/a10y/releases/latest.

But to compare that information with the version someone uses while the application is in use, I probably have to hardcode the current version somewhere in the code. So every time I push, I need to remember to update this information in the code.

This can work, does not seem ideal to me.

Any other idea?

@jschaeff
Copy link
Contributor Author

jschaeff commented Feb 8, 2024

A gitlab workflow should write the current release version in a file before building the application. this way, the app gets aware of it's version.
But it feels a bit cumbersome. Let's pause this feature for now.

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

No branches or pull requests

2 participants