Releases: eirikb/gg
63
62
60
New command check
will compare current installed versions with available versions.
This includes not only version, but also tags.
Note: Metadata about version req including tags and result is stored inside .cache folder for each install.
This means the check
command will only work from this release and out.
For old installs it will simply not find the file gg-meta.json
and do nothing.
There will be one such file in each install.
59
58
57
This release makes it possible to execute any given command with the "run" executor.
A feature previously possible via -c
and -e
, but have been non-working for a while.
This change also introduces an old dream of mine - only work on PATHs.
Now it won't look for specific binaries, but instead verify the software folders exist then include these in PATH. Result is that binaries will be available in which
.
run
would not work properly without this fix.
It also means that download verifying is not as good now, and that executing non-found binaries can end up being executed from install.
56
55
Remove printlns and unused code