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

Present change logs to users in the client #619

Closed
williamboman opened this issue Sep 19, 2016 · 1 comment
Closed

Present change logs to users in the client #619

williamboman opened this issue Sep 19, 2016 · 1 comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Milestone

Comments

@williamboman
Copy link
Member

williamboman commented Sep 19, 2016

Since our change logs are very informative (:clap: @astorije) I think users would appreciate reading a curated list of changes should their instance be upgraded. This could be presented through a modal once a user authenticates after a server upgrade. This'll also help make new features like #400 less hidden.

This could be tracked by keeping something like this in the user configs;

{
    ...
    "changelogs": {
        "enabled": true,
        "lastRead": "2.0.0-rc.1"
    }
}
@astorije
Copy link
Member

This is a very good idea, but I think we have a long way to go, and this is probably not going to be priority.
#388 is kind of a mandatory prerequisites.
Then I'm thinking initiatives such as #610 will make these things easier to do.

@astorije astorije added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Sep 20, 2016
@xPaw xPaw added this to the 2.7.0 milestone Dec 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

No branches or pull requests

3 participants