Skip to content

Releases: jordilin/gitar

v0.1.70

13 Jun 15:20
b0d1a33
Compare
Choose a tag to compare

New features

  • Provide a browser subcommand to open the releases page (gr br rl). Works for Gitlab and Github

v0.1.69

13 Jun 05:20
4eb1381
Compare
Choose a tag to compare

Improvements

  • When querying an endpoint, --repo and --domain take preference over the current git repository
  • Flake has pname attribute, allowing Nixos users to use gitar by issuing nix shell github:jordilin/gitar

v0.1.68

12 Jun 05:33
aa02c43
Compare
Choose a tag to compare

New features

  • Provide a gr my gs command that pulls your Github gists. Only Github supported for now.

v0.1.67

06 Jun 06:11
b2a9c3d
Compare
Choose a tag to compare

Improvements

  • Provide a better detection and error messaging when user is not using a git repository and the gr subcommand can require --domain or --repo global options.

v0.1.66

04 Jun 06:17
e354670
Compare
Choose a tag to compare

Fixes

  • Fix gr amps command run when using multiple arguments

v0.1.65

03 Jun 05:21
6fc78a5
Compare
Choose a tag to compare

New features

v0.1.64

01 Jun 17:45
d5a4ff7
Compare
Choose a tag to compare

Fixes

  • Add default empty title if none is returned by a project release (Github)

v0.1.63

01 Jun 04:36
e1d8e04
Compare
Choose a tag to compare

New features

  • Provide gr manual or gr man to automatically open the user guide in the browser
  • Provide first round of documentation using mdbook at - https://jordilin.github.io/gitar

v0.1.62

29 May 03:48
acad7cd
Compare
Choose a tag to compare

New features

  • Implement cache info subcommand. Gives information about the size and location of the current local cache

Ex.

  • gr cache info Will print out the local cache size and its location

v0.1.61

28 May 01:56
87b99e2
Compare
Choose a tag to compare

New features

  • Provide a global cli --config path to configure config path location.

Other

  • Upgrade dependencies