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

Show release notes when running self-update command #19

Closed
filiptibell opened this issue Apr 25, 2024 · 0 comments · Fixed by #56
Closed

Show release notes when running self-update command #19

filiptibell opened this issue Apr 25, 2024 · 0 comments · Fixed by #56
Labels
enhancement New feature or request

Comments

@filiptibell
Copy link
Collaborator

Right now the self-update subcommand only shows the latest version that was updated to:

🚀 Rokit has been updated successfully!

You are now running version a.b.c, updated from x.y.z.

It might be useful to show release notes for the new version, or all versions between the old and new. Rokit already fetches full release information for self-updating, which includes the release description, it is just left unused.

  • Release notes may be quite long, it could be a good idea to prompt the user (Do you want to view release notes for a.b.c?) before showing them.
  • Showing release notes with pretty formatting (bolding) would make this more useful, and also require parsing markdown. This parsing is typically not too complicated but may increase Rokit's binary size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant