From 7c07aaee351ba9f1c575ae059b8d4970d74b01f5 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 2 Aug 2025 15:33:50 -0700 Subject: [PATCH] v1.5.1 --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index e501b95..119a490 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +## v1.5.1 (2025-08-02) + +* Add Docker build. Thanks, @callumgare! +* Add a workflow to check embedded bundle is up-to-date. +* Allow setting arguments (like, say, an auth token) to be added to ws:// url. Thanks @josegonzalez! +* Update Golang imports for newer ioutil. Thanks @180909! +* Fix buffer size for slave output. Thanks @funnywwh! +* Add `--pass-headers` option to set environment variables based on HTTP headers. Thanks @lukaszlach! + ## 1.5.0 (2022-09-01) * Add @ahmetb as a contributor ([276767a](https://github.com/sorenisanerd/gotty/commit/276767a))