From 331a9c8dcfd7fae549e681558939e56579d3fb31 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 28 Oct 2024 15:10:20 -0400 Subject: [PATCH] chore: v0.3.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3c02b..8599278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.3.3 (October 28, 2024) +- Added the ability to load a `.env` file from the PWD when `LOAD_ENV_FILE=true` is set as an environment variable. +- Fixed an issue where non-English languages could not create Pre-auth keys due to a localization error +- Improved ACL editor performance by switching back to CodeMirror 6 +- Fixed an issue where editing the ACL policy would cause it to revert on the UI (fixes [#34](https://github.com/tale/headplane/issues/34)) +- Updated to the next stable beta of the React 19 Compiler ([See More](https://react.dev/learn/react-compiler)) + ### 0.3.2 (October 11, 2024) - Implement the ability to create and expire pre-auth keys (fixes [#22](https://github.com/tale/headplane/issues/22)) - Fix machine registration not working as expected (fixes [#27](https://github.com/tale/headplane/issues/27))