Skip to content

Releases: thansetan/git-sw

v1.0.1

15 Jul 06:14
c0b5a8c
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • c0b5a8c fix(git-sw): app won't run when the included path doesn't exist

Documentation

  • d3c64c1 docs(git-sw): replace "config file" -> "profile"

Others

  • 6fb77e7 refactor(git-sw): make profile name uniqueness case-insensitive
  • 06e57a9 refactor(git-sw): restore accidentally deleted line
  • 9ea1f6b refactor: change some Write to FPrint

v1.0.0

12 Jul 05:26
0d40c7d
Compare
Choose a tag to compare

Changelog

Others

idk what else to add so let's just call it v1

v0.1.3

11 Jul 08:14
87ee775
Compare
Choose a tag to compare

Changelog

  • ebe1f0f docs(git-sw): add README
  • 87ee775 fix(gitconfig): incorrect string format

v0.1.2

11 Jul 07:07
334bd66
Compare
Choose a tag to compare

Changelog

  • 334bd66 docs(gitconfig): change comments
  • 488db01 fix(gitconfig): incorrect value
  • 581bacc perf(gitconfig): write to file directly instead of using template
  • 551c0cd refactor(gitconfig): sort keys based on insertion order
  • 792f6b2 test(gitconfig): add test for ordered keys

v0.1.1

09 Jul 07:04
8da0618
Compare
Choose a tag to compare

Changelog

  • 8da0618 fix(git-sw): incorrect current profile in git directory

v0.1.0

09 Jul 06:37
9f3f8ec
Compare
Choose a tag to compare

Changelog

  • 9f3f8ec chore(git-sw): add goreleaser
  • 7b47c29 chore: add files
  • b21b233 feat(git-sw): add value validation
  • 8ba3cd9 feat(gitconfig): add value validation
  • 8c61e3b test(gitconfig): change tests format && and tests for value validation