-
Release v3.0.1 -- Cargo metadata & Debian 13 builds
StableAll checks were successful/ Compile and upload a release build (release) Successful in 54sreleased this
2025-11-13 15:57:29 -07:00 | 0 commits to trunk since this releaseI've finally published the program on crates.io: https://crates.io/crates/gt-tool. The new metadata is for the registry -- things like a license specifier and a description.
Debian package
3.0.1-1: This version includes the dependency version bumps to bring it up to the packages available in Debian 13. It should be functionally identical to v3.0.0 before it, and 3.0.1-2 after (see below). It might be an exact binary match to the -2 package build, but I'm not certain.Debian package
3.0.1-2: I've integrated the result ofdebcargo package gt-toolwith my existing packaging... now that it's on crates.io and that's actually possible. The debian/rules file has been simplified, the control file is more accurate and detailed, and now the manifest can produce the library it's supposed to. I forgot about that, actually. Not that anyone should use the "library", such as it is.Downloads
-
v3.0.0 - The configure-ability update
StableAll checks were successful/ Compile and upload a release build (release) Successful in 1m10sreleased this
2025-07-22 07:48:18 -07:00 | 4 commits to trunk since this releaseThe program can now read config files to fill out the required info for an API call. It will automatically load configuration for the current directory, but users can override that path with
-p. Details in the README.- Added TOML config loader.
- Made all CLI flags are optional.
- Split CLI "owner" and "repo" into two options.
- Made "gt-tools" singular in the README's usage print out.
Downloads
-
Formatted & Colorized release list output
StableAll checks were successful/ Compile and upload a release build (release) Successful in 44sreleased this
2025-07-03 16:13:21 -07:00 | 63 commits to trunk since this releaseThe list-releases subcommand would spit out a string produced by std::fmt::Debug. This spit out too much information in a way that was difficult to read.
Now the program only outputs relevant (IMO) information, and colors (and highlights) it for readability.
Downloads
-
Improved error diagnostics
StableAll checks were successful/ Compile and upload a release build (release) Successful in 37sreleased this
2025-06-12 15:46:02 -07:00 | 75 commits to trunk since this releaseThe tool can now do a better job of reporting the results of the API calls... and also unpacks the
Attachmentstruct correctly (oops, extra minor rev!)Downloads
-
First release of a technically useful program
StableAll checks were successful/ Compile and upload a release build (release) Successful in 36sreleased this
2025-06-06 16:46:27 -07:00 | 88 commits to trunk since this releaseDownloads