Releases: neXromancers/shotgun
Releases · neXromancers/shotgun
v2.5.1
v2.5.0
- Restore streaming output writes by @9ary in #39
This had to be de-optimized in the previous release, but the output is now written as it gets encoded. This also unifies writing to stdout and to file a bit more. - Port to x11rb by @9ary in #40
The main takeaway is that shotgun is now pure Rust (and no longer depends on any non-crates.io libraries). This simplifies the build process, especially for cross-compilation and static linking.
v2.4.0
v2.3.1
v2.3.0
v2.2.1
shotgun v2.2.0
- Added support for passing window IDs in non-decimal bases. Now you can specify a window ID as hex (0x*), octal (0o*) or binary (0b*). (#10)
shotgun v2.1.0
- Added Netpbm PAM output for scripting performance. See the README for more information.
shotgun v2.0.1
- Added a warning when no output file is specified
shotgun v2.0.0
This release contains breaking changes.
- Removed the heuristic to detect whether stdout is being piped or redirected.
It was misfiring in cases where shotgun was not being run in a terminal, but the output wasn't being piped.
You can pipe shotgun's output in your scripts, simply pass-
as the file name.