From b433e607e2f0ff3d5e3933b4f6175aa837f5ccd1 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Wed, 20 Nov 2024 18:15:19 -0500 Subject: [PATCH] chore: v0.3.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a42f21..e74941e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.3.6 (November 20, 2024) +- Fixed an issue where select dropdowns would not scroll (fixes [#53](https://github.com/tale/headplane/issues/53)) +- Added a button to copy the machine registration command to the clipboard (fixes [#52](https://github.com/tale/headplane/issues/52)) + ### 0.3.5 (November 8, 2024) - Quickfix a bug where environment variables are ignored on the server. - Remove a nagging error about missing cookie since that happens when signed out.