Releases: DavidLGoldberg/jumpy2
Releases · DavidLGoldberg/jumpy2
Add "checkered-mode"
- ✨ Introduce a new "checkered-mode" to alternate label colors like a checkerboard.
- Update settings to allow customization of checkered labels.
- 📝 Update documentation and changelog with relevant details.
- 📝 Add LinkedIn profile:
https://www.linkedin.com/in/david-l-goldberg-24607a314.
Improve rendering of labels
- 🐛 Fix rendering of custom line heights!
- ✨ Add ability to click Jumpy's status bar item to view your achievements.
- Improve default
jumpy2.labelBorderColor
to improve clarity when labels are adjacent. Useful for more aggressive regexes. - ⌨️ Add link to https://bracklets.com (a typing training program I recently released).
- ⬆️ Upgrade a lot of dependencies.
Patch - Fix some memory management
:shower: Cleanup - :memo: Update CHANGELOG.md.
Patch - Sync the update notifications
- Sync the updates notification for users of synced settings (See release 1.5.0 below).
Add Achievements + Release Notifications + Jumpy T-Shirts!
- Introduced a new achievements system to engage users by tracking and displaying their jump milestones.
- Integrated an updates webview to inform users of new features upon notable version upgrades.
- Add link to new Jumpy t-shirts!
- Enhanced the README and CHANGELOG to reflect new features.
- Added tests.
- Made minor updates to existing tests.
- Updated telemetry events for better data capture.
- Updated to
@vscode/test-electron
.
Security patch
Nothing new. Just a dependabot security patch.
Add selection mode
Adds a selection mode
✨ Add a selection mode "jumpy2.toggleSelection", defaults to: shift + alt + enter.
Thanks @FredBill1 for the PR!!!
Add a beacon
Adds a beacon on jumps.
It is subtle and not as animated as the Atom version, but it's the best / simplest implementation I've seen with the current API.
Thanks @FredBill1 For this PR!!!
Add pipeline publishing
Add vsce publish to azure pipelines
- Use
vsce
in the Azure pipeline to publish the extension. All of the code should be built from source on the pipeline!