Skip to content

Version 0.16

Compare
Choose a tag to compare
@achilleas-k achilleas-k released this 05 Mar 18:37
· 631 commits to master since this release

Changes

  • Logging changes: More useful logging info and command delimitation.
  • Relevant help: When a command is given bad arguments, instead of printing the general help/usage info, it now prints the help/usage for that specific command.
  • Fix for stuttering/flashing of text during progress printing on Windows.
  • Completely redone command line argument handling and better help formatting.
  • New command: gin repoinfo
    • Prints the information for a single repository on the server

Relevant PRs

  • #172: Logging changes
  • #174: Use git annex add --update for locking
  • #176: Print gin-cli version to log on initialisation (of the log)
  • #177: Update help text
  • #181: Error message and output improvements
  • #182: Print output status only when text has changed
  • #184: Better command line argument parsing
  • #187: Fix for configuration paths with spaces
  • #188: New command: repoinfo