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

Fix/web interface manager get latest compatible version #706

Conversation

schroda
Copy link
Collaborator

@schroda schroda commented Oct 7, 2023

No description provided.

The only working channel was the PREVIEW channel, since any other channel would have fetched the actual version of the preview and used this as the potential latest compatible version.
This was caused due to incorrectly checking if the preview version should be ignored.
In case the current server version isn't compatible with the latest version of the selected webUI channel, versions of other channel should be considered depending on the selected channel.

E.g. PREVIEW is the latest available version and thus, any version of another channel is also compatible with the PREVIEW channel
The oldest compatible version for a server is the bundled version, thus, any version that is older than the bundled one should not be considered compatible
@Syer10 Syer10 merged commit a449a01 into Suwayomi:master Oct 8, 2023
@schroda schroda deleted the fix/web_interface_manager_get_latest_compatible_version branch October 8, 2023 10:21
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