Skip to content

Releases: DavidLGoldberg/jumpy2

Add "checkered-mode"

11 Jul 03:23
Compare
Choose a tag to compare
  • ✨ 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

29 Jun 09:29
Compare
Choose a tag to compare
  • 🐛 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

16 Nov 05:20
Compare
Choose a tag to compare
:shower: Cleanup

- :memo: Update CHANGELOG.md.

Patch - Sync the update notifications

03 Nov 04:13
Compare
Choose a tag to compare
  • Sync the updates notification for users of synced settings (See release 1.5.0 below).

Add Achievements + Release Notifications + Jumpy T-Shirts!

02 Nov 22:13
Compare
Choose a tag to compare
  • 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

15 Sep 16:16
ae38e26
Compare
Choose a tag to compare

Nothing new. Just a dependabot security patch.

Add selection mode

15 Sep 00:12
8575cb3
Compare
Choose a tag to compare

Adds a selection mode

✨ Add a selection mode "jumpy2.toggleSelection", defaults to: shift + alt + enter.

Thanks @FredBill1 for the PR!!!

Add a beacon

14 Sep 16:13
Compare
Choose a tag to compare

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

08 Mar 07:15
Compare
Choose a tag to compare

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!