You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
We should allow developers to send short messages to their users.
Use case:
instruct users to reinstall the application because its name or URL has changed (which may lead to future issues);
advise users to update the application because a security issue has been found;
…
We may add to application manifest a field with a messages related to application versions, for example: '<0.9.3': 'please update'. When Home looks for the availability of a new version, it will also fetch this messages and display them in the update notification.
The text was updated successfully, but these errors were encountered:
We should allow developers to send short messages to their users.
Use case:
We may add to application manifest a field with a messages related to application versions, for example:
'<0.9.3': 'please update'
. When Home looks for the availability of a new version, it will also fetch this messages and display them in the update notification.The text was updated successfully, but these errors were encountered: