Skip to content

Releases: Vpet95/git-sc

Release of git-sc branch and checkout

03 Sep 20:19
2587d2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.1

Additional error handling for git-sc delete and clean + a few minor fixes

17 Jan 18:04
29c00ac
Compare
Choose a tag to compare

Release Notes

What's Changed

  • Added additional error handling options for delete and clean + some fixes by @Vpet95 in #4

Full Changelog: v2.0.1...v2.1.1

Minor branch name formatting fixes

17 Jan 02:21
Compare
Choose a tag to compare

Release Notes

Some quick fixes for issues discovered during the testing of 2.0.0, including:

  • Shortcut stories with single-quote characters, for instance, contractions, would get split inappropriately, generating bad names
  • The git-sc delete logic that runs when no ticket id is supplied was not updated to make use of the new branch name formatting pattern matching

Full Changelog: v2.0.0...v2.0.1

git-sc v2

16 Jan 02:34
07122ba
Compare
Choose a tag to compare

Release Notes

This version includes many quality-of-life improvements and a fundamental rework to branch name formatting (thus the major version bump). Changes include:

  • Give git-sc delete the ability to delete multiple/all branches during “multiple branches share this ticket id prompt”
  • Re-work branch name formatting so that git-sc can properly process branch names with multiple groups of numbers, and to give users more freedom in formatting their branch names
  • Let git-sc open Shortcut tickets pertaining to current branch if the ticket id argument is omitted
  • Make git-sc’s branch creation interactive prompt search more fuzzy
  • Branch name formatting enhancements:
    • Allow numbers in generated branch names
    • Process symbols first, so words divided with forward slashes don't get jumbled together (among other issues fixed)
  • Make git-sc create the default command so git-sc can be run directly with ticket ids; this allows for backwards compatibility with the version beta testers are familiar with.
  • Update documentation: requires Node 17.0.0 or greater (for structuredClone)
  • Update prompt-sync-plus version to address bug found in cancelation of prompts with autocomplete suggestions
  • Misc. copy changes and updates

As always, the README on this repo reflects the most current version of git-sc, so check it out to learn more about how to install, configure, and use this tool.

Full Changelog: v1.0.2...v2.0.0

Initial Release

16 Jan 02:21
Compare
Choose a tag to compare

Release Notes

This is the initial release of git-sc, with a couple of bug fixes.
Please see the repo README file for information on how to configure and use git-sc.

Full Changelog: v1.0.0...v1.0.2