Well, well, well… if it’s not another release notes? Looks like I finally had enough changes to justify a release.
But wait, we were on the front page of VS Code Marketplace!
AND WE HIT 15,000 INSTALLS!
Thank you all for supporting this project :). I can’t express how grateful I am that so many people choose to use this extension.
So what’s new in this release?
New Features
Before and After attachments!
Edit / Import Mode!
Export Rules to JSON!
Debug Mode!
Look at that cute little checkbox. (No one is going to use this feature besides me…)
Metrics
I wanted to start publishing some of the metrics that are part of having a VS Code Extension as I find this to be quite intriguing. VS Marketplace provides developers with a small but interesting set of tools to see how their extension is being adopted.
As you can see in the graph above, we had a major boost in page views (the line) since being feature on the front page of the marketplace. Our acquisition has also significantly increased since that day with 200~ installs a day.
We did receive a rather unusual spike of 14k installs on one day in particular. I am not quite sure what caused this traffic (botting, extension pack, someone installing it across company). Regardless, it is a warm welcome.
Full Release Notes
Notes
- With the advent of VSC 1.92+, to drag and drop between webviews you must hold shift.
Added
- Introduced 3 new minimize commands: All, local, and global.
- Added debug setting for showing rule states.
- Introduce before and after decoration states with corresponding UX.
- Introduced new webview actions:
- Minimize all rules
- Edit Mode. Raw editing of the rules.
- Export rules to clipboard
Changed
- Addressed bug where disabled rules would apply if editing document.
- Fixed UX bug with occurrence drop down.
- Fixed broken license badge in release notes view.
Removed
- Removed all non-contextual commands from context. (i.e. Only create rule from selection appears on right click).and more. As always, see the full changelog below.