From bd27d6e275c1683bf072bea29812a47a0b8d05bd Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Wed, 17 Dec 2025 01:28:43 +1300 Subject: [PATCH 1/3] Add Powershell support to justfile --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index b0db10a3..cb7465ec 100644 --- a/justfile +++ b/justfile @@ -169,4 +169,6 @@ full-check: @just lint @just build-docs @just test-all - @echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}' \ No newline at end of file + @echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}' + +set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"] \ No newline at end of file From 6f6b4eb5bbd6403f5ed67fa327bc8076616f3568 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Wed, 17 Dec 2025 01:30:31 +1300 Subject: [PATCH 2/3] Add changelog entry --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f0b68af..69f6f18b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +latest +---------------- + +* Improve contribution experience for Windows developers using Just. + 3.14 (2025-12-10) ----------------- From 12689e7647c15c2134a803aa7d6aad4f63287051 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Wed, 17 Dec 2025 01:31:43 +1300 Subject: [PATCH 3/3] Add trailing whitespace to justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index cb7465ec..79489aee 100644 --- a/justfile +++ b/justfile @@ -171,4 +171,4 @@ full-check: @just test-all @echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}' -set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"] \ No newline at end of file +set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]