Release probod/v0.215.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-06-19 15:19:31 +02:00
parent 4433e0a9d0
commit 42ddefc261
2 changed files with 17 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.214.0
0.215.0