From 6d9a9280246a55bf7faeb1a732d3a5fe873f212b Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 30 Jul 2026 14:01:14 +0200 Subject: [PATCH] Release probod/v0.241.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 19 +++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 28cee6183..9ae8379e3 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.241.0] - 2026-07-30 + +### Added + +- MCP tools now carry titles and complete annotation hints (`readOnlyHint`, `destructiveHint`, `idempotentHint`, `openWorldHint`) so clients like Claude present reads, writes, and deletes accurately + +### Changed + +- Member profiles now have a `PENDING` state distinct from `ACTIVE`/`DEACTIVATED`, so invited-but-not-yet-activated members remain assignable to assets, data, and risks; owner pickers and state filters across the console, CLI, MCP, and n8n now accept multiple states +- "Archive" user action renamed to "Deactivate" across the API, CLI, MCP, n8n, and console +- People list status filter is now a multi-select dropdown instead of cramped checkboxes, and reflects `PENDING` immediately after an activation email is sent +- Audit log and SCIM export CSV files now escape leading `=`, `+`, `-`, `@`, tab, and carriage-return characters to prevent spreadsheet formula injection + +### Fixed + +- Asset table's inline owner picker no longer offers deactivated profiles as owners +- People list search no longer briefly reverts to stale results when a debounced search resolves after a filter change +- Disabled dropdown checkbox items are now fully non-interactive (opacity, cursor, hover) instead of only dimming the checkbox glyph + ## [0.240.0] - 2026-07-29 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 4517405f6..dd4212120 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.240.0 +0.241.0