The problem
There is currently no way for a user to know when we release new features in cursorless. We'd like some way to highlight new features for users.
The solution
We'd like to display release notes in a webview when we release new features. We don't want to do so on every release, especially once we move to continuous delivery (#17), but we should have some mechanism to highlight new features when we want to. We could do something roughly as follows
update
Resources
The problem
There is currently no way for a user to know when we release new features in cursorless. We'd like some way to highlight new features for users.
The solution
We'd like to display release notes in a webview when we release new features. We don't want to do so on every release, especially once we move to continuous delivery (#17), but we should have some mechanism to highlight new features when we want to. We could do something roughly as follows
update
0.27.0.md. Can have frontmatter with release date for future useversionkey. If it does exist, check if it's less than current version. If it is, show a toast linking to current version. Then set the key to current version either wayResources