Releases: jordilin/gitar
Releases · jordilin/gitar
v0.1.72
Fixes
- Reverts trait bounds syntax available in latest rustc 1.79. Release assets action was failing because of this.
v0.1.71
New features
- Provide
gr ampslist and exec subcommands. The exec subcommand will allow for the execution of in-line amp scripts. See manual https://jordilin.github.io/gitar/cmds/amps.html for more details. - Upgraded Rust to latest stable.
- Upgraded project dependencies.
v0.1.70
New features
- Provide a browser subcommand to open the releases page (
gr br rl). Works for Gitlab and Github
v0.1.69
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
New features
- Provide a
gr my gscommand that pulls your Github gists. Only Github supported for now.
v0.1.67
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
Fixes
- Fix
gr ampscommand run when using multiple arguments
v0.1.65
New features
- List and execute https://github.com/jordilin/gitar-amps scripts interactively using the
gr ampscommand
v0.1.64
Fixes
- Add default empty title if none is returned by a project release (Github)
v0.1.63
New features
- Provide
gr manualorgr manto automatically open the user guide in the browser - Provide first round of documentation using mdbook at - https://jordilin.github.io/gitar