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

feat: whats new notification #406

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

lukecotter
Copy link
Contributor

Description

Shows an vscode info notification when the extension first runs.
Includes a what' new button to take the user to the change log.

This will only run if it is not a bug fix version e.g v1.10.0 + v1.11.0 it will be shown but not for v1.10.1
If the notification has already been shown it will not be show again for the current version.

Type of change (check all applicable)

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • ⚡ Performance Improvement
  • 📝 Documentation
  • 🔧 Chore
  • 💥 Breaking change

[optional] Any images / gifs / video

image
image

Related Tickets & Documents

Related Issue #
fixes #
resolves #210
closes #

Added tests?

  • 👍 yes
  • 🙅 no, not needed
  • 🙋 no, I need help

Added to documentation?

  • 🔖 README.md
  • 🔖 CHANGELOG.md
  • 📖 help site
  • [] 🙅 not needed

[optional] Are there any post-deployment tasks we need to perform?

Only show the whats new notification if this is a minor version
or larger (not a bug fix) + if the notification for this minor has
not been shown already.
@lcottercertinia lcottercertinia merged commit 7d5272c into certinia:main Oct 17, 2023
3 checks passed
@lukecotter lukecotter deleted the feat-whats-new-notification branch October 17, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: display whats new / changelog on upgrade
2 participants