Add legacy update channel#414
Open
Shivansps wants to merge 3 commits into
Open
Conversation
JohnAFernandez
requested changes
Jun 2, 2026
| isPortableMode = Knossos.inPortableMode; | ||
| if (KnUtils.IsModernOS()) | ||
| { | ||
| knossosUpdateChannelInfo = "(Main Update Channel)"; |
Contributor
There was a problem hiding this comment.
In my humble opinion, we should only need to display text if we are in the legacy update channel to provide a smoother experience.
And there should be a tooltip when it is displayed, whether we display it all times or not.
Something along the lines of
Main update channel:
"Your operating system is compatible with all versions of Knossos and will receive both features and bugfixes."
Legacy update Channel:
"Your version of <operating system> is not compatible with version 1.4 of Knossos.NET and above. To receive new features, you should upgrade to version <version>. You will still receive bugfix updates when they apply to version 1.3."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From now on, any OS below Win10 or MacOS 12 is considered legacy and only look for updates on the with tags "v1.3.x" those updates must be generated from the 1.3.x branch and NOT be tagged as the lastest one when creating the release here. This new system will find them.
1.3.x version will still recive fixes and maybe some of the new features provided if we backport them from the main to the 1.3.x branch.
All other OS will still look for the latest update here as always.
This is preparation for the move to Avalonia 12 / .NET 10 from 1.4.0.