Skip to content

Releases: lucasnevespereira/go-gituser

v1.4.1

28 Jan 20:52
Compare
Choose a tag to compare

Changelog

  • 53e564e Merge pull request #10 from lucasnevespereira/refactor/account-model
  • 76111a3 core: update app version
  • 9e16f07 doc: update contributing
  • af89547 feat: add version cmd
  • aba76b0 refactor: account model

v1.4.0

27 Jan 23:12
2bcb2e6
Compare
Choose a tag to compare

Changelog

  • 2bcb2e6 Merge pull request #9 from lucasnevespereira/feat/refacto-arch
  • d07162d core: refactored app architecture + introduced account json storage + introduced account service + introduced setup service + introduced git connector + replaced config cmd by setup + improved errors and logs

v1.3.6

21 Aug 22:47
Compare
Choose a tag to compare

Changelog

v1.3.5

21 Aug 20:07
Compare
Choose a tag to compare

Changelog

v1.3.4

08 Nov 18:39
Compare
Choose a tag to compare

Changelog

  • 9047a8e core: update version
  • 0b56ea3 feat: replaced local config path

v1.3.0

30 Oct 20:58
Compare
Choose a tag to compare

Changelog

  • d61a0aa doc: First line of Usage section deleted in README.md
  • 274bd6f feat: refactored app + add homebrew + add releaser + add ci

v1.2.9

30 Oct 20:31
Compare
Choose a tag to compare

Changelog

  • 1846abd feat: refactored app + add homebrew + add releaser + add ci

v1.0.6

27 Sep 22:12
Compare
Choose a tag to compare

Release v1.0.6 comes with an important fix of a previous feature in v1.0.5.

Fixes :

  • Config mode: gituser config to setup user git accounts.
  • Manual setup: users no longer need to add binary manually and fill data/config.json

Added:

  • Makefile to improve installation
  • Better logs and some errors that were not handled
  • New documentation about setup/install

v1.0.5

24 Dec 10:04
Compare
Choose a tag to compare

This releases comes with an important feature:

gituser config command is now available to config and fill out your multiple git accounts data.

v1.0.4

18 Dec 11:52
Compare
Choose a tag to compare

Release v1.0.4 is here with better doc and some new features.

First contributions from @mathieumarcelino 👍🏼
New logos made by @mathieumarcelino 😃

Added:
There is a new --info tag that prints the current account you are on.
There is now a Contribution Guide.

Fixes :
Changed --help tag to --manual, because there was a default help tag provided by Go and I was overriding it.