Skip to content

Releases: topheman/snake-pipe-rust

v2.1.0

12 Mar 22:33
Compare
Choose a tag to compare

v2.1.0 (2024-03-12)

Features
  • #50 Publish as a Homebrew tap
  • #57 Generate shell completions for zsh / bash / fish and ship them with the Homebrew tap

You can now also install it via Homebrew!

brew install topheman/tap/snakepipe

Or via sources

cargo install snakepipe

snakepipe@2.1.0 (crates.io) / snakepipe@2.1.0 (docs.rs)

v2.0.0

08 Mar 17:42
Compare
Choose a tag to compare

v2.0.0 (2024-03-08)

Features
  • #26 Support snakepipe render-browser
  • #28 snakepipe stream-sse should connect to the server and pipe events from sse to terminal
  • #31 Render local IP + render QRCode, if snakepipe render-browser
  • #32 snakepipe pipeline should output pre-configured pipelines to be piped into pbcopy
  • #44 Better mobile css integration for snakepipe render-browser
  • #38 Simplify js renderers workflow - add a dev-server in NodeJS (you don't need rust for this part if you don't know rust)
  • #46 Check if port is in use before launching snakepipe render-browser
Refactor
  • #22 Rename stream::Stream to stream::Input
  • #29 Add description on cli help commands
  • #51 Qrcode - url base - ready for tunneling
Bug fixes
  • #45 Fix regression in snakepipe render-browser
Thanks

Thanks to @Mouvedia for the review.

cargo install snakepipe

snakepipe@2.0.0 (crates.io) / snakepipe@2.0.0 (docs.rs)

v1.1.0

17 Feb 13:18
Compare
Choose a tag to compare

v1.1.0 (2024-02-17)

Features
  • #17 Add a metadatas field in InitOptions
  • #19 snakepipe throttle now accepts a --loop-infinite flag
cargo install snakepipe

snakepipe@1.1.0 (crates.io) / snakepipe@1.1.0 (docs.rs)

v1.0.0

15 Feb 18:59
Compare
Choose a tag to compare

v1.0.0 (2024-02-15)

🥳 v1.0.0

Features
cargo install snakepipe

snakepipe@1.0.0 (crates.io) / snakepipe@1.0.0 (docs.rs)

v0.2.0

14 Feb 23:06
Compare
Choose a tag to compare

v0.2.0 (2024-02-14)

Features
  • #6 Remove workspaces
  • #5 Expose version via cli through stream (to possibly handle multiple different clients)
  • #8 Upgrade documentation
cargo install snakepipe

snakepipe@0.2.0 (crates.io) / snakepipe@0.2.0 (docs.rs)

v0.1.0

12 Feb 17:40
Compare
Choose a tag to compare