-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Notify users on CMS updates. #1045
Comments
One way might just be to check the GH releases list, and see if it's on the latest version. If not, popup a notice mentioning the update in the CMS. Developers could turn it off by a config setting ( |
The fastest solution in my opinion would be having an email newsletter to announce new releases and important bug fixes to users. |
That's a great solution for keeping folks up to date, totally agree. That said, every CMS I'm aware of either updates itself because it's SAAS, or has in-app notifications when they're available. Especially for security fixes (which could perceivably happen in the future), we want to get max visibility when an upgrade is required. |
I would suggest that the notifications be displayed on the /admin page of netlify CMS users. |
For sure - at some point Netlify CMS needs as dashboard page. |
@erquhart Can you create a separate issue for this?
How about this? |
Haven't opened a dashboard issue because we haven't yet spent time thinking about the problems it would solve. Your design looks cool! Regarding communicating updates, the challenge isn't in visual design, it's in establishing a non-intrusive update broadcasting mechanism. Typically open source projects don't include this kind of functionality. |
Noted, will discuss it in the community.
Thanks 😁
You create a mailing list and send updates to the subscribed people and in that, you can create a heading along with small description which links to the changelog. OR You can tell people to subscribe to the changelog RSS feed. |
Could you at least simply detail update infos in the GitHub releases (which can be subscribed to), or add an rss feed to the blog? |
Yep, we need to better at this, 100% agreed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@demshy found a way to generate release notes on GitHub based on changelogs in all packages. If you wish to follow updates, subscribe to the repository on GitHub. You can limit notifications only to releases. See all releases here: https://github.com/decaporg/decap-cms/releases |
Currently, if a CMS update is released, there is no way that users/devs are notified. We should probably have some sort of email/notification subscription, or even directly in the CMS. Discussion?
The text was updated successfully, but these errors were encountered: