From 7b9143093e6d843ec7ece489e4e266442a7dd555 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Fri, 26 Jun 2026 04:05:29 +0000 Subject: [PATCH] Bump version to 0.24.3-beta.1 and update release notes --- Directory.Build.props | 4 ++-- RELEASE_NOTES.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 87ad2db33..bd4e1e39c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,8 +8,8 @@ latest enable true - 0.24.2 - + 0.24.3 + beta.1 Netclaw v0.24.2 — DwarfStar provider support, sub-agent operating rule inheritance, systemd update reliability, and reliability improvements **Features** diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8402346bb..436a92243 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +#### 0.24.3-beta.1 2026-06-26 #### + +Netclaw v0.24.3-beta.1 — Reminder duplicate-execution guard fix, autonomous session workspace write support + +**Bug Fixes** + +* **Reminders: release duplicate-execution guard when a Mode A reminder session wedges** — When a Mode A reminder session wedged, the duplicate-execution guard was never released, blocking subsequent executions. The guard is now properly released when a session wedges. ([#1492](https://github.com/netclaw-dev/netclaw/pull/1500)) + +* **Tools: allow autonomous sessions to write the workspace directory** — Autonomous sessions were blocked from writing to the workspace directory. This fix grants them write access. ([#1493](https://github.com/netclaw-dev/netclaw/pull/1498)) + #### 0.24.2 2026-06-25 #### Netclaw v0.24.2 — DwarfStar provider support, sub-agent operating rule inheritance, systemd update reliability, and reliability improvements