-
Notifications
You must be signed in to change notification settings - Fork 3
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
Detect new upgrade on launch #139
Comments
Please consider this feature as a priority. |
Considering the frequency of software updates and the effect of alerts, it would be a better solution for us to use pop-up alerts here.Note that for the current pop-up content it is recommended to use server-side configuration instead of getting the text in the github release so that users can get the core content of the release faster. Requirement Contents:The style of the pop-up window can follow the design of the new UI Any other suggestions or questions about the above requirements? |
@Magickbase/developers |
The excerpt can be distilled from the release note in a preconcerted format, so the server to push message can be avoided. |
Should we download it auto when finding a new version? Then if the user wants to update, they will not need to wait to download the version. |
This is a sensitive operation, if the automatic download of updates usually requires the user to manually turn on. |
Only auto download, but the update action is still controlled by users. |
This is also possible, so that we need to pay attention to the github release version of the text to be written in the general format, the pop-up window only need to get the summary part of the content. |
It is better not to download automatically without the user's permission, this may be against the user's will and at the same time may make the user feel that the software is not secure. |
I've checked some applications and found the strategy of update is configurable It would be flexible. Besides, a dialog informing users to upgrade is a bit brute, IMO. |
After thinking about it, I think adding upgrade pop-ups at software startup would indeed be a bit too forceful, and the software doesn't have a strong need for users to upgrade, but more of a need for users to spontaneously upgrade to get a better experience. I think it is not necessary to add automatic download and installation settings, because users still need to manually click on the upgrade and installation and need to be prompted by the pop-up window. Therefore, the following are the requirements after the update:
|
Let's make the decision and go further |
@Kirl70 Please add the style of version update prompt based on the new version of Neuron UI. |
The adjustment has been made to display the version number that can be updated when there is an update. |
@Kirl70 When we collapse the sidebar, how should it be displayed? Displaying the dot on the icon seems to conflict with the display when expanded. ![]() |
|
@Kirl70 This font is Apple-specific. Please help to handle it. |
Please use the default system font for regular text. |
@FrederLu |
The detection of a new version to upgrade can be run on launch silently and prompt users to upgrade if possible.
This eager strategy acquaints users with new standards and functions timely.
The text was updated successfully, but these errors were encountered: