From 42ddefc2619f0e8db7f30ba4a70bff2d745e79d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 19 Jun 2026 15:19:31 +0200 Subject: [PATCH] Release probod/v0.215.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/probod/CHANGELOG.md | 16 ++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 0ff122acb..5dcc697ab 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.215.0] - 2026-06-19 + +### Added + +- Tracker pattern category is now editable from the pattern detail page (matching the table-row behaviour) +- Trackers page filter now offers the HTTP cookie source, and extension-sourced rows render a proper source badge + +### Changed + +- Local storage, IndexedDB, and cache-storage trackers without an expiry now display as "persistent" rather than "session" + +### Fixed + +- Fixed a deadlock between concurrent tracker-mapping workers processing sibling patterns on the same banner +- An HTTP server-set cookie now outranks a pre-existing detection, re-arming mapping so the pattern is identified instead of being skipped + ## [0.214.0] - 2026-06-19 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index b4003506b..ff449293c 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.214.0 +0.215.0